Uses of Class
com.hazelcast.nio.Packet

Packages that use Packet
com.hazelcast.client.connection Provides connection interfaces/classes for com.hazelcast.client 
com.hazelcast.client.connection.nio Contains classes related to New IO for com.hazelcast.client.connection 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.spi Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService 
com.hazelcast.client.spi.impl Provides util classes for com.hazelcast.client 
com.hazelcast.nio This package contains classes related to New IO
 
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
com.hazelcast.spi.impl.eventservice Contains the code for the InternalEventService
com.hazelcast.spi.impl.eventservice.impl Contains the code for the InternalEventService implementation. 
com.hazelcast.spi.impl.operationexecutor Contains the OperationRunner code. 
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
com.hazelcast.spi.impl.transceiver Contains the code for the PacketTransceiver
com.hazelcast.spi.impl.transceiver.impl Contains the implementation of the PacketTransceiver
com.hazelcast.wan This package contains the WAN replication API 
com.hazelcast.wan.impl This package contains the opensource implementation of WAN replication 
 

Uses of Packet in com.hazelcast.client.connection
 

Methods in com.hazelcast.client.connection with parameters of type Packet
 void ClientConnectionManager.handlePacket(Packet packet)
          Handles incoming network package
 

Uses of Packet in com.hazelcast.client.connection.nio
 

Methods in com.hazelcast.client.connection.nio with parameters of type Packet
 void ClientConnectionManagerImpl.handlePacket(Packet packet)
           
 

Uses of Packet in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl with parameters of type Packet
 void ClientEngineImpl.handlePacket(Packet packet)
           
 

Uses of Packet in com.hazelcast.client.spi
 

Methods in com.hazelcast.client.spi with parameters of type Packet
 void ClientInvocationService.handlePacket(Packet packet)
           
 

Uses of Packet in com.hazelcast.client.spi.impl
 

Methods in com.hazelcast.client.spi.impl with parameters of type Packet
 void ClientListenerServiceImpl.handleEventPacket(Packet packet)
           
 

Uses of Packet in com.hazelcast.nio
 

Methods in com.hazelcast.nio with parameters of type Packet
 void NodeIOService.handleClientPacket(Packet p)
           
 void IOService.handleClientPacket(Packet p)
           
 void NodeIOService.handleMemberPacket(Packet packet)
           
 void IOService.handleMemberPacket(Packet p)
           
 

Uses of Packet in com.hazelcast.nio.tcp
 

Fields in com.hazelcast.nio.tcp declared as Packet
protected  Packet DefaultPacketReader.packet
           
 

Methods in com.hazelcast.nio.tcp that return Packet
protected  Packet DefaultPacketReader.obtainPacket()
           
 

Methods in com.hazelcast.nio.tcp with parameters of type Packet
protected  void DefaultPacketReader.handleBind(Packet packet)
           
protected  void DefaultPacketReader.handlePacket(Packet packet)
           
 boolean PacketWriter.writePacket(Packet packet, ByteBuffer socketBB)
           
 boolean DefaultPacketWriter.writePacket(Packet packet, ByteBuffer socketBB)
           
 

Uses of Packet in com.hazelcast.spi.impl.eventservice
 

Methods in com.hazelcast.spi.impl.eventservice with parameters of type Packet
 void InternalEventService.handleEvent(Packet packet)
          Handles an event-packet.
 

Uses of Packet in com.hazelcast.spi.impl.eventservice.impl
 

Methods in com.hazelcast.spi.impl.eventservice.impl with parameters of type Packet
 void EventServiceImpl.handleEvent(Packet packet)
           
 

Constructors in com.hazelcast.spi.impl.eventservice.impl with parameters of type Packet
RemoteEventPacketProcessor(EventServiceImpl eventService, Packet packet)
           
 

Uses of Packet in com.hazelcast.spi.impl.operationexecutor
 

Methods in com.hazelcast.spi.impl.operationexecutor with parameters of type Packet
 void OperationExecutor.execute(Packet packet)
          Executes a Operation/Response-packet.
 void ResponsePacketHandler.handle(Packet packet)
          Signals the ResponsePacketHandler that there is a response packet that should be handled.
abstract  void OperationRunner.run(Packet packet)
           
 

Uses of Packet in com.hazelcast.spi.impl.operationexecutor.classic
 

Methods in com.hazelcast.spi.impl.operationexecutor.classic with parameters of type Packet
 void ClassicOperationExecutor.execute(Packet packet)
           
 

Uses of Packet in com.hazelcast.spi.impl.transceiver
 

Methods in com.hazelcast.spi.impl.transceiver with parameters of type Packet
 void PacketTransceiver.receive(Packet packet)
          Lets the PacketTransceiver receive a packet.
 boolean PacketTransceiver.transmit(Packet packet, Address target)
          Transmits a packet to a certain address.
 boolean PacketTransceiver.transmit(Packet packet, Connection connection)
          Transmits a packet to a certain connection.
 

Uses of Packet in com.hazelcast.spi.impl.transceiver.impl
 

Methods in com.hazelcast.spi.impl.transceiver.impl with parameters of type Packet
 void PacketTransceiverImpl.receive(Packet packet)
           
 boolean PacketTransceiverImpl.transmit(Packet packet, Address target)
          Retries sending packet maximum 5 times until connection to target becomes available.
 boolean PacketTransceiverImpl.transmit(Packet packet, Connection connection)
           
 

Uses of Packet in com.hazelcast.wan
 

Methods in com.hazelcast.wan with parameters of type Packet
 void WanReplicationService.handleEvent(Packet packet)
          This method is called when a replication packet arrives at the connection handler.
 

Uses of Packet in com.hazelcast.wan.impl
 

Methods in com.hazelcast.wan.impl with parameters of type Packet
 void WanReplicationServiceImpl.handleEvent(Packet packet)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.