Interface | Description |
---|---|
MessageCopier<T extends org.apache.hc.core5.http.HttpMessage> | Deprecated
Use message builders.
|
StateHolder<T> |
Class | Description |
---|---|
ConnPoolSupport |
Connection pooling support methods.
|
CookieSpecSupport |
Cookie support methods.
|
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 . |
ExecSupport |
Request execution support methods.
|
IdleConnectionEvictor |
This class maintains a background thread to enforce an eviction policy for expired / idle
persistent connections kept alive in the connection pool.
|
InMemoryDnsResolver |
In-memory
DnsResolver implementation. |
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. |
NoopUserTokenHandler |
Noop implementation of
UserTokenHandler that always returns null . |
Operations |
Common cancellable operations.
|
Operations.CompletedFuture<T> | Deprecated
Use
CompletedFuture . |
PrefixedIncrementingId |
A thread safe incrementing identifier.
|
ProtocolSwitchStrategy |
Protocol switch handler.
|
RequestCopier | Deprecated
Use
BasicRequestBuilder |
RequestSupport |
Protocol support methods.
|
Wire |
Enum | Description |
---|---|
ChainElement |
Supported elements of request execution pipeline.
|
Exception | Description |
---|---|
ConnectionShutdownException |
Signals that the connection has been shut down or released back to the
the connection pool
|
TunnelRefusedException | Deprecated
Do not use/
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.