public class ClientResponse extends ClientListenerResponse
STATUS_FAILED, STATUS_SUCCESS| Constructor and Description |
|---|
ClientResponse(long reqId)
Constructor.
|
ClientResponse(long reqId,
int status,
String err)
Constructor.
|
ClientResponse(long reqId,
String err)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(BinaryRawWriterEx writer)
Encodes the response data.
|
long |
requestId()
Gets the request id.
|
error, error, status, statuspublic ClientResponse(long reqId)
reqId - Request id.public ClientResponse(long reqId,
String err)
reqId - Request id.err - Error message.public ClientResponse(long reqId,
int status,
String err)
reqId - Request id.status - Status code.err - Error message.public void encode(BinaryRawWriterEx writer)
public long requestId()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018