Package | Description |
---|---|
com.google.gwt.rpc.server |
Contains the server-side APIs for deRPC.
|
com.google.gwt.user.server.rpc |
Classes used in server-side implementation of remote procedure calls.
|
Modifier and Type | Method and Description |
---|---|
static RPCRequest |
RPC.decodeRequest(String encodedRequest,
Class<?> type,
ClientOracle clientOracle) |
Modifier and Type | Method and Description |
---|---|
static RPCRequest |
RPC.decodeRequest(String encodedRequest)
Returns an
RPCRequest that is built by decoding the contents of an
encoded RPC request. |
static RPCRequest |
RPC.decodeRequest(String encodedRequest,
Class<?> type)
Returns an
RPCRequest that is built by decoding the contents of an
encoded RPC request and optionally validating that type can handle the
request. |
static RPCRequest |
RPC.decodeRequest(String encodedRequest,
Class<?> type,
SerializationPolicyProvider serializationPolicyProvider)
Returns an
RPCRequest that is built by decoding the contents of an
encoded RPC request and optionally validating that type can handle the
request. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteServiceServlet.onAfterRequestDeserialized(RPCRequest rpcRequest)
Override this method to examine the deserialized version of the request
before the call to the servlet method is made.
|
protected void |
AbstractXsrfProtectedServiceServlet.onAfterRequestDeserialized(RPCRequest rpcRequest) |
Copyright © 2018. All rights reserved.