public class GoogleGDataRequest extends HttpGDataRequest
Modifier and Type | Class and Description |
---|---|
static class |
GoogleGDataRequest.Factory
The GoogleGDataRequest.Factory class is a factory class for
constructing new GoogleGDataRequest instances.
|
static class |
GoogleGDataRequest.GoogleCookie
Google cookie.
|
Service.GDataRequest.RequestType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DISABLE_COOKIE_HANDLER_PROPERTY
If set, this System property will globally disable interception and
handling of cookies for all GData services.
|
METHOD_OVERRIDE_HEADER, METHOD_OVERRIDE_PROPERTY
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the GData service request.
|
Version |
getRequestVersion()
Returns the
Version that will be used to execute the request on the
target service or null if the service is not versioned. |
Version |
getResponseVersion()
Returns the
Version that was used by the target service to execute
the request or null if the service is not versioned. |
void |
setService(GoogleService service)
Sets the GoogleService associated with the request.
|
end, getConnection, getParseSource, getRequestContentType, getRequestStream, getRequestUrl, getRequestWriter, getResponseContentType, getResponseDateHeader, getResponseHeader, getResponseStream, setConnectTimeout, setEtag, setHeader, setIfModifiedSince, setMethod, setPrivateHeader, setReadTimeout
public static final java.lang.String DISABLE_COOKIE_HANDLER_PROPERTY
public Version getRequestVersion()
Version
that will be used to execute the request on the
target service or null
if the service is not versioned.null
.public Version getResponseVersion()
Version
that was used by the target service to execute
the request or null
if the service is not versioned.null
.public void setService(GoogleService service)
public void execute() throws java.io.IOException, ServiceException
Service.GDataRequest
execute
in interface Service.GDataRequest
execute
in class HttpGDataRequest
java.io.IOException
- error writing to or reading from GData service.ResourceNotFoundException
- invalid request
target resource.ServiceException
- system error executing request.