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

Packages that use com.google.api.client.util
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.json JSON HTTP library based on the pluggable HTTP library. 
com.google.api.client.json Utilities for 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.testing.http Testing utilities used for writing tests based on this library. 
com.google.api.client.util General utilities used throughout this library. 
com.google.api.client.xml Utilities for XML. 
 

Classes in com.google.api.client.util used by com.google.api.client.http
GenericData
          Generic data that stores all unknown data key name/value pairs.
ObjectParser
          Parses a data source into the specified data type.
 

Classes in com.google.api.client.util used by com.google.api.client.http.json
GenericData
          Generic data that stores all unknown data key name/value pairs.
 

Classes in com.google.api.client.util used by com.google.api.client.json
GenericData
          Generic data that stores all unknown data key name/value pairs.
ObjectParser
          Parses a data source into the specified data type.
 

Classes in com.google.api.client.util used by com.google.api.client.json.rpc2
GenericData
          Generic data that stores all unknown data key name/value pairs.
 

Classes in com.google.api.client.util used by com.google.api.client.testing.http
Clock
          Clock which can be used to get the amount of elapsed milliseconds in system time.
 

Classes in com.google.api.client.util used by com.google.api.client.util
ArrayMap
          Memory-efficient map of keys to values with list-style random-access semantics.
ClassInfo
          Computes class information to determine data key name/value pairs associated with the class.
Clock
          Clock which can be used to get the amount of elapsed milliseconds in system time.
DateTime
          Immutable representation of a date with an optional time and an optional time zone based on RFC 3339.
FieldInfo
          Parses field information to determine data key name/value pair associated with the field.
GenericData
          Generic data that stores all unknown data key name/value pairs.
GenericData.Flags
          Flags that impact behavior of generic data.
LoggingByteArrayOutputStream
          Thread-safe byte array output stream that logs what was written to it when the stream is closed.
 

Classes in com.google.api.client.util used by com.google.api.client.xml
GenericData
          Generic data that stores all unknown data key name/value pairs.
ObjectParser
          Parses a data source into the specified data type.
 



Copyright © 2011-2012 Google. All Rights Reserved.