Uses of Package
org.apache.http.client.methods
Packages that use org.apache.http.client.methods
Package
Description
Client HTTP communication APIs.
Standard HTTP method implementations.
Client utility classes.
Default HTTP client implementation.
HTTP request execution chain APIs.
-
Classes in org.apache.http.client.methods used by org.apache.http.clientClassDescriptionExtended version of the
HttpRequest
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.methodsClassDescriptionDeprecated.Configuration interface for HTTP requests.Basic implementation of an entity enclosing HTTP request that can be modifiedInterface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.Base implementation of
HttpUriRequest
.A wrapper class forHttpRequest
that can be used to change properties of the current request without modifying the original object.Extended version of theHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type.Builder forHttpUriRequest
instances. -
Classes in org.apache.http.client.methods used by org.apache.http.client.utils
-
Classes in org.apache.http.client.methods used by org.apache.http.impl.clientClassDescriptionExtended version of the
HttpResponse
interface that also extendsCloseable
.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.execchainClassDescriptionExtended version of the
HttpResponse
interface that also extendsCloseable
.Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.A wrapper class forHttpRequest
that can be used to change properties of the current request without modifying the original object.
HttpExecutionAware