public interface ClientListenerMessageParser
| Modifier and Type | Method and Description |
|---|---|
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.
|
ClientListenerRequest decode(byte[] msg)
msg - Message.byte[] encode(ClientListenerResponse resp)
resp - Response.int decodeCommandType(byte[] msg)
msg - Message.long decodeRequestId(byte[] msg)
msg - Message.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020