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
HttpRequestinterface 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 forHttpRequestthat can be used to change properties of the current request without modifying the original object.Extended version of theHttpRequestinterface that provides convenience methods to access request properties such as request URI and method type.Builder forHttpUriRequestinstances. -
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
HttpResponseinterface that also extendsCloseable.Configuration interface for HTTP requests.Extended version of theHttpRequestinterface 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
HttpResponseinterface 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 forHttpRequestthat can be used to change properties of the current request without modifying the original object.
HttpExecutionAware