Uses of Class
com.google.gwt.user.client.rpc.RpcTokenException
-
Packages that use RpcTokenException Package Description 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 RpcTokenException in com.google.gwt.user.client.rpc
Methods in com.google.gwt.user.client.rpc with parameters of type RpcTokenException Modifier and Type Method Description void
RpcTokenExceptionHandler. onRpcTokenException(RpcTokenException exception)
Process RPC token exception. -
Uses of RpcTokenException in com.google.gwt.user.server.rpc
Methods in com.google.gwt.user.server.rpc that throw RpcTokenException Modifier and Type Method Description protected abstract void
AbstractXsrfProtectedServiceServlet. validateXsrfToken(RpcToken token, java.lang.reflect.Method method)
Override this method to perform XSRF token verification.protected void
XsrfProtectedServiceServlet. validateXsrfToken(RpcToken token, java.lang.reflect.Method method)
ValidatesXsrfToken
included withRPCRequest
against XSRF cookie.
-