Uses of Package
org.apache.http.client.methods
-
Packages that use org.apache.http.client.methods Package Description org.apache.http.client Client HTTP communication APIs.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.client.utils Client utility classes.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. -
Classes in org.apache.http.client.methods used by org.apache.http.client Class Description HttpUriRequest Extended version of theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type. -
Classes in org.apache.http.client.methods used by org.apache.http.client.fluent Class Description Configurable Configuration interface for HTTP requests.HttpExecutionAware Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.HttpUriRequest Extended version of theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type. -
Classes in org.apache.http.client.methods used by org.apache.http.client.methods Class Description AbortableHttpRequest Deprecated.(4.3) useHttpExecutionAware
AbstractExecutionAwareRequest Configurable Configuration interface for HTTP requests.HttpEntityEnclosingRequestBase Basic implementation of an entity enclosing HTTP request that can be modifiedHttpExecutionAware Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.HttpRequestBase Base implementation ofHttpUriRequest
.HttpRequestWrapper A wrapper class forHttpRequest
that can be used to change properties of the current request without modifying the original object.HttpUriRequest Extended version of theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type.RequestBuilder Builder forHttpUriRequest
instances. -
Classes in org.apache.http.client.methods used by org.apache.http.client.utils Class Description CloseableHttpResponse Extended version of theHttpResponse
interface that also extendsCloseable
. -
Classes in org.apache.http.client.methods used by org.apache.http.impl.client Class Description CloseableHttpResponse Extended version of theHttpResponse
interface that also extendsCloseable
.Configurable Configuration interface for HTTP requests.HttpUriRequest Extended version of theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type. -
Classes in org.apache.http.client.methods used by org.apache.http.impl.client.cache Class Description CloseableHttpResponse Extended version of theHttpResponse
interface that also extendsCloseable
.HttpExecutionAware Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.HttpRequestWrapper A wrapper class forHttpRequest
that can be used to change properties of the current request without modifying the original object.HttpUriRequest Extended version of theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type. -
Classes in org.apache.http.client.methods used by org.apache.http.impl.execchain Class Description CloseableHttpResponse Extended version of theHttpResponse
interface that also extendsCloseable
.HttpExecutionAware Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.HttpRequestWrapper A wrapper class forHttpRequest
that can be used to change properties of the current request without modifying the original object.