Class IURLFetchServiceFactoryProvider
java.lang.Object
com.google.appengine.spi.FactoryProvider<IURLFetchServiceFactory>
com.google.appengine.api.urlfetch.IURLFetchServiceFactoryProvider
- All Implemented Interfaces:
Comparable<FactoryProvider<?>>
@AutoService(FactoryProvider.class)
@ServiceProvider(precedence=-2147483648)
public final class IURLFetchServiceFactoryProvider
extends FactoryProvider<IURLFetchServiceFactory>
Factory provider for
IURLFetchServiceFactory
.
Note: This class is not intended for end users.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.appengine.spi.FactoryProvider
compareTo, equals, hashCode
-
Constructor Details
-
IURLFetchServiceFactoryProvider
public IURLFetchServiceFactoryProvider()
-