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 | 
|---|---|
| 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. | 
| NewClientReadHandler | A  ReadHandlerfor the new-client. | 
| NewClientWriteHandler | A  WriteHandlerfor the new-client. | 
| OldClientReadHandler | A  ReadHandlerfor the old client. | 
| OldClientWriteHandler | A  WriteHandlerfor the old client. | 
| SocketAcceptorThread | |
| TcpIpConnection | The Tcp/Ip implementation of the  Connection. | 
| TcpIpConnectionManager | |
| TcpIpConnectionMonitor | 
Contains functionality for the TCP/IP Networking between cluster members
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.