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 |
This package contains classes related to New IO
|
com.hazelcast.nio.ascii |
Contains SocketTextReader and SocketTextWriter classes;
|
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(EndpointQualifier endpointQualifier,
ChannelInitializerProvider channelInitializerProvider,
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(EndpointQualifier endpointQualifier,
ChannelInitializerProvider channelInitializerProvider,
SocketChannel socketChannel,
boolean clientMode) |
Modifier and Type | Method and Description |
---|---|
static void |
IOUtil.setChannelOptions(Channel channel,
EndpointConfig config)
Sets configured channel options on given
Channel . |
Modifier and Type | Method and Description |
---|---|
void |
TextChannelInitializer.initChannel(Channel channel) |
Modifier and Type | Method and Description |
---|---|
Channel |
TcpIpConnection.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
MemberChannelInitializer.initChannel(Channel channel) |
void |
AbstractChannelInitializer.initChannel(Channel channel) |
void |
ClientChannelInitializer.initChannel(Channel channel) |
void |
UnifiedChannelInitializer.initChannel(Channel channel) |
void |
TcpIpConnectionChannelErrorHandler.onError(Channel channel,
Throwable error) |
Constructor and Description |
---|
TcpIpConnection(TcpIpEndpointManager endpointManager,
ConnectionLifecycleListener lifecycleListener,
int connectionId,
Channel channel) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.