Uses of Class
org.springframework.cloud.gateway.support.HttpStatusHolder
-
Packages that use HttpStatusHolder Package Description org.springframework.cloud.gateway.filter.factory org.springframework.cloud.gateway.support -
-
Uses of HttpStatusHolder in org.springframework.cloud.gateway.filter.factory
Methods in org.springframework.cloud.gateway.filter.factory with parameters of type HttpStatusHolder Modifier and Type Method Description GatewayFilterRedirectToGatewayFilterFactory. apply(HttpStatusHolder httpStatus, URI uri) -
Uses of HttpStatusHolder in org.springframework.cloud.gateway.support
Methods in org.springframework.cloud.gateway.support that return HttpStatusHolder Modifier and Type Method Description static HttpStatusHolderHttpStatusHolder. parse(String status)Methods in org.springframework.cloud.gateway.support with parameters of type HttpStatusHolder Modifier and Type Method Description static booleanServerWebExchangeUtils. setResponseStatus(org.springframework.web.server.ServerWebExchange exchange, HttpStatusHolder statusHolder)
-