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 theCachingHttpClientor 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 classHttpCacheContext -
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 HttpClientContextHttpClientContext. adapt(org.apache.http.protocol.HttpContext context)static HttpClientContextHttpClientContext. 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 voidInternalHttpClient. 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 HttpClientContextAsynchronousValidationRequest. contextConstructors 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 byAsynchronousValidatorto 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 booleanMainClientExec. createTunnelToProxy(HttpRoute route, int hop, HttpClientContext context)Creates a tunnel to an intermediate proxy.private booleanMainClientExec. 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) voidMainClientExec. establishRoute(AuthState proxyAuthState, org.apache.http.HttpClientConnection managedConn, HttpRoute route, org.apache.http.HttpRequest request, HttpClientContext context)Establishes the target route.CloseableHttpResponseBackoffStrategyExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)CloseableHttpResponseClientExecChain. 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.CloseableHttpResponseMainClientExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)CloseableHttpResponseMinimalClientExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)CloseableHttpResponseProtocolExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)CloseableHttpResponseRedirectExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)CloseableHttpResponseRetryExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)CloseableHttpResponseServiceUnavailableRetryExec. execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)private booleanMainClientExec. needAuthentication(AuthState targetAuthState, AuthState proxyAuthState, HttpRoute route, org.apache.http.HttpResponse response, HttpClientContext context)
-