Uses of Interface
com.google.apphosting.api.ApiProxy.EnvironmentFactory
-
Packages that use ApiProxy.EnvironmentFactory Package Description com.google.apphosting.api Provides access to the ApiProxy, which dispatches API calls to backend services. -
-
Uses of ApiProxy.EnvironmentFactory in com.google.apphosting.api
Methods in com.google.apphosting.api that return ApiProxy.EnvironmentFactory Modifier and Type Method Description static ApiProxy.EnvironmentFactory
ApiProxy. getEnvironmentFactory()
Methods in com.google.apphosting.api with parameters of type ApiProxy.EnvironmentFactory Modifier and Type Method Description static void
ApiProxy. setEnvironmentFactory(ApiProxy.EnvironmentFactory factory)
Set the EnvironmentFactory instance to use, which will be used to create Environment instances when a thread local one is not set.
-