| Package | Description |
|---|---|
| com.google.gwt.rpc.client.impl | |
| com.google.gwt.user.client.rpc.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcServiceProxy
The base type for RPC proxies.
|
| Constructor and Description |
|---|
RpcCallbackAdapter(SerializationStreamFactory streamFactory,
String methodName,
RpcStatsContext statsContext,
AsyncCallback<T> callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteServiceProxy
Superclass for client-side
RemoteService proxies. |
| Constructor and Description |
|---|
RequestCallbackAdapter(SerializationStreamFactory streamFactory,
String methodName,
RpcStatsContext statsContext,
AsyncCallback<T> callback,
RequestCallbackAdapter.ResponseReader responseReader) |
RequestCallbackAdapter(SerializationStreamFactory streamFactory,
String methodName,
RpcStatsContext statsContext,
AsyncCallback<T> callback,
RpcTokenExceptionHandler tokenExceptionHandler,
RequestCallbackAdapter.ResponseReader responseReader) |
Copyright © 2018. All rights reserved.