Uses of Interface
com.google.apphosting.api.ApiProxy.Delegate
Packages that use ApiProxy.Delegate
Package
Description
Provides access to the ApiProxy, which dispatches API calls to backend services.
-
Uses of ApiProxy.Delegate in com.google.apphosting.api
Methods in com.google.apphosting.api that return ApiProxy.DelegateModifier and TypeMethodDescriptionstatic ApiProxy.DelegateApiProxy.getDelegate()Gets the delegate to which we will proxy requests.Methods in com.google.apphosting.api with parameters of type ApiProxy.DelegateModifier and TypeMethodDescriptionstatic voidApiProxy.setDelegate(@Nullable ApiProxy.Delegate<?> aDelegate) Sets a delegate to which we will proxy requests.