|
||||||||||
| 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)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCsrfToken()
Gets the CSRF security token (double submit cookie) for this request. |
org.json.JSONObject |
getRawJson()
Gets the entire request in JSON format, as it was received from the client. |
org.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. |
| 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)
throws org.json.JSONException
org.json.JSONException| Method Detail |
|---|
public java.lang.String getCsrfToken()
public org.json.JSONArray getRpcInvocationsData()
public int getSyncId()
public org.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 | |||||||||