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 |
---|---|
SocketChannelWrapper |
ClientConnection.getSocketChannel() |
Constructor and Description |
---|
ClientConnection(HazelcastClientInstanceImpl client,
IOThreadingModel ioThreadingModel,
int connectionId,
SocketChannelWrapper socketChannel) |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
SocketConnection.getSocketChannel() |
SocketChannelWrapper |
SocketReader.getSocketChannel() |
SocketChannelWrapper |
SocketChannelWrapperFactory.wrapSocketChannel(SocketChannel socketChannel,
boolean client) |
Modifier and Type | Field and Description |
---|---|
protected SocketChannelWrapper |
AbstractHandler.socketChannel |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
AbstractHandler.getSocketChannel() |
Modifier and Type | Field and Description |
---|---|
protected SocketChannelWrapper |
AbstractHandler.socketChannel |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
AbstractHandler.getSocketChannel() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSocketChannelWrapper |
Modifier and Type | Method and Description |
---|---|
SocketChannelWrapper |
TcpIpConnection.getSocketChannel() |
SocketChannelWrapper |
DefaultSocketChannelWrapperFactory.wrapSocketChannel(SocketChannel socketChannel,
boolean client) |
Constructor and Description |
---|
TcpIpConnection(TcpIpConnectionManager connectionManager,
int connectionId,
SocketChannelWrapper socketChannel,
IOThreadingModel ioThreadingModel) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.