Uses of Package
org.apache.http.client.methods
| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.impl.client |
-
Classes in org.apache.http.client.methods used by org.apache.http.client Class Description HttpUriRequest 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.client.methods Class Description AbortableHttpRequest Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.HttpEntityEnclosingRequestBase Basic implementation of an HTTP request that can be modified.HttpRequestBase Basic implementation of an HTTP request that can be modified.HttpUriRequest 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.client Class Description HttpUriRequest Extended version of theHttpRequestinterface that provides convenience methods to access request properties such as request URI and method type.