| Package | Description | 
|---|---|
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection | 
| com.hazelcast.internal.networking | Contains the socket connection functionality. | 
| com.hazelcast.internal.networking.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| com.hazelcast.internal.networking.spinning | Contains the implementation of the  SpinningIOThreadingModel. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketReader | ClientConnection. getSocketReader() | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketReader | SocketConnection. getSocketReader() | 
| SocketReader | IOThreadingModel. newSocketReader(SocketConnection connection)Creates a new SocketReader for the given connection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SocketReaderInitializer. init(C connection,
    SocketReader reader) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NonBlockingSocketReaderA  SocketReadertailored for non blocking IO. | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketReader | NonBlockingIOThreadingModel. newSocketReader(SocketConnection connection) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpinningSocketReader | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketReader | SpinningIOThreadingModel. newSocketReader(SocketConnection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| SocketReader | TcpIpConnection. getSocketReader() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SocketReaderInitializerImpl. init(TcpIpConnection connection,
    SocketReader reader) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.