Uses of Interface
com.google.gwt.user.client.rpc.RemoteService
-
Packages that use RemoteService Package Description com.google.gwt.logging.server Server classes for java.util.logging support in GWT.com.google.gwt.logging.shared Shared classes for java.util.logging support in GWT.com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls.com.google.gwt.user.server.rpc Classes used in server-side implementation of remote procedure calls. -
-
Uses of RemoteService in com.google.gwt.logging.server
Classes in com.google.gwt.logging.server that implement RemoteService Modifier and Type Class Description class
RemoteLoggingServiceImpl
Server-side code for the remote log handler. -
Uses of RemoteService in com.google.gwt.logging.shared
Subinterfaces of RemoteService in com.google.gwt.logging.shared Modifier and Type Interface Description interface
RemoteLoggingService
The client-side stub for the logging RPC service. -
Uses of RemoteService in com.google.gwt.user.client.rpc
Subinterfaces of RemoteService in com.google.gwt.user.client.rpc Modifier and Type Interface Description interface
XsrfProtectedService
XSRF protected equivalent ofRemoteService
.interface
XsrfTokenService
XSRF token generation RPC service. -
Uses of RemoteService in com.google.gwt.user.server.rpc
Classes in com.google.gwt.user.server.rpc that implement RemoteService Modifier and Type Class Description class
XsrfTokenServiceServlet
EXPERIMENTAL and subject to change.
-