See: Description
| Interface | Description | 
|---|---|
| IOThreadingModel | An abstract of the threading model used by the  TcpIpConnection. | 
| ReadHandler | Reads content from a  ByteBufferand processes it. | 
| SocketChannelWrapper | Wraps a  SocketChannel. | 
| SocketChannelWrapperFactory | A factory for creating  SocketChannelWrapperinstances. | 
| SocketReader | The SocketReader is responsible for reading data from the socket, on behalf of a connection, into a
  ByteBuffer. | 
| SocketWriter | |
| WriteHandler<F extends OutboundFrame> | Responsible for writing  OutboundFrameto aByteBuffer. | 
| Class | Description | 
|---|---|
| ClientReadHandler | A  ReadHandlerfor the new-client. | 
| ClientWriteHandler | A  WriteHandlerfor the new-client. | 
| DefaultSocketChannelWrapper | |
| DefaultSocketChannelWrapperFactory | |
| InitConnectionTask | A Task that initiates a TcpConnection to be build. | 
| MemberReadHandler | The  ReadHandlerfor member to member communication. | 
| MemberWriteHandler | A  WriteHandlerthat for member to member communication. | 
| SocketAcceptorThread | |
| TcpIpConnection | The Tcp/Ip implementation of the  Connection. | 
| TcpIpConnectionManager | |
| TcpIpConnectionMonitor | 
Contains functionality for the TCP/IP Networking between cluster members
 This whole package is internal and no compatibility will be provided.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.