Uses of Class
org.springframework.cloud.gateway.support.HttpStatusHolder
Packages that use HttpStatusHolder
Package
Description
TODO: package javadoc.
-
Uses of HttpStatusHolder in org.springframework.cloud.gateway.filter.factory
Methods in org.springframework.cloud.gateway.filter.factory with parameters of type HttpStatusHolderModifier and TypeMethodDescriptionRedirectToGatewayFilterFactory.apply(HttpStatusHolder httpStatus, URI uri) RedirectToGatewayFilterFactory.apply(HttpStatusHolder httpStatus, URI uri, boolean includeRequestParams) -
Uses of HttpStatusHolder in org.springframework.cloud.gateway.support
Methods in org.springframework.cloud.gateway.support that return HttpStatusHolderMethods in org.springframework.cloud.gateway.support with parameters of type HttpStatusHolderModifier and TypeMethodDescriptionstatic booleanServerWebExchangeUtils.setResponseStatus(org.springframework.web.server.ServerWebExchange exchange, HttpStatusHolder statusHolder)