| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.util | 
 Protocol utils 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| 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 | Class and Description | 
|---|---|
class  | 
ClientMessageDecoder
Builds  
ClientMessages from byte chunks. | 
| Modifier and Type | Method and Description | 
|---|---|
InboundHandler[] | 
DefaultNodeExtension.createInboundHandlers(TcpIpConnection connection,
                     IOService ioService)  | 
InboundHandler[] | 
NodeExtension.createInboundHandlers(TcpIpConnection connection,
                     IOService ioService)
Creates a InboundHandler for given Connection instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InboundPipeline | 
InboundPipeline.addLast(InboundHandler... handlers)
Adds the handlers at the end of the pipeline. 
 | 
InboundPipeline | 
InboundPipeline.remove(InboundHandler handler)
Removes the given handler from the pipeline. 
 | 
InboundPipeline | 
InboundPipeline.replace(InboundHandler oldHandler,
       InboundHandler... newHandlers)
Replaces the old InboundHandler by the new ones. 
 | 
InboundPipeline | 
InboundPipeline.replace(InboundHandler oldHandler,
       InboundHandler... newHandlers)
Replaces the old InboundHandler by the new ones. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InboundHandlerWithCounters<S,D>
Trigger for the ChannelReader to inject the appropriate counters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InboundPipeline | 
NioInboundPipeline.addLast(InboundHandler... addedHandlers)  | 
InboundPipeline | 
NioInboundPipeline.remove(InboundHandler handler)  | 
InboundPipeline | 
NioInboundPipeline.replace(InboundHandler oldHandler,
       InboundHandler... addedHandlers)  | 
InboundPipeline | 
NioInboundPipeline.replace(InboundHandler oldHandler,
       InboundHandler... addedHandlers)  | 
| Modifier and Type | Method and Description | 
|---|---|
InboundHandler[] | 
NodeIOService.createMemberInboundHandlers(TcpIpConnection connection)  | 
InboundHandler[] | 
IOService.createMemberInboundHandlers(TcpIpConnection connection)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextDecoder  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PacketDecoder
The  
InboundHandler for member to member communication. | 
class  | 
ProtocolDecoder
A  
InboundHandler that reads the protocol bytes
 Protocols and based on the protocol it creates the
 appropriate handlers. | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.