|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.communication.ServerRpcHandler.RpcRequest
public static class ServerRpcHandler.RpcRequest
A data transfer object representing an RPC request sent by the client side.
Constructor Summary | |
---|---|
ServerRpcHandler.RpcRequest(java.lang.String jsonString,
VaadinRequest request)
|
Method Summary | |
---|---|
java.lang.String |
getCsrfToken()
Gets the CSRF security token (double submit cookie) for this request. |
elemental.json.JsonObject |
getRawJson()
Gets the entire request in JSON format, as it was received from the client. |
elemental.json.JsonArray |
getRpcInvocationsData()
Gets the data to recreate the RPC as requested by the client side. |
int |
getSyncId()
Gets the sync id last seen by the client. |
boolean |
isResynchronize()
Checks if this is a request to resynchronize the client side |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerRpcHandler.RpcRequest(java.lang.String jsonString, VaadinRequest request)
Method Detail |
---|
public java.lang.String getCsrfToken()
public elemental.json.JsonArray getRpcInvocationsData()
public int getSyncId()
public boolean isResynchronize()
public elemental.json.JsonObject getRawJson()
Note: This is a shared reference - any modifications made will be shared.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |