public interface ClientListenerConnectionContext
| Modifier and Type | Method and Description |
|---|---|
ClientListenerProtocolVersion |
currentVersion() |
ClientListenerRequestHandler |
handler()
Handler getter.
|
void |
initializeFromHandshake(ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
isVersionSupported(ClientListenerProtocolVersion ver) |
void |
onDisconnected()
Called whenever client is disconnected due to correct connection close
or due to
IOException during network operations. |
ClientListenerMessageParser |
parser()
Parser getter
|
boolean isVersionSupported(ClientListenerProtocolVersion ver)
ver - Version to check.true if version is supported.ClientListenerProtocolVersion currentVersion()
void initializeFromHandshake(ClientListenerProtocolVersion ver, BinaryReaderExImpl reader)
ver - Protocol version.reader - Reader set to the configuration part of the handshake message.ClientListenerRequestHandler handler()
ClientListenerMessageParser parser()
void onDisconnected()
IOException during network operations.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018