| java.lang.Object | |
| ↳ | com.google.gdata.client.Service.ClientStreamProperties |
Known Direct Subclasses
|
The ClientStreamProperties class is an abstract adaptor class that
implements the StreamProperties interface for content to be written
to or read from the target service based upon its attributes and a
Service.GDataRequest.
Subclasses must implement the getContentType()
method since the expected content type depends on the direction of data
transfer for the request.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| queryMap | |||||||||||
| req | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
AltRegistry that contains the set of supported
representations and the parser/generator configuration for them. | |||||||||||
Returns the
ExtensionProfile associated with the stream. | |||||||||||
Returns the value of a request query parameter by name or
null
if not found. | |||||||||||
Returns a Collection that contains the name of all query parameters
found in the request.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
AltFormat describing the representation used for
the current request. | |||||||||||
Returns a
MetadataContext based upon the alt format and version
of the request associated with these properties. | |||||||||||
Returns the
UriParameterMap containing the decoded query
parameters for the current request. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.wireformats.StreamProperties
| |||||||||||
Returns the AltRegistry that contains the set of supported
representations and the parser/generator configuration for them.
Returns the ExtensionProfile associated with the stream.
null for requests that use the
data model classes in com.google.gdata.model.
Returns the value of a request query parameter by name or null
if not found.
| name |
|---|
Returns a Collection that contains the name of all query parameters found in the request.
Returns the AltFormat describing the representation used for
the current request.
Returns a MetadataContext based upon the alt format and version
of the request associated with these properties. This can be used by
subclasses to bind root element metadata for request or response types.
Returns the UriParameterMap containing the decoded query
parameters for the current request.