public class ClientMessageParser extends Object implements ClientListenerMessageParser
| Modifier and Type | Field and Description |
|---|---|
static short |
OP_COMPUTE_TASK_FINISHED |
| Modifier and Type | Method and Description |
|---|---|
ClientListenerRequest |
decode(BinaryReaderExImpl reader)
Decodes the request.
|
ClientListenerRequest |
decode(byte[] msg)
Decode request from byte array.
|
int |
decodeCommandType(byte[] msg)
Decode command type.
|
long |
decodeRequestId(byte[] msg)
Decode request Id.
|
byte[] |
encode(ClientListenerResponse resp)
Encode response to byte array.
|
public static final short OP_COMPUTE_TASK_FINISHED
public ClientListenerRequest decode(byte[] msg)
decode in interface ClientListenerMessageParsermsg - Message.public ClientListenerRequest decode(BinaryReaderExImpl reader)
reader - Reader.public byte[] encode(ClientListenerResponse resp)
encode in interface ClientListenerMessageParserresp - Response.public int decodeCommandType(byte[] msg)
decodeCommandType in interface ClientListenerMessageParsermsg - Message.public long decodeRequestId(byte[] msg)
decodeRequestId in interface ClientListenerMessageParsermsg - Message.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020