Uses of Class
network.XMLPacket

Packages that use XMLPacket
network   
 

Uses of XMLPacket in network
 

Methods in network with parameters of type XMLPacket
 void Network.sendPacket(XMLPacket packet, Neighbor fromNeighbor)
          Send the Packet.
 boolean RoutingTable.sendPacket(XMLPacket packet, Neighbor fromNeighbor)
          Routes the given packet.