Uses of Class
org.apache.http.client.protocol.HttpClientContext
-
Packages that use HttpClientContext Package Description org.apache.http.client.cache This package consists largely of constants and interfaces that are necessary for building new storage backends for theCachingHttpClient
or for those clients wanting to get a little more behavioral information out of the cache module (for example, whether a particular response was a cache hit or not).org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of HttpClientContext in org.apache.http.client.cache
Subclasses of HttpClientContext in org.apache.http.client.cache Modifier and Type Class Description class
HttpCacheContext
-
Uses of HttpClientContext in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return HttpClientContext Modifier and Type Method Description static HttpClientContext
HttpClientContext. adapt(org.apache.http.protocol.HttpContext context)
static HttpClientContext
HttpClientContext. create()
-
Uses of HttpClientContext in org.apache.http.impl.client
Methods in org.apache.http.impl.client with parameters of type HttpClientContext Modifier and Type Method Description private void
InternalHttpClient. setupContext(HttpClientContext context)
-
Uses of HttpClientContext in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as HttpClientContext Modifier and Type Field Description private HttpClientContext
AsynchronousValidationRequest. context
Constructors in org.apache.http.impl.client.cache with parameters of type HttpClientContext Constructor Description AsynchronousValidationRequest(AsynchronousValidator parent, CachingExec cachingExec, HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware, HttpCacheEntry cacheEntry, java.lang.String identifier, int consecutiveFailedAttempts)
Used internally byAsynchronousValidator
to schedule a revalidation. -
Uses of HttpClientContext in org.apache.http.impl.execchain
Methods in org.apache.http.impl.execchain with parameters of type HttpClientContext Modifier and Type Method Description private boolean
MainClientExec. createTunnelToProxy(HttpRoute route, int hop, HttpClientContext context)
Creates a tunnel to an intermediate proxy.private boolean
MainClientExec. createTunnelToTarget(AuthState proxyAuthState, org.apache.http.HttpClientConnection managedConn, HttpRoute route, org.apache.http.HttpRequest request, HttpClientContext context)
Creates a tunnel to the target server.(package private) void
MainClientExec. establishRoute(AuthState proxyAuthState, org.apache.http.HttpClientConnection managedConn, HttpRoute route, org.apache.http.HttpRequest request, HttpClientContext context)
Establishes the target route.CloseableHttpResponse
BackoffStrategyExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
CloseableHttpResponse
ClientExecChain. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext clientContext, HttpExecutionAware execAware)
Executes th request either by transmitting it to the target server or by passing it onto the next executor in the request execution chain.CloseableHttpResponse
MainClientExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
CloseableHttpResponse
MinimalClientExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
CloseableHttpResponse
ProtocolExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
CloseableHttpResponse
RedirectExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
CloseableHttpResponse
RetryExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
CloseableHttpResponse
ServiceUnavailableRetryExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
private boolean
MainClientExec. needAuthentication(AuthState targetAuthState, AuthState proxyAuthState, HttpRoute route, org.apache.http.HttpResponse response, HttpClientContext context)
-