J-Sim v1.2.1-p7 API

Uses of Interface
drcl.net.PacketWrapper

Packages that use PacketWrapper
drcl.inet   
drcl.inet.protocol.ospf   
drcl.inet.transport   
drcl.net   
drcl.net.traffic   
 

Uses of PacketWrapper in drcl.inet
 

Classes in drcl.inet that implement PacketWrapper
 class InetPacket
          Defines the packet structure for the INET framework.
 

Uses of PacketWrapper in drcl.inet.protocol.ospf
 

Classes in drcl.inet.protocol.ospf that implement PacketWrapper
 class OSPF_Packet
          This class implements a generic OSPF packet.
 

Uses of PacketWrapper in drcl.inet.transport
 

Classes in drcl.inet.transport that implement PacketWrapper
 class TCPPacket
          This class defines the TCP packet header.
 class UDPPacket
          This class defines the UDP packet header used by UDP.
 

Uses of PacketWrapper in drcl.net
 

Classes in drcl.net that implement PacketWrapper
 class FooPacket
          A packet class that keeps both packet count and byte count.
 class Packet
          This class defines the base class for implementing packets.
 

Uses of PacketWrapper in drcl.net.traffic
 

Classes in drcl.net.traffic that implement PacketWrapper
 class TimestampedFooPacket
          A packet class that keeps a timestamp in addition to what is in the superclass.
 

Methods in drcl.net.traffic that return PacketWrapper
 PacketWrapper TrafficComponent.getPacketWrapper()
          Returns the installed packet wrapper.
 

Methods in drcl.net.traffic with parameters of type PacketWrapper
 void TrafficComponent.setPacketWrapper(PacketWrapper pkt_)
          Installs a packet wrapper to this traffic component.
 


J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~