| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.client.http |
| Modifier and Type | Field and Description |
|---|---|
protected Service.GDataRequest |
Service.ClientStreamProperties.req |
| Modifier and Type | Method and Description |
|---|---|
Service.GDataRequest |
Service.createBatchRequest(URL feedUrl)
Creates a new GDataRequest that can be used to execute several
insert/update/delete operations in one request by writing a feed into the
request stream to read a feed containing the result of the batch operations
from the response stream.
|
Service.GDataRequest |
Service.createDeleteRequest(URL entryUrl)
Creates a new GDataRequest that can be used to delete an Atom entry.
|
Service.GDataRequest |
Service.createEntryRequest(URL entryUrl)
Returns a GDataRequest instance that can be used to access an entry's
contents as a stream, given the URL of the entry.
|
Service.GDataRequest |
Service.createFeedRequest(Query query)
Executes a GData query request against the target service and returns the
resulting feed results via an input stream.
|
Service.GDataRequest |
Service.createFeedRequest(URL feedUrl)
Executes a GData feed request against the target service and returns the
resulting feed results via an input stream.
|
Service.GDataRequest |
Service.createInsertRequest(URL feedUrl)
Creates a new GDataRequest that can be used to insert a new entry into a
feed using the request stream and to read the resulting entry content from
the response stream.
|
Service.GDataRequest |
Service.createLinkQueryRequest(ILink link)
Returns a query (GET) request that targets the provided link.
|
Service.GDataRequest |
Service.createPatchRequest(URL entryUrl)
Creates a new GDataRequest that can be used to update an existing Atom
entry.
|
protected Service.GDataRequest |
Service.createRequest(Query query,
ContentType inputType)
Creates a new GDataRequest for querying the service.
|
protected Service.GDataRequest |
GoogleService.createRequest(Query query,
ContentType contentType) |
Service.GDataRequest |
Service.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType inputType)
Creates a new GDataRequest for use by the service.
|
Service.GDataRequest |
GoogleService.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType) |
Service.GDataRequest |
Service.createUpdateRequest(URL entryUrl)
Creates a new GDataRequest that can be used to update an existing Atom
entry.
|
Service.GDataRequest |
Service.ClientStreamProperties.getGDataRequest() |
Service.GDataRequest |
Service.GDataRequestFactory.getRequest(Query query,
ContentType contentType)
Creates a new GDataRequest instance for querying a service.
|
Service.GDataRequest |
Service.GDataRequestFactory.getRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType)
Creates a new GDataRequest instance of the specified RequestType.
|
| Modifier and Type | Method and Description |
|---|---|
<E> E |
Service.parseResponseData(Service.GDataRequest req,
Class<E> resultType)
Parses the response stream for a request based upon request properties and
an expected result type.
|
void |
Service.setTimeouts(Service.GDataRequest request)
Sets timeout value for GDataRequest.
|
void |
Service.writeRequestData(Service.GDataRequest req,
Object source)
Writes the request body to the target service based upon the attributes of
the request and the source object.
|
protected void |
Service.writeRequestData(Service.GDataRequest req,
Service.ClientOutputProperties outProps,
Object source)
Writes the request body to the target service based upon requested
output properties and the source object.
|
| Constructor and Description |
|---|
Service.ClientInputProperties(Service.GDataRequest req,
Class<?> expectType) |
Service.ClientOutputProperties(Service.GDataRequest req,
Object source) |
Service.ClientStreamProperties(Service.GDataRequest req) |
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleGDataRequest
The GoogleGDataRequest class provides a basic implementation of an
interface to connect with a Google-GData server.
|
class |
HttpGDataRequest
The HttpGDataRequest class provides a basic implementation of the
GDataRequest interface over HTTP. |
| Modifier and Type | Method and Description |
|---|---|
protected Service.GDataRequest |
HttpGDataRequest.Factory.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType)
Creates a
Service.GDataRequest instance. |
protected Service.GDataRequest |
GoogleGDataRequest.Factory.createRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType) |
Service.GDataRequest |
HttpGDataRequest.Factory.getRequest(Query query,
ContentType contentType) |
Service.GDataRequest |
HttpGDataRequest.Factory.getRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType) |
Copyright © 2012. All Rights Reserved.