public class ClientRequestContext extends Object
| Constructor and Description |
|---|
ClientRequestContext(ClientRequestContext commandContext) |
ClientRequestContext(ClientRequestContext commandContext,
Request command) |
ClientRequestContext(ClientResponseContext responseContext,
Request command) |
ClientRequestContext(Request command) |
| Modifier and Type | Method and Description |
|---|---|
ClientResponseContext |
createResponseContext(Response response) |
Request |
getCommand() |
HashMap<String,Serializable> |
getPayload() |
int |
getRequestCount() |
ClientResponseContext |
getResponseContext() |
public ClientRequestContext(ClientResponseContext responseContext, Request command)
public ClientRequestContext(Request command)
public ClientRequestContext(ClientRequestContext commandContext, Request command)
public ClientRequestContext(ClientRequestContext commandContext)
public HashMap<String,Serializable> getPayload()
public int getRequestCount()
public ClientResponseContext createResponseContext(Response response)
public ClientResponseContext getResponseContext()
public Request getCommand()
Copyright © 2003-2016 GateIn. All Rights Reserved.