Package | Description |
---|---|
org.apache.hc.client5.http.impl | |
org.apache.hc.client5.http.impl.async |
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRedirectStrategy
Default implementation of
RedirectStrategy . |
Modifier and Type | Method and Description |
---|---|
H2AsyncClientBuilder |
H2AsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)
Assigns
RedirectStrategy instance. |
HttpAsyncClientBuilder |
HttpAsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)
Assigns
RedirectStrategy instance. |
HttpAsyncClientBuilder |
HttpAsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)
Assigns
RedirectStrategy instance. |
H2AsyncClientBuilder |
H2AsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)
Assigns
RedirectStrategy instance. |
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)
Assigns
RedirectStrategy instance. |
HttpClientBuilder |
HttpClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)
Assigns
RedirectStrategy instance. |
Constructor and Description |
---|
RedirectExec(HttpRoutePlanner routePlanner,
RedirectStrategy redirectStrategy) |
RedirectExec(HttpRoutePlanner routePlanner,
RedirectStrategy redirectStrategy) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.