Uses of Package
com.google.gwt.user.client.rpc
Package
Description
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
Log handlers and related classes for java.util.logging support in GWT.
Server classes for java.util.logging support in GWT.
Jakarta-specific package for server-only classes.
Shared classes for java.util.logging support in GWT.
Classes used in client-side implementation of remote procedure calls.
Widgets, Panels, and other user-interface classes.
Classes used in server-side implementation of remote procedure calls.
Jakarta-specific package for server-only classes.
-
ClassDescriptionThe primary interface a caller must implement to receive a response from a remote procedure call.
-
ClassDescriptionThe primary interface a caller must implement to receive a response from a remote procedure call.
-
-
-
ClassDescriptionThe primary interface a caller must implement to receive a response from a remote procedure call.Occurs when a service invocation did not complete cleanly.Marker interface indicating that a type is intended to be used with a
RemoteService
.Marker interface that RPC interfaces should extend.This class encapsulates the logic necessary to configure a RequestBuilder for use with an RPC proxy object.An interface for RPC token implementation objects included with each RPC call.Exception that will be passed to theRpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error.Handles an exception produced while processingRpcToken
.Base exception type for errors relating to the serialization stream.An interface for reading values from a stream.An interface for writing values into a stream.XSRF token. -
ClassDescriptionMarker interface indicating that a type is intended to be used with a
RemoteService
. -
ClassDescriptionAn interface that may be implemented by class-based custom field serializers which will reduce the amount of server-side reflection during serialization, hence improving their serialization performance.Marker interface that RPC interfaces should extend.An interface for RPC token implementation objects included with each RPC call.Exception that will be passed to the
RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error.Base exception type for errors relating to the serialization stream.XSRF token.XSRF token generation RPC service. -
ClassDescriptionMarker interface that RPC interfaces should extend.An interface for RPC token implementation objects included with each RPC call.Exception that will be passed to the
RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error.Base exception type for errors relating to the serialization stream.XSRF token.XSRF token generation RPC service.