Package | Description |
---|---|
org.apache.hc.client5.http.impl | |
org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
Class and Description |
---|
ChainElement
Supported elements of request execution pipeline.
|
DefaultAuthenticationStrategy
Default implementation of
AuthenticationStrategy |
DefaultClientConnectionReuseStrategy
Extension of core
DefaultConnectionReuseStrategy that treats
CONNECT method exchanges involved in proxy tunnelling as a special case. |
DefaultConnectionKeepAliveStrategy
Default implementation of a strategy deciding duration
that a connection can remain idle.
|
DefaultHttpRequestRetryStrategy
Default implementation of the
HttpRequestRetryStrategy interface. |
DefaultRedirectStrategy
Default implementation of
RedirectStrategy . |
DefaultSchemePortResolver
Default
SchemePortResolver . |
DefaultUserTokenHandler
Default implementation of
UserTokenHandler . |
LaxRedirectStrategy
A lax implementation of the
RedirectStrategy that automatically handles HTTP redirects
for HEAD, GET, POST, and DELETE requests based on the response status code. |
MessageCopier
Deprecated.
Use message builders.
|
NoopUserTokenHandler
Noop implementation of
UserTokenHandler that always returns null . |
RequestCopier
Deprecated.
Use
BasicRequestBuilder |
Class and Description |
---|
StateHolder |
Class and Description |
---|
MessageCopier
Deprecated.
Use message builders.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.