Package | Description |
---|---|
com.hazelcast.client.connection.nio | |
com.hazelcast.nio | |
com.hazelcast.nio.ssl |
Modifier and Type | Field and Description |
---|---|
protected SocketChannelWrapper |
ClientAbstractSelectionHandler.socketChannel |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
ClientConnection.getSocketChannelWrapper() |
Constructor and Description |
---|
ClientConnection(ClientConnectionManagerImpl connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannelWrapper,
ClientExecutionService executionService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSocketChannelWrapper |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
TcpIpConnection.getSocketChannelWrapper() |
Constructor and Description |
---|
TcpIpConnection(TcpIpConnectionManager connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannel) |
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketChannelWrapper |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.