Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
Modifier and Type | Field and Description |
---|---|
protected IOSelector |
AbstractClientSelectionHandler.ioSelector |
Constructor and Description |
---|
AbstractClientSelectionHandler(ClientConnection connection,
IOSelector ioSelector) |
ClientConnection(ClientConnectionManager connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannelWrapper,
ClientExecutionService executionService,
ClientInvocationServiceImpl invocationService,
SerializationService serializationService) |
ClientReadHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
ClientWriteHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIOSelector |
class |
InSelectorImpl |
class |
OutSelectorImpl |
Constructor and Description |
---|
TcpIpConnection(TcpIpConnectionManager connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannel) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.