Package com.google.apphosting.api
Interface ApiProxy.EnvironmentFactory
- Enclosing class:
- ApiProxy
public static interface ApiProxy.EnvironmentFactory
Used to create an Environment object to use if no thread local Environment is set.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new Environment object to use if no thread local Environment is set.
-
Method Details
-
newEnvironment
ApiProxy.Environment newEnvironment()Creates a new Environment object to use if no thread local Environment is set.
-