|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BackOffPolicy | Strategy interface to control back off between retry attempts. |
HttpContent | Serializes HTTP request content into an output stream. |
HttpExecuteInterceptor | HTTP request execute interceptor to intercept the start of HttpRequest.execute() before
executing the HTTP request. |
HttpParser | Deprecated. (scheduled to be removed in 1.11) Use ObjectParser instead. |
HttpRequestInitializer | HTTP request initializer. |
HttpUnsuccessfulResponseHandler | Interface which handles abnormal HTTP responses (in other words not 2XX). |
Class Summary | |
---|---|
AbstractHttpContent | Abstract implementation of an HTTP content with typical options. |
AbstractInputStreamContent | Serializes HTTP request content from an input stream into an output stream. |
BasicAuthentication | Basic authentication HTTP request initializer as specified in Basic Authentication Scheme |
ByteArrayContent | Concrete implementation of AbstractInputStreamContent that generates repeatable input
streams based on the contents of byte array. |
ExponentialBackOffPolicy | Implementation of BackOffPolicy that increases the back off period for each retry attempt
using a randomization function that grows exponentially. |
ExponentialBackOffPolicy.Builder | Builder for ExponentialBackOffPolicy . |
FileContent | Concrete implementation of AbstractInputStreamContent that generates repeatable input
streams based on the contents of a file. |
GenericUrl | URL builder in which the query parameters are specified as generic data key/value pairs, based on the specification RFC 3986: Uniform Resource Identifier (URI). |
HttpHeaders | Stores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions. |
HttpMediaType | HTTP Media-type as specified in the HTTP RFC ( "http://tools.ietf.org/html/rfc2616#section-3.7"). |
HttpRequest | HTTP request. |
HttpRequestFactory | Thread-safe light-weight HTTP request factory layer on top of the HTTP transport that has an
optional HTTP request initializer for initializing requests. |
HttpResponse | HTTP response. |
HttpStatusCodes | Constants enumerating the HTTP status codes. |
HttpTransport | Thread-safe abstract HTTP transport. |
InputStreamContent | Concrete implementation of AbstractInputStreamContent that simply handles the transfer of
data from an input stream to an output stream. |
LowLevelHttpRequest | Low-level HTTP request. |
LowLevelHttpResponse | Low-level HTTP response. |
MultipartRelatedContent | Serializes MIME Multipart/Related content as specified by RFC 2387: The MIME Multipart/Related Content-type. |
UriTemplate | Expands URI Templates. |
UrlEncodedContent | Implements support for HTTP form content encoding serialization of type application/x-www-form-urlencoded as specified in the HTML 4.0 Specification. |
UrlEncodedParser | Implements support for HTTP form content encoding parsing of type
application/x-www-form-urlencoded as specified in the HTML 4.0
Specification. |
UrlEncodedParser.Builder | Deprecated. (scheduled to be removed in 1.11) Content-Type is no longer stored in the parser. |
Enum Summary | |
---|---|
HttpMethod | HTTP request method. |
Exception Summary | |
---|---|
HttpResponseException | Exception thrown when an error status code is detected in an HTTP response. |
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1 . Additionally, it includes PATCH Method for HTTP.
Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |