Uses of Interface
org.springframework.web.reactive.function.client.ClientRequest
Packages that use ClientRequest
Package
Description
Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.- 
Uses of ClientRequest in org.springframework.web.reactive.function.clientMethods in org.springframework.web.reactive.function.client that return ClientRequestModifier and TypeMethodDescriptionClientRequest.Builder.build()Build the request.ClientRequestObservationContext.getRequest()Return the immutable client request.Methods in org.springframework.web.reactive.function.client with parameters of type ClientRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClientResponse>ExchangeFunction.exchange(ClientRequest request) Exchange the given request for aClientResponsepromise.reactor.core.publisher.Mono<ClientResponse>ExchangeFilterFunction.filter(ClientRequest request, ExchangeFunction next) Apply this filter to the given request and exchange function.static ClientRequest.BuilderClientRequest.from(ClientRequest other) Create a builder initialized with the HTTP method, url, headers, cookies, attributes, and body of the given request.voidClientRequestObservationContext.setRequest(ClientRequest request) Set the client request.Method parameters in org.springframework.web.reactive.function.client with type arguments of type ClientRequestModifier and TypeMethodDescriptionstatic ExchangeFilterFunctionExchangeFilterFunction.ofRequestProcessor(Function<ClientRequest, reactor.core.publisher.Mono<ClientRequest>> processor) Adapt the given request processor function to a filter function that only operates on theClientRequest.static ExchangeFilterFunctionExchangeFilterFunction.ofRequestProcessor(Function<ClientRequest, reactor.core.publisher.Mono<ClientRequest>> processor) Adapt the given request processor function to a filter function that only operates on theClientRequest.