See: Description
Interface | Description |
---|---|
IOThreadingModel |
An abstract of the threading model used by the
TcpIpConnection . |
ReadHandler |
Reads content from a
ByteBuffer and processes it. |
SocketChannelWrapper |
Wraps a
SocketChannel . |
SocketChannelWrapperFactory |
A factory for creating
SocketChannelWrapper instances. |
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
OutboundFrame to a ByteBuffer . |
Class | Description |
---|---|
DefaultSocketChannelWrapper | |
DefaultSocketChannelWrapperFactory | |
InitConnectionTask |
A Task that initiates a TcpConnection to be build.
|
MemberReadHandler |
The
ReadHandler for member to member communication. |
MemberWriteHandler |
A
WriteHandler that for member to member communication. |
NewClientReadHandler |
A
ReadHandler for the new-client. |
NewClientWriteHandler |
A
WriteHandler for the new-client. |
OldClientReadHandler |
A
ReadHandler for the old client. |
OldClientWriteHandler |
A
WriteHandler for 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 © 2016 Hazelcast, Inc.. All Rights Reserved.