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.nio |
Contains the non blocking
Networking functionality. |
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Method and Description |
---|---|
void |
ClientPlainChannelInitializer.initChannel(Channel channel) |
Constructor and Description |
---|
ClientConnection(HazelcastClientInstanceImpl client,
int connectionId,
Channel channel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannel
An abstract
Channel implementation. |
Modifier and Type | Field and Description |
---|---|
protected Channel |
ChannelHandler.channel
The Channel this ChannelHandler handles.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Networking.register(SocketChannel socketChannel,
boolean clientMode)
Registers the SocketChannel to the EventLoop group and returns the
created Channel.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelInitializer.initChannel(Channel channel)
Initializes the channel.
|
void |
ChannelCloseListener.onClose(Channel channel)
Called when the channel is closed.
|
void |
ChannelErrorHandler.onError(Channel channel,
Throwable error)
Called when an error was detected.
|
H |
ChannelHandler.setChannel(Channel channel)
Sets the Channel.
|
Modifier and Type | Class and Description |
---|---|
class |
NioChannel
A
Channel implementation tailored
for non blocking IO using Selector in combination
with a non blocking SocketChannel . |
Modifier and Type | Method and Description |
---|---|
Channel |
NioPipeline.getChannel() |
Channel |
NioNetworking.register(SocketChannel socketChannel,
boolean clientMode) |
Modifier and Type | Method and Description |
---|---|
Channel |
TcpIpConnection.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
PlainChannelInitializer.initChannel(Channel channel) |
void |
TcpIpConnectionChannelErrorHandler.onError(Channel channel,
Throwable error) |
Constructor and Description |
---|
TcpIpConnection(TcpIpConnectionManager connectionManager,
int connectionId,
Channel channel) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.