| Package | Description |
|---|---|
| com.google.api.client.http |
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
|
| com.google.api.client.http.apache |
HTTP Transport library for Google API's based on Apache HTTP Client version 4.
|
| com.google.api.client.http.javanet |
HTTP Transport library for Google API's based on the
java.net package. |
| com.google.api.client.http.json |
JSON HTTP library based on the pluggable HTTP library.
|
| com.google.api.client.http.xml |
XML HTTP library based on the pluggable HTTP library.
|
| com.google.api.client.http.xml.atom |
Atom XML HTTP library based on the pluggable HTTP library.
|
| com.google.api.client.testing.http |
Testing utilities used for writing tests based on this library.
|
| Class and Description |
|---|
| AbstractHttpContent
Abstract implementation of an HTTP content with typical options.
|
| AbstractInputStreamContent
Serializes HTTP request content from an input stream into an output stream.
|
| BackOffPolicy
Strategy interface to control back off between retry attempts.
|
| 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).
|
| 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. |
| 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").
|
| HttpMethod
Deprecated.
(scheduled to be removed in 1.14) Use
HttpMethods instead. The purpose of
this deprecation is to allow any arbitrary HTTP method to be used, rather than
restrict it to a small set of HTTP methods. |
| HttpParser
Deprecated.
(scheduled to be removed in 1.14) Use
ObjectParser instead. |
| 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. |
| HttpRequestInitializer
HTTP request initializer.
|
| HttpResponse
HTTP response.
|
| HttpResponseInterceptor
HTTP response interceptor to intercept the end of
HttpRequest.execute() before returning
a successful response or throwing an exception for an unsuccessful response. |
| HttpTransport
Thread-safe abstract HTTP transport.
|
| HttpUnsuccessfulResponseHandler
Interface which handles abnormal HTTP responses (in other words not 2XX).
|
| 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.
|
| UrlEncodedContent
Implements support for HTTP form content encoding serialization of type
application/x-www-form-urlencoded as specified in the HTML 4.0 Specification. |
| Class and Description |
|---|
| HttpTransport
Thread-safe abstract HTTP transport.
|
| Class and Description |
|---|
| HttpTransport
Thread-safe abstract HTTP transport.
|
| Class and Description |
|---|
| AbstractHttpContent
Abstract implementation of an HTTP content with typical options.
|
| 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).
|
| HttpContent
Serializes HTTP request content into an output stream.
|
| 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").
|
| HttpMethod
Deprecated.
(scheduled to be removed in 1.14) Use
HttpMethods instead. The purpose of
this deprecation is to allow any arbitrary HTTP method to be used, rather than
restrict it to a small set of HTTP methods. |
| HttpParser
Deprecated.
(scheduled to be removed in 1.14) Use
ObjectParser instead. |
| 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. |
| HttpRequestInitializer
HTTP request initializer.
|
| HttpResponse
HTTP response.
|
| HttpTransport
Thread-safe abstract HTTP transport.
|
| Class and Description |
|---|
| AbstractHttpContent
Abstract implementation of an HTTP content with typical options.
|
| HttpContent
Serializes HTTP request content into an output stream.
|
| HttpMediaType
HTTP Media-type as specified in the HTTP RFC (
"http://tools.ietf.org/html/rfc2616#section-3.7").
|
| HttpParser
Deprecated.
(scheduled to be removed in 1.14) Use
ObjectParser instead. |
| HttpResponse
HTTP response.
|
| Class and Description |
|---|
| AbstractHttpContent
Abstract implementation of an HTTP content with typical options.
|
| HttpContent
Serializes HTTP request content into an output stream.
|
| HttpMediaType
HTTP Media-type as specified in the HTTP RFC (
"http://tools.ietf.org/html/rfc2616#section-3.7").
|
| HttpParser
Deprecated.
(scheduled to be removed in 1.14) Use
ObjectParser instead. |
| HttpResponse
HTTP response.
|
| Class and Description |
|---|
| 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).
|
| HttpContent
Serializes HTTP request content into an output stream.
|
| HttpRequest
HTTP request.
|
| HttpResponse
HTTP response.
|
| HttpTransport
Thread-safe abstract HTTP transport.
|
| HttpUnsuccessfulResponseHandler
Interface which handles abnormal HTTP responses (in other words not 2XX).
|
| LowLevelHttpRequest
Low-level HTTP request.
|
| LowLevelHttpResponse
Low-level HTTP response.
|
Copyright © 2011-2012 Google. All Rights Reserved.