public class OdbcMessageParser extends Object implements ClientListenerMessageParser
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
ctx
Kernal context.
|
protected static int |
INIT_CAP
Initial output stream capacity.
|
| Constructor and Description |
|---|
OdbcMessageParser(GridKernalContext ctx,
ClientListenerProtocolVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
ClientListenerRequest |
decode(byte[] msg)
Decode request from byte array.
|
byte[] |
encode(ClientListenerResponse msg0)
Encode response to byte array.
|
protected static final int INIT_CAP
protected GridKernalContext ctx
public OdbcMessageParser(GridKernalContext ctx, ClientListenerProtocolVersion ver)
ctx - Context.ver - Protocol version.public ClientListenerRequest decode(byte[] msg)
decode in interface ClientListenerMessageParsermsg - Message.public byte[] encode(ClientListenerResponse msg0)
encode in interface ClientListenerMessageParsermsg0 - Response.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018