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
This whole package is internal and no compatibility will be provided. |
com.hazelcast.nio.tcp.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor . |
Modifier and Type | Field and Description |
---|---|
protected SocketChannelWrapper |
AbstractClientSelectionHandler.socketChannel |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
ClientConnection.getSocketChannelWrapper() |
Constructor and Description |
---|
ClientConnection(HazelcastClientInstanceImpl client,
NonBlockingIOThread in,
NonBlockingIOThread out,
int connectionId,
SocketChannelWrapper socketChannelWrapper) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSocketChannelWrapper |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
TcpIpConnection.getSocketChannelWrapper() |
SocketChannelWrapper |
DefaultSocketChannelWrapperFactory.wrapSocketChannel(SocketChannel socketChannel,
boolean client) |
SocketChannelWrapper |
SocketChannelWrapperFactory.wrapSocketChannel(SocketChannel socketChannel,
boolean client) |
Constructor and Description |
---|
TcpIpConnection(TcpIpConnectionManager connectionManager,
int connectionId,
SocketChannelWrapper socketChannel,
IOThreadingModel ioThreadingModel) |
Modifier and Type | Field and Description |
---|---|
protected SocketChannelWrapper |
AbstractHandler.socketChannel |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.