Package | Description |
---|---|
com.google.gwt.user.client.rpc |
Classes used in client-side implementation of remote procedure calls.
|
com.google.gwt.user.client.rpc.impl |
Modifier and Type | Method and Description |
---|---|
RpcTokenExceptionHandler |
HasRpcToken.getRpcTokenExceptionHandler()
Return RPC token exception handler used with this RPC instance.
|
Modifier and Type | Method and Description |
---|---|
void |
HasRpcToken.setRpcTokenExceptionHandler(RpcTokenExceptionHandler handler)
Sets the handler for exceptions that occurred during RPC token processing.
|
Modifier and Type | Method and Description |
---|---|
RpcTokenExceptionHandler |
RemoteServiceProxy.getRpcTokenExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteServiceProxy.setRpcTokenExceptionHandler(RpcTokenExceptionHandler handler) |
Constructor and Description |
---|
RequestCallbackAdapter(SerializationStreamFactory streamFactory,
String methodName,
RpcStatsContext statsContext,
AsyncCallback<T> callback,
RpcTokenExceptionHandler tokenExceptionHandler,
RequestCallbackAdapter.ResponseReader responseReader) |
Copyright © 2018. All rights reserved.