Uses of Interface
com.google.apphosting.api.ApiProxy.EnvironmentFactory
Packages that use ApiProxy.EnvironmentFactory
Package
Description
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.EnvironmentFactoryModifier and TypeMethodDescriptionstatic ApiProxy.EnvironmentFactoryApiProxy.getEnvironmentFactory()Methods in com.google.apphosting.api with parameters of type ApiProxy.EnvironmentFactoryModifier and TypeMethodDescriptionstatic voidApiProxy.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.