| 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 SocketChannelWrapper | AbstractClientSelectionHandler. socketChannel | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketChannelWrapper | ClientConnection. getSocketChannelWrapper() | 
| Constructor and Description | 
|---|
| ClientConnection(HazelcastClientInstanceImpl client,
                IOSelector in,
                IOSelector out,
                int connectionId,
                SocketChannelWrapper socketChannelWrapper) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSocketChannelWrapper | 
| Modifier and Type | Field and Description | 
|---|---|
| protected SocketChannelWrapper | AbstractSelectionHandler. socketChannel | 
| 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,
               IOSelector in,
               IOSelector out,
               int connectionId,
               SocketChannelWrapper socketChannel) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.