|
DRCL JavaSim API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActiveComponent | |
| drcl.comp | |
| drcl.comp.lib | |
| drcl.comp.lib.bytestream | |
| drcl.comp.tool | |
| drcl.inet.application | |
| drcl.inet.core | |
| drcl.inet.socket | |
| drcl.inet.transport | |
| drcl.net.traffic | |
| Uses of ActiveComponent in drcl.comp |
| Subinterfaces of ActiveComponent in drcl.comp | |
interface |
RestartableComponent
An ActiveComponent that can be Component._start()ed for
multiple times, that is, allows re-entrance of Component._start(). |
| Classes in drcl.comp that implement ActiveComponent | |
class |
ComponentTemplate
This component provides skeleton codes for writing a component. |
| Uses of ActiveComponent in drcl.comp.lib |
| Classes in drcl.comp.lib that implement ActiveComponent | |
class |
Talk
A simple chat client component. |
| Uses of ActiveComponent in drcl.comp.lib.bytestream |
| Classes in drcl.comp.lib.bytestream that implement ActiveComponent | |
class |
ByteStreamNetPeer
An intermediate component that acts as between a ByteStreamContract component
and a real network socket. |
| Uses of ActiveComponent in drcl.comp.tool |
| Classes in drcl.comp.tool that implement ActiveComponent | |
class |
ComponentDebugger
Can specify a set of keyword combinations to filter out unrelated events. |
class |
ComponentTester
This tester component is designed for testing a component. |
| Uses of ActiveComponent in drcl.inet.application |
| Classes in drcl.inet.application that implement ActiveComponent | |
class |
BulkSource
A byte stream source which always sends bytes as long as the receiver has sufficient buffers. |
class |
fspd
A simple FSP (File Service Protocol) server. |
class |
ftp
This component implements a uni-directional file transfer protocol. |
class |
ftpd
A simple FTP server. |
| Uses of ActiveComponent in drcl.inet.core |
| Classes in drcl.inet.core that implement ActiveComponent | |
class |
Hello
Component that resides in a node and exchanges information with neighboring nodes. |
class |
Hellov
Component that resides in a node and exchanges information with neighboring nodes. |
| Uses of ActiveComponent in drcl.inet.socket |
| Classes in drcl.inet.socket that implement ActiveComponent | |
class |
TCP_socket
This class adds 3way-handshaking and SocketContract to TCPb. |
| Uses of ActiveComponent in drcl.inet.transport |
| Classes in drcl.inet.transport that implement ActiveComponent | |
class |
TCP
This component implements the single-session sender TCP. |
class |
TCPb
Bi-directional (Single-session) TCP Protocol. |
| Uses of ActiveComponent in drcl.net.traffic |
| Classes in drcl.net.traffic that implement ActiveComponent | |
class |
SimpleTrace
This class recognizes the trace file in the following format: |
class |
TCPTrace
|
class |
TraceInput
TraceInput output packets to down@ port based on a trace file. |
class |
TrafficSourceComponent
Defines the base class for implementing a traffic source. |
class |
tsExpOnOff
This class implements an On/Off traffic source. |
class |
tsFixedPoints
This class implements a traffic shaper that conforms to the fixed-points
traffic model. |
class |
tsOnOff
This class implements an On/Off traffic source. |
class |
tsPacketTrain
This class implements a traffic shaper that conforms to the packet train traffic model. |
class |
tsParetoOnOff
This class implements a Pareto On/Off traffic source. |
class |
tsPeakRate
This class implements a traffic source that conforms to the traffic_PeakRate peak rate
traffic model. |
|
DRCL JavaSim API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||