com.google.gdata.client.http
Class GoogleGDataRequest.Factory

java.lang.Object
  extended by com.google.gdata.client.http.HttpGDataRequest.Factory
      extended by com.google.gdata.client.http.GoogleGDataRequest.Factory
All Implemented Interfaces:
Service.GDataRequestFactory
Enclosing class:
GoogleGDataRequest

public static class GoogleGDataRequest.Factory
extends HttpGDataRequest.Factory

The GoogleGDataRequest.Factory class is a factory class for constructing new GoogleGDataRequest instances.


Constructor Summary
GoogleGDataRequest.Factory()
           
 
Method Summary
 
Methods inherited from class com.google.gdata.client.http.HttpGDataRequest.Factory
getRequest, getRequest, setAuthToken, setAuthToken, setConnectionSource, setHeader, setPrivateHeader, useSsl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleGDataRequest.Factory

public GoogleGDataRequest.Factory()