Constant Field Values
Contents
org.springframework.*
-
org.springframework.cloud.gateway.config.GatewayMetricsProperties Modifier and Type Constant Field Value public static final StringDEFAULT_PREFIX"spring.cloud.gateway" -
org.springframework.cloud.gateway.config.GatewayProperties Modifier and Type Constant Field Value public static final StringPREFIX"spring.cloud.gateway"
-
org.springframework.cloud.gateway.filter.GatewayFilter Modifier and Type Constant Field Value public static final StringNAME_KEY"name"public static final StringVALUE_KEY"value" -
org.springframework.cloud.gateway.filter.NettyRoutingFilter Modifier and Type Constant Field Value public static final intORDER2147483647 -
org.springframework.cloud.gateway.filter.NettyWriteResponseFilter Modifier and Type Constant Field Value public static final intWRITE_RESPONSE_FILTER_ORDER-1 -
org.springframework.cloud.gateway.filter.ReactiveLoadBalancerClientFilter Modifier and Type Constant Field Value public static final intLOAD_BALANCER_CLIENT_FILTER_ORDER10150 -
org.springframework.cloud.gateway.filter.RouteToRequestUrlFilter Modifier and Type Constant Field Value public static final intROUTE_TO_URL_FILTER_ORDER10000 -
org.springframework.cloud.gateway.filter.WebClientWriteResponseFilter Modifier and Type Constant Field Value public static final intWRITE_RESPONSE_FILTER_ORDER-1 -
org.springframework.cloud.gateway.filter.WebsocketRoutingFilter Modifier and Type Constant Field Value public static final StringSEC_WEBSOCKET_PROTOCOL"Sec-WebSocket-Protocol" -
org.springframework.cloud.gateway.filter.WeightCalculatorWebFilter Modifier and Type Constant Field Value public static final intWEIGHT_CALC_FILTER_ORDER10001
-
org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory<C> Modifier and Type Constant Field Value public static final StringNAME_KEY"name"public static final StringVALUE_KEY"value" -
org.springframework.cloud.gateway.filter.factory.MapRequestHeaderGatewayFilterFactory Modifier and Type Constant Field Value public static final StringFROM_HEADER_KEY"fromHeader"public static final StringTO_HEADER_KEY"toHeader" -
org.springframework.cloud.gateway.filter.factory.PrefixPathGatewayFilterFactory Modifier and Type Constant Field Value public static final StringPREFIX_KEY"prefix" -
org.springframework.cloud.gateway.filter.factory.RedirectToGatewayFilterFactory Modifier and Type Constant Field Value public static final StringSTATUS_KEY"status"public static final StringURL_KEY"url" -
org.springframework.cloud.gateway.filter.factory.RequestRateLimiterGatewayFilterFactory Modifier and Type Constant Field Value public static final StringKEY_RESOLVER_KEY"keyResolver" -
org.springframework.cloud.gateway.filter.factory.RetryGatewayFilterFactory Modifier and Type Constant Field Value public static final StringRETRY_ITERATION_KEY"retry_iteration" -
org.springframework.cloud.gateway.filter.factory.RewritePathGatewayFilterFactory Modifier and Type Constant Field Value public static final StringREGEXP_KEY"regexp"public static final StringREPLACEMENT_KEY"replacement" -
org.springframework.cloud.gateway.filter.factory.RewriteResponseHeaderGatewayFilterFactory Modifier and Type Constant Field Value public static final StringREGEXP_KEY"regexp"public static final StringREPLACEMENT_KEY"replacement" -
org.springframework.cloud.gateway.filter.factory.SecureHeadersGatewayFilterFactory Modifier and Type Constant Field Value public static final StringCONTENT_SECURITY_POLICY_HEADER"Content-Security-Policy"public static final StringREFERRER_POLICY_HEADER"Referrer-Policy"public static final StringSTRICT_TRANSPORT_SECURITY_HEADER"Strict-Transport-Security"public static final StringX_CONTENT_TYPE_OPTIONS_HEADER"X-Content-Type-Options"public static final StringX_DOWNLOAD_OPTIONS_HEADER"X-Download-Options"public static final StringX_FRAME_OPTIONS_HEADER"X-Frame-Options"public static final StringX_PERMITTED_CROSS_DOMAIN_POLICIES_HEADER"X-Permitted-Cross-Domain-Policies"public static final StringX_XSS_PROTECTION_HEADER"X-Xss-Protection" -
org.springframework.cloud.gateway.filter.factory.SecureHeadersProperties Modifier and Type Constant Field Value public static final StringCONTENT_SECURITY_POLICY_HEADER_DEFAULT"default-src \'self\' https:; font-src \'self\' https: data:; img-src \'self\' https: data:; object-src \'none\'; script-src https:; style-src \'self\' https: \'unsafe-inline\'"public static final StringREFERRER_POLICY_HEADER_DEFAULT"no-referrer"public static final StringSTRICT_TRANSPORT_SECURITY_HEADER_DEFAULT"max-age=631138519"public static final StringX_CONTENT_TYPE_OPTIONS_HEADER_DEFAULT"nosniff"public static final StringX_DOWNLOAD_OPTIONS_HEADER_DEFAULT"noopen"public static final StringX_FRAME_OPTIONS_HEADER_DEFAULT"DENY"public static final StringX_PERMITTED_CROSS_DOMAIN_POLICIES_HEADER_DEFAULT"none"public static final StringX_XSS_PROTECTION_HEADER_DEFAULT"1 ; mode=block" -
org.springframework.cloud.gateway.filter.factory.SetPathGatewayFilterFactory Modifier and Type Constant Field Value public static final StringTEMPLATE_KEY"template" -
org.springframework.cloud.gateway.filter.factory.SetStatusGatewayFilterFactory Modifier and Type Constant Field Value public static final StringSTATUS_KEY"status" -
org.springframework.cloud.gateway.filter.factory.SpringCloudCircuitBreakerFilterFactory Modifier and Type Constant Field Value public static final StringNAME"CircuitBreaker" -
org.springframework.cloud.gateway.filter.factory.StripPrefixGatewayFilterFactory Modifier and Type Constant Field Value public static final StringPARTS_KEY"parts"
-
org.springframework.cloud.gateway.filter.headers.ForwardedHeadersFilter Modifier and Type Constant Field Value public static final StringFORWARDED_HEADER"Forwarded" -
org.springframework.cloud.gateway.filter.headers.XForwardedHeadersFilter Modifier and Type Constant Field Value public static final intHTTP_PORT80public static final StringHTTP_SCHEME"http"public static final intHTTPS_PORT443public static final StringHTTPS_SCHEME"https"public static final StringX_FORWARDED_FOR_HEADER"X-Forwarded-For"public static final StringX_FORWARDED_HOST_HEADER"X-Forwarded-Host"public static final StringX_FORWARDED_PORT_HEADER"X-Forwarded-Port"public static final StringX_FORWARDED_PREFIX_HEADER"X-Forwarded-Prefix"public static final StringX_FORWARDED_PROTO_HEADER"X-Forwarded-Proto"
-
org.springframework.cloud.gateway.filter.ratelimit.PrincipalNameKeyResolver Modifier and Type Constant Field Value public static final StringBEAN_NAME"principalNameKeyResolver" -
org.springframework.cloud.gateway.filter.ratelimit.RedisRateLimiter Modifier and Type Constant Field Value public static final StringBURST_CAPACITY_HEADER"X-RateLimit-Burst-Capacity"public static final StringCONFIGURATION_PROPERTY_NAME"redis-rate-limiter"public static final StringREDIS_SCRIPT_NAME"redisRequestRateLimiterScript"public static final StringREMAINING_HEADER"X-RateLimit-Remaining"public static final StringREPLENISH_RATE_HEADER"X-RateLimit-Replenish-Rate"public static final StringREQUESTED_TOKENS_HEADER"X-RateLimit-Requested-Tokens"
-
org.springframework.cloud.gateway.handler.predicate.AfterRoutePredicateFactory Modifier and Type Constant Field Value public static final StringDATETIME_KEY"datetime" -
org.springframework.cloud.gateway.handler.predicate.BeforeRoutePredicateFactory Modifier and Type Constant Field Value public static final StringDATETIME_KEY"datetime" -
org.springframework.cloud.gateway.handler.predicate.BetweenRoutePredicateFactory Modifier and Type Constant Field Value public static final StringDATETIME1_KEY"datetime1"public static final StringDATETIME2_KEY"datetime2" -
org.springframework.cloud.gateway.handler.predicate.CloudFoundryRouteServiceRoutePredicateFactory Modifier and Type Constant Field Value public static final StringX_CF_FORWARDED_URL"X-CF-Forwarded-Url"public static final StringX_CF_PROXY_METADATA"X-CF-Proxy-Metadata"public static final StringX_CF_PROXY_SIGNATURE"X-CF-Proxy-Signature" -
org.springframework.cloud.gateway.handler.predicate.CookieRoutePredicateFactory Modifier and Type Constant Field Value public static final StringNAME_KEY"name"public static final StringREGEXP_KEY"regexp" -
org.springframework.cloud.gateway.handler.predicate.HeaderRoutePredicateFactory Modifier and Type Constant Field Value public static final StringHEADER_KEY"header"public static final StringREGEXP_KEY"regexp" -
org.springframework.cloud.gateway.handler.predicate.MethodRoutePredicateFactory Modifier and Type Constant Field Value public static final StringMETHODS_KEY"methods" -
org.springframework.cloud.gateway.handler.predicate.QueryRoutePredicateFactory Modifier and Type Constant Field Value public static final StringPARAM_KEY"param"public static final StringREGEXP_KEY"regexp" -
org.springframework.cloud.gateway.handler.predicate.RoutePredicateFactory<C> Modifier and Type Constant Field Value public static final StringPATTERN_KEY"pattern" -
org.springframework.cloud.gateway.handler.predicate.WeightRoutePredicateFactory Modifier and Type Constant Field Value public static final StringGROUP_KEY"weight.group"public static final StringWEIGHT_KEY"weight.weight"
-
org.springframework.cloud.gateway.route.RouteDefinitionRouteLocator Modifier and Type Constant Field Value public static final StringDEFAULT_FILTERS"defaultFilters"
-
org.springframework.cloud.gateway.support.MvcFoundOnClasspathFailureAnalyzer Modifier and Type Constant Field Value public static final StringACTION"Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency."public static final StringMESSAGE"Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway." -
org.springframework.cloud.gateway.support.NameUtils Modifier and Type Constant Field Value public static final StringGENERATED_NAME_PREFIX"_genkey_" -
org.springframework.cloud.gateway.support.RouteMetadataUtils Modifier and Type Constant Field Value public static final StringCONNECT_TIMEOUT_ATTR"connect-timeout"public static final StringRESPONSE_TIMEOUT_ATTR"response-timeout" -
org.springframework.cloud.gateway.support.ServerWebExchangeUtils Modifier and Type Constant Field Value public static final StringCACHED_REQUEST_BODY_ATTR"cachedRequestBody"public static final StringCACHED_SERVER_HTTP_REQUEST_DECORATOR_ATTR"cachedServerHttpRequestDecorator"public static final StringORIGINAL_RESPONSE_CONTENT_TYPE_ATTR"original_response_content_type" -
org.springframework.cloud.gateway.support.WeightConfig Modifier and Type Constant Field Value public static final StringCONFIG_PREFIX"weight"
-
org.springframework.cloud.gateway.support.ipresolver.XForwardedRemoteAddressResolver Modifier and Type Constant Field Value public static final StringX_FORWARDED_FOR"X-Forwarded-For"