Uses of Class
com.google.apphosting.api.ApiProxy.ApiConfig
Packages that use ApiProxy.ApiConfig
Package
Description
Provides access to the ApiProxy, which dispatches API calls to backend services.
-
Uses of ApiProxy.ApiConfig in com.google.apphosting.api
Methods in com.google.apphosting.api with parameters of type ApiProxy.ApiConfigModifier and TypeMethodDescriptionFuture<byte[]>
ApiProxy.Delegate.makeAsyncCall
(E environment, String packageName, String methodName, byte[] request, ApiProxy.ApiConfig apiConfig) Make an asynchronous call to the specified method in the specified API package.static Future<byte[]>
ApiProxy.makeAsyncCall
(String packageName, String methodName, byte[] request, ApiProxy.ApiConfig apiConfig) Make an asynchronous call to the specified method in the specified API package.static byte[]
ApiProxy.makeSyncCall
(String packageName, String methodName, byte[] request, ApiProxy.ApiConfig apiConfig) Make a synchronous call to the specified method in the specified API package.