| Package | Description | 
|---|---|
| com.hazelcast.client.connection.nio | 
 Contains classes related to New IO for com.hazelcast.client.connection 
 | 
| com.hazelcast.client.impl.protocol.util | 
 Protocol utils 
 | 
| com.hazelcast.internal.networking | 
 Contains the socket connection functionality. 
 | 
| 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 | 
|---|---|
HandlerStatus | 
ClientProtocolEncoder.onWrite()  | 
| Modifier and Type | Method and Description | 
|---|---|
HandlerStatus | 
ClientMessageDecoder.onRead()  | 
HandlerStatus | 
ClientMessageEncoder.onWrite()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract HandlerStatus | 
InboundHandler.onRead()
A callback to indicate that data is available in the src to be
 processed. 
 | 
abstract HandlerStatus | 
OutboundHandler.onWrite()
A callback to indicate that this OutboundHandler should be
 processed. 
 | 
static HandlerStatus | 
HandlerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HandlerStatus[] | 
HandlerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HandlerStatus | 
TextDecoder.onRead()  | 
HandlerStatus | 
TextEncoder.onWrite()  | 
| Modifier and Type | Method and Description | 
|---|---|
HandlerStatus | 
PacketDecoder.onRead()  | 
HandlerStatus | 
SingleProtocolDecoder.onRead()  | 
HandlerStatus | 
UnifiedProtocolDecoder.onRead()  | 
HandlerStatus | 
MemberProtocolEncoder.onWrite()  | 
HandlerStatus | 
UnifiedProtocolEncoder.onWrite()  | 
HandlerStatus | 
PacketEncoder.onWrite()  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.