| Package | Description |
|---|---|
| com.google.apphosting.api |
Provides access to the ApiProxy, which dispatches API calls to backend services.
|
| Modifier and Type | Method and Description |
|---|---|
Future<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.
|
Copyright © 2022. All rights reserved.