Uses of Class
net.clackrouter.packets.VNSInvalidPacketException

Packages that use VNSInvalidPacketException
net.clackrouter.packets Clack representations of packet data for a variety of core Internet protocols. 
 

Uses of VNSInvalidPacketException in net.clackrouter.packets
 

Methods in net.clackrouter.packets that throw VNSInvalidPacketException
static VNSEthernetPacket VNSEthernetPacket.wrap(VNSPacket packet, java.nio.ByteBuffer dstAddr, java.nio.ByteBuffer srcAddr, java.nio.ByteBuffer type)
          Constructs an Ethernet packet from its individual fields.
static IPPacket IPPacket.wrap(VNSPacket packet, byte protocol, java.nio.ByteBuffer srcAddr, java.nio.ByteBuffer dstAddr)
          Creates an IP packet by using the supplied packet as a payload.
static IPPacket IPPacket.wrap(VNSPacket packet, byte protocol, java.net.InetAddress srcAddr, java.net.InetAddress destAddr)