Uses of Class
com.google.gwt.user.server.rpc.RPCRequest
Packages that use RPCRequest
Package
Description
Classes used in server-side implementation of remote procedure calls.
Jakarta-specific package for server-only classes.
-
Uses of RPCRequest in com.google.gwt.user.server.rpc
Methods in com.google.gwt.user.server.rpc that return RPCRequestModifier and TypeMethodDescriptionstatic RPCRequest
RPC.decodeRequest
(String encodedRequest) Returns anRPCRequest
that is built by decoding the contents of an encoded RPC request.static RPCRequest
RPC.decodeRequest
(String encodedRequest, Class<?> type) Returns anRPCRequest
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 anRPCRequest
that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.Methods in com.google.gwt.user.server.rpc with parameters of type RPCRequestModifier and TypeMethodDescriptionstatic String
RPC.encodeResponseForFailedRequest
(RPCRequest rpcRequest, Throwable cause) Returns a string that encodes an exception.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) RemoteServiceServlet.processCall
(RPCRequest rpcRequest) Process an already decoded RPC request. -
Uses of RPCRequest in com.google.gwt.user.server.rpc.jakarta
Methods in com.google.gwt.user.server.rpc.jakarta that return RPCRequestModifier and TypeMethodDescriptionstatic RPCRequest
RPC.decodeRequest
(String encodedRequest) Returns anRPCRequest
that is built by decoding the contents of an encoded RPC request.static RPCRequest
RPC.decodeRequest
(String encodedRequest, Class<?> type) Returns anRPCRequest
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 anRPCRequest
that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.Methods in com.google.gwt.user.server.rpc.jakarta with parameters of type RPCRequestModifier and TypeMethodDescriptionstatic String
RPC.encodeResponseForFailedRequest
(RPCRequest rpcRequest, Throwable cause) Returns a string that encodes an exception.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) RemoteServiceServlet.processCall
(RPCRequest rpcRequest) Process an already decoded RPC request.