Uses of Package
com.google.api.client.http
Packages that use com.google.api.client.http
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
HTTP Transport library for Google API's based on Apache HTTP Client version 4.
HTTP Transport library for Google API's based on the
java.net
package.JSON HTTP library based on the pluggable HTTP library.
Beta
XML HTTP library based on the pluggable HTTP library.
Beta
Atom XML HTTP library based on the pluggable HTTP library.
Beta
Testing utilities used for writing tests based on this library.
Beta
Utilities for Atom XML.
-
Classes in com.google.api.client.http used by com.google.api.client.httpClassDescriptionAbstract implementation of an HTTP content with typical options.Serializes HTTP request content from an input stream into an output stream.Deprecated.Concrete implementation of
AbstractInputStreamContent
that generates repeatable input streams based on the contents of byte array.Deprecated.(scheduled to be removed in 1.18).Deprecated.Concrete implementation ofAbstractInputStreamContent
that generates repeatable input streams based on the contents of a file.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).Serializes HTTP request content into an output stream.HTTP content encoding.HTTP request execute interceptor to intercept the start ofHttpRequest.execute()
before executing the HTTP request.Stores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions.State container forHttpHeaders.parseHeader(String, String, ParseHeaderState)
.HTTP Media-type as specified in the HTTP RFC (invalid @link
{@link "http://tools.ietf.org/html/rfc2616#section-3.7"
HTTP request.Thread-safe light-weight HTTP request factory layer on top of the HTTP transport that has an optionalHTTP request initializer
for initializing requests.HTTP request initializer.HTTP response.Exception thrown when an error status code is detected in an HTTP response.Builder.HTTP response interceptor to intercept the end ofHttpRequest.execute()
before returning a successful response or throwing an exception for an unsuccessful response.Thread-safe abstract HTTP transport.Interface which handles abnormal HTTP responses (in other words not 2XX).Concrete implementation ofAbstractInputStreamContent
that simply handles the transfer of data from an input stream to an output stream.Low-level HTTP request.Low-level HTTP response.Serializes MIME multipart content as specified by RFC 2387: The MIME Multipart/Related Content-type and RFC 2046: Multipurpose Internet Mail Extensions: The Multipart/mixed (primary) subtype.Single part of a multi-part request.Contains information on how to output a composite value.Implements support for HTTP form content encoding serialization of typeapplication/x-www-form-urlencoded
as specified in the HTML 4.0 Specification. -
Classes in com.google.api.client.http used by com.google.api.client.http.apacheClassDescriptionThread-safe abstract HTTP transport.Low-level HTTP request.Low-level HTTP response.
-
Classes in com.google.api.client.http used by com.google.api.client.http.javanetClassDescriptionThread-safe abstract HTTP transport.Low-level HTTP request.Low-level HTTP response.
-
Classes in com.google.api.client.http used by com.google.api.client.http.jsonClassDescriptionAbstract implementation of an HTTP content with typical options.Serializes HTTP request content into an output stream.HTTP Media-type as specified in the HTTP RFC (
invalid @link
{@link "http://tools.ietf.org/html/rfc2616#section-3.7"
-
Classes in com.google.api.client.http used by com.google.api.client.http.protobufClassDescriptionAbstract implementation of an HTTP content with typical options.Serializes HTTP request content into an output stream.HTTP Media-type as specified in the HTTP RFC (
invalid @link
{@link "http://tools.ietf.org/html/rfc2616#section-3.7"
-
Classes in com.google.api.client.http used by com.google.api.client.http.xmlClassDescriptionAbstract implementation of an HTTP content with typical options.Serializes HTTP request content into an output stream.HTTP Media-type as specified in the HTTP RFC (
invalid @link
{@link "http://tools.ietf.org/html/rfc2616#section-3.7"
-
Classes in com.google.api.client.http used by com.google.api.client.http.xml.atomClassDescriptionAbstract implementation of an HTTP content with typical options.Serializes HTTP request content into an output stream.HTTP Media-type as specified in the HTTP RFC (
invalid @link
{@link "http://tools.ietf.org/html/rfc2616#section-3.7"
HTTP response. -
Classes in com.google.api.client.http used by com.google.api.client.testing.httpClassDescriptionURL builder in which the query parameters are specified as generic data key/value pairs, based on the specification RFC 3986: Uniform Resource Identifier (URI).Serializes HTTP request content into an output stream.HTTP request.HTTP response.Thread-safe abstract HTTP transport.Interface which handles abnormal HTTP responses (in other words not 2XX).Low-level HTTP request.Low-level HTTP response.
-
Classes in com.google.api.client.http used by com.google.api.client.xml.atomClassDescriptionStores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions.
HttpBackOffUnsuccessfulResponseHandler
instead.