Package-level declarations
Client-side HTTP support classes.
Types
Link copied to clipboard
Interface used to build a fully configured ClientHttpRequestFactory.
Link copied to clipboard
Settings that can be applied when creating a ClientHttpRequestFactory.
Link copied to clipboard
Settings that can be applied when creating a blocking or reactive HTTP client.
Link copied to clipboard
Builder for httpComponents.
Link copied to clipboard
Builder that can be used to create a Apache HttpComponentsHttpAsyncClient.
Link copied to clipboard
Builder that can be used to create a Apache HttpComponentsHttpClient.
Link copied to clipboard
enum HttpRedirects
Redirect strategies support by HTTP clients.
Link copied to clipboard
Builder for jdk.
Link copied to clipboard
class JdkHttpClientBuilder
Builder that can be used to create a JDK HttpClient.
Link copied to clipboard
Builder for jetty.
Link copied to clipboard
class JettyHttpClientBuilder
Builder that can be used to create a Jetty HttpClient.
Link copied to clipboard
Builder for reactor.
Link copied to clipboard
class ReactorHttpClientBuilder
Builder that can be used to create a Rector Netty HttpClient.
Link copied to clipboard
Builder for simple.