Uses of Interface
org.springframework.http.client.reactive.ClientHttpConnector
Packages that use ClientHttpConnector
Package
Description
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector.Support for testing Spring WebFlux server endpoints via
WebTestClient.Support for testing Spring MVC applications via
WebTestClient
with MockMvc for server request
handling.Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer.-
Uses of ClientHttpConnector in org.springframework.http.client.reactive
Classes in org.springframework.http.client.reactive that implement ClientHttpConnectorModifier and TypeClassDescriptionclassClientHttpConnectorimplementation for the Apache HttpComponents HttpClient 5.x.classClientHttpConnectorfor the JavaHttpClient.classClientHttpConnectorfor the Jetty Reactive Streams HttpClient.classReactor-Netty implementation ofClientHttpConnector.classReactor Netty 2 (Netty 5) implementation ofClientHttpConnector. -
Uses of ClientHttpConnector in org.springframework.test.web.reactive.server
Classes in org.springframework.test.web.reactive.server that implement ClientHttpConnectorModifier and TypeClassDescriptionclassConnector that handles requests by invoking anHttpHandlerrather than making actual requests to a network socket.Methods in org.springframework.test.web.reactive.server with parameters of type ClientHttpConnectorModifier and TypeMethodDescriptionvoidWebTestClientConfigurer.afterConfigurerAdded(WebTestClient.Builder builder, WebHttpHandlerBuilder httpHandlerBuilder, ClientHttpConnector connector) Use methods onWebTestClient.Builderto modify test client settings.static WebTestClient.BuilderWebTestClient.bindToServer(ClientHttpConnector connector) A variant ofWebTestClient.bindToServer()with a pre-configured connector.WebTestClient.Builder.clientConnector(ClientHttpConnector connector) Set theClientHttpConnectorto use. -
Uses of ClientHttpConnector in org.springframework.test.web.servlet.client
Classes in org.springframework.test.web.servlet.client that implement ClientHttpConnectorModifier and TypeClassDescriptionclassConnector that handles requests by invoking aMockMvcrather than making actual requests over HTTP. -
Uses of ClientHttpConnector in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client with parameters of type ClientHttpConnectorModifier and TypeMethodDescriptionWebClient.Builder.clientConnector(ClientHttpConnector connector) Configure theClientHttpConnectorto use.static ExchangeFunctionExchangeFunctions.create(ClientHttpConnector connector) Create anExchangeFunctionwith the givenClientHttpConnector.static ExchangeFunctionExchangeFunctions.create(ClientHttpConnector connector, ExchangeStrategies strategies) Create anExchangeFunctionwith the givenClientHttpConnectorandExchangeStrategies.