public static class GoogleGDataRequest.Factory extends HttpGDataRequest.Factory
authToken, connectionSource, headerMap, privateHeaderMap, useSsl
Constructor and Description |
---|
GoogleGDataRequest.Factory() |
Modifier and Type | Method and Description |
---|---|
protected Service.GDataRequest |
createRequest(Service.GDataRequest.RequestType type,
java.net.URL requestUrl,
ContentType contentType)
Creates a
Service.GDataRequest instance. |
getRequest, getRequest, setAuthToken, setAuthToken, setConnectionSource, setHeader, setPrivateHeader, useSsl
protected Service.GDataRequest createRequest(Service.GDataRequest.RequestType type, java.net.URL requestUrl, ContentType contentType) throws java.io.IOException, ServiceException
HttpGDataRequest.Factory
Service.GDataRequest
instance.
This method is called from HttpGDataRequest.Factory.getRequest(com.google.gdata.client.Service.GDataRequest.RequestType, java.net.URL, com.google.gdata.util.ContentType)
after any changes to
the parameters have been applied.
Subclasses should overwrite this method and not HttpGDataRequest.Factory.getRequest(com.google.gdata.client.Service.GDataRequest.RequestType, java.net.URL, com.google.gdata.util.ContentType)
createRequest
in class HttpGDataRequest.Factory
java.io.IOException
ServiceException