com.google.appengine.api.urlfetch
Interface IURLFetchServiceFactory
-
public interface IURLFetchServiceFactory
Factory forURLFetchService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description URLFetchService
getURLFetchService()
Obtain a URLFetchService instance.
-
-
-
Method Detail
-
getURLFetchService
URLFetchService getURLFetchService()
Obtain a URLFetchService instance.
-
-