DRCL JavaSim API

Package drcl.net.traffic

Interface Summary
TrafficPeriodic Defines the periodic property of a traffic model.
 

Class Summary
SimpleTrace This class recognizes the trace file in the following format:
TCPTrace  
TraceInput TraceInput output packets to down@ port based on a trace file.
traffic_CDSmooth This class describes the (C,D)-smooth traffic model.
traffic_ExpOnOff This class describes an On/Off traffic model.
traffic_FixedPoints This class allows one to specify packets to be generated at fixed time points.
traffic_OnOff This class describes an On/Off traffic model.
traffic_PacketTrain This class describes the packet train traffic model.
traffic_ParetoOnOff This class describes the Pareto On/Off traffic model.
traffic_PeakRate This class describes the peak rate traffic model.
traffic_Periodic This class describes a periodic traffic model.
traffic_RTSmooth This class describes the (r,T)-smooth traffic model.
traffic_TokenBucket This class describes the token bucket traffic model.
TrafficAssistant TrafficAssistant is a utility class which helps to get the corresponding TrafficShaper or TrafficSourceComponent from a TrafficModel.
TrafficComponent Defines the base class for generating/regulating/outputing packets according to the associated traffic model.
TrafficModel This class is the base class for defining a traffic model.
TrafficShaper Defines the base class for regulating incoming packets and outputing the packets according to the associated traffic model.
TrafficShaperComponent This component is the base class for regulating incoming packets and outputing the packets according to the associated traffic model.
TrafficSourceComponent Defines the base class for implementing a traffic source.
tsCDSmooth A traffic shaper that conforms to the (C,D)-smooth traffic model.
tsExpOnOff This class implements an On/Off traffic source.
tsFixedPoints This class implements a traffic shaper that conforms to the fixed-points traffic model.
tsOnOff This class implements an On/Off traffic source.
tsPacketTrain This class implements a traffic shaper that conforms to the packet train traffic model.
tsParetoOnOff This class implements a Pareto On/Off traffic source.
tsPeakRate This class implements a traffic source that conforms to the traffic_PeakRate peak rate traffic model.
tsPeriodic This class implements a traffic shaper that conforms to the periodic traffic model.
tsRTSmooth  
tsTokenBucket A traffic shaper that conforms to the token bucket traffic model.
 


DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~