Package | Description |
---|---|
com.hazelcast.client.connection.nio | |
com.hazelcast.nio |
Modifier and Type | Class and Description |
---|---|
class |
ClientAbstractIOSelector |
class |
ClientInSelectorImpl |
class |
ClientOutSelectorImpl |
Modifier and Type | Field and Description |
---|---|
protected IOSelector |
ClientAbstractSelectionHandler.ioSelector |
Constructor and Description |
---|
ClientAbstractSelectionHandler(ClientConnection connection,
IOSelector ioSelector) |
ClientConnection(ClientConnectionManagerImpl connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannelWrapper,
ClientExecutionService executionService) |
ClientReadHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
ClientWriteHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
Constructor and Description |
---|
TcpIpConnection(TcpIpConnectionManager connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannel) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.