Uses of Package
com.google.api.client.http

Packages that use com.google.api.client.http
com.google.api.client.auth.oauth OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification). 
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
com.google.api.client.auth.oauth2.draft10 OAuth 2.0 (draft 10) authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
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. 
 

Classes in com.google.api.client.http used by com.google.api.client.auth.oauth
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).
HttpExecuteInterceptor
          HTTP request execute interceptor to intercept the start of HttpRequest.execute() before executing the HTTP request.
HttpRequest
          HTTP request.
HttpRequestInitializer
          HTTP request initializer.
HttpTransport
          Thread-safe abstract HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.auth.oauth2
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).
HttpResponse
          HTTP response.
HttpTransport
          Thread-safe abstract HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.auth.oauth2.draft10
HttpExecuteInterceptor
          HTTP request execute interceptor to intercept the start of HttpRequest.execute() before executing the HTTP request.
HttpRequest
          HTTP request.
HttpRequestInitializer
          HTTP request initializer.
HttpResponse
          HTTP response.
HttpTransport
          Thread-safe abstract HTTP transport.
HttpUnsuccessfulResponseHandler
          Interface which handles abnormal HTTP responses (in other words not 2XX).
 

Classes in com.google.api.client.http used by com.google.api.client.http
AbstractInputStreamContent
          Serializes HTTP request content from an input stream into an output stream.
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.
HttpExecuteIntercepter
          Deprecated. (scheduled to be removed in 1.5) Use HttpExecuteInterceptor
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.
HttpMethod
          HTTP request method.
HttpParser
          Parses HTTP response content into an data class of key/value pairs.
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.
HttpUnsuccessfulResponseHandler
          Interface which handles abnormal HTTP responses (in other words not 2XX).
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.
 

Classes in com.google.api.client.http used by com.google.api.client.http.apache
HttpTransport
          Thread-safe abstract HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.http.javanet
HttpTransport
          Thread-safe abstract HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.http.json
HttpContent
          Serializes HTTP request content into an output stream.
HttpParser
          Parses HTTP response content into an data class of key/value pairs.
HttpResponse
          HTTP response.
 

Classes in com.google.api.client.http used by com.google.api.client.http.xml
HttpContent
          Serializes HTTP request content into an output stream.
HttpParser
          Parses HTTP response content into an data class of key/value pairs.
HttpResponse
          HTTP response.
 

Classes in com.google.api.client.http used by com.google.api.client.http.xml.atom
HttpContent
          Serializes HTTP request content into an output stream.
HttpParser
          Parses HTTP response content into an data class of key/value pairs.
HttpResponse
          HTTP response.
 

Classes in com.google.api.client.http used by com.google.api.client.testing.http
HttpContent
          Serializes HTTP request content into an output stream.
HttpMethod
          HTTP request method.
HttpTransport
          Thread-safe abstract HTTP transport.
LowLevelHttpRequest
          Low-level HTTP request.
LowLevelHttpResponse
          Low-level HTTP response.
 



Copyright © 2010-2011 Google. All Rights Reserved.