Uses of Class
org.springframework.cloud.client.loadbalancer.RequestData
-
Packages that use RequestData Package Description org.springframework.cloud.client.loadbalancer -
-
Uses of RequestData in org.springframework.cloud.client.loadbalancer
Methods in org.springframework.cloud.client.loadbalancer that return RequestData Modifier and Type Method Description RequestDataRequestDataContext. getClientRequest()RequestDataResponseData. getRequestData()Constructors in org.springframework.cloud.client.loadbalancer with parameters of type RequestData Constructor Description RequestDataContext(RequestData requestData)RequestDataContext(RequestData requestData, String hint)ResponseData(RequestData requestData, org.springframework.http.client.ClientHttpResponse clientHttpResponse)Deprecated.for removal; new constructors will be added in 4.xResponseData(RequestData requestData, org.springframework.http.server.reactive.ServerHttpResponse response)Deprecated.for removal; new constructors will be added in 4.xResponseData(RequestData requestData, org.springframework.web.reactive.function.client.ClientResponse response)Deprecated.for removal; new constructors will be added in 4.xResponseData(org.springframework.http.client.ClientHttpResponse clientHttpResponse, RequestData requestData)Deprecated.for removal; new constructors will be added in 4.xResponseData(org.springframework.http.HttpHeaders headers, org.springframework.util.MultiValueMap<String,org.springframework.http.ResponseCookie> cookies, RequestData requestData, Integer rawHttpStatus)Deprecated.for removal; new constructors will be added in 4.xResponseData(org.springframework.http.HttpStatus httpStatus, org.springframework.http.HttpHeaders headers, org.springframework.util.MultiValueMap<String,org.springframework.http.ResponseCookie> cookies, RequestData requestData)Deprecated.for removal; new constructors will be added in 4.xResponseData(org.springframework.http.server.reactive.ServerHttpResponse response, RequestData requestData)Deprecated.for removal; new constructors will be added in 4.xResponseData(org.springframework.web.reactive.function.client.ClientResponse response, RequestData requestData)Deprecated.for removal; new constructors will be added in 4.xRetryableRequestContext(ServiceInstance previousServiceInstance, RequestData clientRequestData)RetryableRequestContext(ServiceInstance previousServiceInstance, RequestData clientRequestData, String hint)
-