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.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 Contains implementations for Hazelcast SPI. 
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.impl
 

Methods in com.hazelcast.client.spi.impl with parameters of type Packet
 void ClientListenerServiceImpl.handleEventPacket(Packet packet)
           
 void ClientInvocationServiceImpl.handlePacket(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
 

Methods in com.hazelcast.spi.impl with parameters of type Packet
 void BasicOperationScheduler.execute(Packet packet)
           
 void InternalOperationService.executeOperation(Packet packet)
          Executes an operation.
 void NodeEngineImpl.handlePacket(Packet packet)
           
 boolean NodeEngineImpl.send(Packet packet, Address target)
          Retries sending packet maximum 5 times until connection to target becomes available.
 boolean NodeEngineImpl.send(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.