Uses of Package
com.google.gwt.user.client.rpc
Packages that use 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.
-
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.jsonp.clientClassDescriptionThe primary interface a caller must implement to receive a response from a remote procedure call.
-
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.logging.clientClassDescriptionThe primary interface a caller must implement to receive a response from a remote procedure call.
-
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.logging.server
-
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.logging.server.jakarta
-
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.user.client.rpcClassDescriptionThe 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. -
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.user.client.uiClassDescriptionMarker interface indicating that a type is intended to be used with a
RemoteService
. -
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.user.server.rpcClassDescriptionAn 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. -
Classes in com.google.gwt.user.client.rpc used by com.google.gwt.user.server.rpc.jakartaClassDescriptionMarker 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.