Package | Description |
---|---|
org.apache.http.client |
The API for client-side HTTP communication.
|
org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Class and Description |
---|
HttpUriRequest
Extended version of the
HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
Class and Description |
---|
AbortableHttpRequest
Interface representing an HTTP request that can be aborted by shutting
down the underlying HTTP connection.
|
HttpEntityEnclosingRequestBase
Basic implementation of an entity enclosing HTTP request
that can be modified
|
HttpRequestBase
Basic implementation of an HTTP request that can be modified.
|
HttpUriRequest
Extended version of the
HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
Class and Description |
---|
HttpUriRequest
Extended version of the
HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.