Uses of Class
network.Packet

Packages that use Packet
network   
 

Uses of Packet in network
 

Subclasses of Packet in network
 class IPPacket
          A Packet with an IP address payload for a needy neighbor.
 class IPRequestPacket
          A packet to request IPs from neighbors.
 class XMLPacket
          A Packet with an XML payload.
 

Methods in network with parameters of type Packet
 void Neighbor.sendPacket(Packet packet)
          Sends the given packet through socket.
 void Network.broadcast(Packet packet, Neighbor fromNeighbor)
          Broadcasts packet to all neighbors.
 void Network.sendPacketToNeighbor(Packet packet, Neighbor neighbor)