| Package | Description | 
|---|---|
| com.hazelcast.nio | This package contains classes related to New IO | 
| 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. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| com.hazelcast.spi.impl.eventservice.impl | Contains the code for the  InternalEventServiceimplementation. | 
| com.hazelcast.spi.impl.operationexecutor | Contains the  OperationRunnercode. | 
| com.hazelcast.spi.impl.operationexecutor.impl | Contains the  OperationExecutorImplcode. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Packet | Packet. raiseFlags(int flagsToRaise)Raises all the flags raised in the argument. | 
| Packet | PacketIOHelper. readFrom(ByteBuffer src)Reads the packet data from the supplied  ByteBuffer. | 
| Packet | Packet. resetFlagsTo(int flagsToSet)Resets the entire  flagsbitfield to the supplied value. | 
| Packet | Packet. setConn(Connection conn)Sets the Connection this Packet is send with. | 
| Packet | Packet. setPacketType(Packet.Type type)Sets the packet type by updating the packet type bits in the  flagsbitfield. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ConnectionManager. transmit(Packet packet,
        Address target)Transmits a packet to a certain address. | 
| boolean | ConnectionManager. transmit(Packet packet,
        Connection connection)Transmits a packet to a certain connection. | 
| boolean | PacketIOHelper. writeTo(Packet packet,
       ByteBuffer dst)Writes the packet data to the supplied  ByteBuffer, up to the buffer's limit. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TcpIpConnectionManager. handle(Packet packet) | 
| protected void | PacketDecoder. onPacketComplete(Packet packet) | 
| boolean | PacketEncoder. onWrite(Packet packet,
       ByteBuffer dst) | 
| boolean | TcpIpConnectionManager. transmit(Packet packet,
        Address target)Retries sending packet maximum 5 times until connection to target becomes available. | 
| boolean | TcpIpConnectionManager. transmit(Packet packet,
        Connection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PacketDispatcher. handle(Packet packet) | 
| void | PacketHandler. handle(Packet packet)Signals the PacketHandler that there is a packet to be handled. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EventServiceImpl. handle(Packet packet)Signals the PacketHandler that there is a packet to be handled. | 
| Constructor and Description | 
|---|
| RemoteEventProcessor(EventServiceImpl eventService,
                    Packet packet) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | OperationRunner. run(Packet packet) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationExecutorImpl. handle(Packet packet) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InvocationMonitor. handle(Packet packet) | 
| void | InboundResponseHandler. handle(Packet packet) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.