Uses of Interface
com.google.gwt.user.client.rpc.RpcToken
Packages that use RpcToken
Package
Description
Classes used in client-side implementation of remote procedure calls.
Classes used in server-side implementation of remote procedure calls.
Jakarta-specific package for server-only classes.
-
Uses of RpcToken in com.google.gwt.user.client.rpc
Classes in com.google.gwt.user.client.rpc that implement RpcTokenMethods in com.google.gwt.user.client.rpc that return RpcTokenModifier and TypeMethodDescriptionHasRpcToken.getRpcToken()Return RPC token used with this RPC instance.Methods in com.google.gwt.user.client.rpc with parameters of type RpcTokenModifier and TypeMethodDescriptionvoidHasRpcToken.setRpcToken(RpcToken token) Sets theRpcTokento be included with each RPC call. -
Uses of RpcToken in com.google.gwt.user.server.rpc
Methods in com.google.gwt.user.server.rpc that return RpcTokenMethods in com.google.gwt.user.server.rpc with parameters of type RpcTokenModifier and TypeMethodDescriptionprotected abstract voidAbstractXsrfProtectedServiceServlet.validateXsrfToken(RpcToken token, Method method) Override this method to perform XSRF token verification.protected voidXsrfProtectedServiceServlet.validateXsrfToken(RpcToken token, Method method) ValidatesXsrfTokenincluded withRPCRequestagainst XSRF cookie.Constructors in com.google.gwt.user.server.rpc with parameters of type RpcTokenModifierConstructorDescriptionRPCRequest(Method method, Object[] parameters, RpcToken rpcToken, SerializationPolicy serializationPolicy, int flags) Construct an RPCRequest. -
Uses of RpcToken in com.google.gwt.user.server.rpc.jakarta
Methods in com.google.gwt.user.server.rpc.jakarta with parameters of type RpcTokenModifier and TypeMethodDescriptionprotected abstract voidAbstractXsrfProtectedServiceServlet.validateXsrfToken(RpcToken token, Method method) Override this method to perform XSRF token verification.protected voidXsrfProtectedServiceServlet.validateXsrfToken(RpcToken token, Method method) ValidatesXsrfTokenincluded withRPCRequestagainst XSRF cookie.