Uses of Class
net.clackrouter.protocol.data.VNSData

Packages that use VNSData
net.clackrouter.packets Clack representations of packet data for a variety of core Internet protocols. 
net.clackrouter.protocol Provides VNS protocol connectivity to the VNS server. 
net.clackrouter.protocol.commands Representations for the different types of commands sent between a client and the VNS server. 
net.clackrouter.protocol.data Representations for the different data types sent from the VNS server to a client. 
 

Uses of VNSData in net.clackrouter.packets
 

Subclasses of VNSData in net.clackrouter.packets
 class DNSPacket
          Represents a Domain Name System (DNS) packet.
 class IPPacket
          Encapsulates an Internet Protocol packet.
 class LinkStatePacket
          Packet type for a simple link-state routing protocol.
 class RIPRoutingUpdate
          This is the packet type for a simple distance-vector protocol.
 class SSHPacket
           
 class VNSARPPacket
          Encapsulates Address Resolution Protocol packet.
 class VNSEthernetPacket
          Encapsulates an Ethernet frame.
 class VNSICMPPacket
          Encapsulates Internet Control Message Protocol packet.
 class VNSPacket
          Encapsulates common functionality of a packet.
 class VNSTCPPacket
          Represents a Transmission Control Protocol (TCP) Packet.
 class VNSUDPPacket
          A User Datagram Protocol (UDP) Packet.
 

Uses of VNSData in net.clackrouter.protocol
 

Methods in net.clackrouter.protocol that return VNSData
 VNSData VNSProtocolManager.getData()
          Supplies the next data chunk from the VNS server
 

Methods in net.clackrouter.protocol with parameters of type VNSData
 void VNSProtocolManager.sendData(VNSData data)
          Send data to the VNS server (currently supports only Packet data)
 

Uses of VNSData in net.clackrouter.protocol.commands
 

Methods in net.clackrouter.protocol.commands that return VNSData
 VNSData VNSProtocolCommand.getData()
           
 VNSData VNSPacketProtocolCommand.getData()
           
 VNSData VNSHWInfoProtocolCommand.getData()
           
 VNSData VNSCloseProtocolCommand.getData()
           
 VNSData VNSBannerProtocolCommand.getData()
           
 

Uses of VNSData in net.clackrouter.protocol.data
 

Subclasses of VNSData in net.clackrouter.protocol.data
 class VNSBanner
          Encapsulates a message sent from the server to the client.
 class VNSClose
          Encapsulates a Close message sent from the server to the client.
 class VNSHWInfo
          Encapsulates hardware information sent from the server.