Uses of Package
org.apache.http.client
Packages that use org.apache.http.client
Package
Description
Client HTTP communication APIs.
Client specific HTTP protocol handlers.
Client utility classes.
Default implementations of standard and common HTTP authentication
schemes.
Default HTTP client implementation.
HTTP request execution chain APIs.
-
Classes in org.apache.http.client used by org.apache.http.clientClassDescriptionSignals an error in the HTTP protocol.Signals violation of HTTP specification caused by an invalid redirectHandler that encapsulates the process of generating a response object from a
HttpResponse
. -
Classes in org.apache.http.client used by org.apache.http.client.protocolClassDescriptionAbstract
AuthScheme
cache.This interface represents an abstract store forCookie
objects.Abstract credentials provider that maintains a collection of user credentials. -
Classes in org.apache.http.client used by org.apache.http.client.utilsClassDescriptionThis interface represents only the most basic contract for HTTP request execution.
-
Classes in org.apache.http.client used by org.apache.http.impl.authClassDescription/** A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication failure.
-
Classes in org.apache.http.client used by org.apache.http.impl.clientClassDescriptionAbstract
AuthScheme
cache.Deprecated./** A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication failure.Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.Signals an error in the HTTP protocol.When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should result in a backoff signal or not, based on either examining theThrowable
that resulted or by examining the resulting response (e.g.This interface represents an abstract store forCookie
objects.Abstract credentials provider that maintains a collection of user credentials.This interface represents only the most basic contract for HTTP request execution.A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.Signals a non 2xx HTTP response.Deprecated.(4.1) useRedirectStrategy
A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.Deprecated.(4.3) No longer usedHandler that encapsulates the process of generating a response object from aHttpResponse
.Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times it should be retried and so on.A handler for determining if the given execution context is user specific or not. -
Classes in org.apache.http.client used by org.apache.http.impl.execchainClassDescription/** A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication failure.Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should result in a backoff signal or not, based on either examining the
Throwable
that resulted or by examining the resulting response (e.g.A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times it should be retried and so on.A handler for determining if the given execution context is user specific or not.
AuthenticationStrategy