Uses of Interface
org.apache.http.client.methods.HttpExecutionAware
-
Packages that use HttpExecutionAware Package Description org.apache.http.client.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.http.client.methods Standard HTTP method implementations.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 HttpExecutionAware in org.apache.http.client.fluent
Classes in org.apache.http.client.fluent that implement HttpExecutionAware Modifier and Type Class Description (package private) classInternalEntityEnclosingHttpRequest(package private) classInternalHttpRequest -
Uses of HttpExecutionAware in org.apache.http.client.methods
Classes in org.apache.http.client.methods that implement HttpExecutionAware Modifier and Type Class Description classAbstractExecutionAwareRequestclassHttpDeleteHTTP DELETE methodclassHttpEntityEnclosingRequestBaseBasic implementation of an entity enclosing HTTP request that can be modifiedclassHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPatchHTTP PATCH method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpRequestBaseBase implementation ofHttpUriRequest.classHttpTraceHTTP TRACE method.(package private) static classRequestBuilder.InternalEntityEclosingRequest(package private) static classRequestBuilder.InternalRequest -
Uses of HttpExecutionAware in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as HttpExecutionAware Modifier and Type Field Description private HttpExecutionAwareAsynchronousValidationRequest. execAwareConstructors in org.apache.http.impl.client.cache with parameters of type HttpExecutionAware 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 HttpExecutionAware in org.apache.http.impl.execchain
-