| Package | Description |
|---|---|
| com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
| com.hazelcast.nio.tcp.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSocketChannelWrapper |
| 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,
int connectionId,
SocketChannelWrapper socketChannel,
IOThreadingModel ioThreadingModel) |
| Modifier and Type | Field and Description |
|---|---|
protected SocketChannelWrapper |
AbstractHandler.socketChannel |
Copyright © 2016. All Rights Reserved.