Package com.google.api.client.http

Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1 .

See:
          Description

Interface Summary
HttpContent Serializes HTTP request content into an output stream.
HttpExecuteIntercepter HTTP request execute intercepter invoked at the start of HttpRequest.execute().
HttpParser Parses HTTP response content into an data class of key/value pairs.
 

Class Summary
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.
HttpRequest HTTP request.
HttpResponse HTTP response.
HttpTransport HTTP transport.
InputStreamContent Serializes HTTP request content from an input stream into an output stream.
LowLevelHttpRequest Low-level HTTP request.
LowLevelHttpResponse Low-level HTTP response.
LowLevelHttpTransport Low-level HTTP transport.
MultipartContent Multi-part related content.
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.
 

Exception Summary
HttpResponseException Exception thrown when an error status code is detected in an HTTP response.
 

Package com.google.api.client.http Description

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 .

This package depends on the com.google.api.client.auth, com.google.api.client.escape, and com.google.api.client.util packages.

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

Since:
1.0


Copyright © 2010 Google. All Rights Reserved.