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

Packages that use com.google.api.client.http
com.google.api.client.apache HTTP Transport library for Google API's based on Apache HTTP Client version 4. 
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-07) (see detailed package specification). 
com.google.api.client.googleapis Google API's. 
com.google.api.client.googleapis.auth Utilities for Google's authentication methods as described in Getting Started with Account Authorization
com.google.api.client.googleapis.auth.authsub Google's legacy AuthSub authorization as specified in AuthSub for Web Applications
com.google.api.client.googleapis.auth.clientlogin Google's legacy ClientLogin authentication method as described in ClientLogin for Installed Applications
com.google.api.client.googleapis.auth.oauth Google's additions to OAuth 1.0a authorization as specified in Google's OAuth API Reference (see detailed package specification). 
com.google.api.client.googleapis.auth.storage Google Storage for Developers has a custom authentication method described in Authentication
com.google.api.client.googleapis.json Google's JSON-C as specified in YouTube Developer's Guide: JSON-C / JavaScript (see detailed package specification). 
com.google.api.client.googleapis.xml.atom Google's Atom XML implementation (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.javanet HTTP Transport library for Google API's based on the java.net package. 
com.google.api.client.json JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON
com.google.api.client.json.rpc2 JSON-RPC 2.0 as specified in JSON-RPC 2.0 Specification and JSON-RPC over HTTP
com.google.api.client.xml XML. 
com.google.api.client.xml.atom Atom XML. 
 

Classes in com.google.api.client.http used by com.google.api.client.apache
LowLevelHttpTransport
          Low-level HTTP transport.
 

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).
HttpTransport
          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
          HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.googleapis
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).
HttpExecuteIntercepter
          HTTP request execute intercepter invoked at the start of HttpRequest.execute().
HttpHeaders
          Stores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions.
HttpRequest
          HTTP request.
HttpTransport
          HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.googleapis.auth
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.googleapis.auth.authsub
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).
HttpTransport
          HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.googleapis.auth.clientlogin
HttpResponseException
          Exception thrown when an error status code is detected in an HTTP response.
HttpTransport
          HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.googleapis.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).
HttpExecuteIntercepter
          HTTP request execute intercepter invoked at the start of HttpRequest.execute().
HttpRequest
          HTTP request.
HttpTransport
          HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.googleapis.auth.storage
HttpTransport
          HTTP transport.
 

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

Classes in com.google.api.client.http used by com.google.api.client.googleapis.xml.atom
HttpContent
          Serializes HTTP request content into an output stream.
HttpResponse
          HTTP response.
 

Classes in com.google.api.client.http used by com.google.api.client.http
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
          HTTP request execute intercepter invoked at the start of HttpRequest.execute().
HttpHeaders
          Stores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions.
HttpParser
          Parses HTTP response content into an data class of key/value pairs.
HttpRequest
          HTTP request.
HttpResponse
          HTTP response.
HttpTransport
          HTTP transport.
LowLevelHttpRequest
          Low-level HTTP request.
LowLevelHttpResponse
          Low-level HTTP response.
LowLevelHttpTransport
          Low-level HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.javanet
LowLevelHttpTransport
          Low-level HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.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.json.rpc2
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).
HttpRequest
          HTTP request.
HttpTransport
          HTTP transport.
 

Classes in com.google.api.client.http used by com.google.api.client.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.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.
 



Copyright © 2010 Google. All Rights Reserved.