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, useSslprotected Service.GDataRequest createRequest(Service.GDataRequest.RequestType type, java.net.URL requestUrl, ContentType contentType) throws java.io.IOException, ServiceException
HttpGDataRequest.FactoryService.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.Factoryjava.io.IOExceptionServiceException