J-Sim v1.2.1-p7 API

Uses of Interface
drcl.inet.InetConstants

Packages that use InetConstants
drcl.diffserv   
drcl.diffserv.scheduling   
drcl.inet   
drcl.inet.core   
drcl.inet.core.ni   
drcl.inet.core.queue   
drcl.inet.data   
drcl.inet.protocol   
drcl.inet.protocol.dv   
drcl.inet.protocol.dvmrp   
drcl.inet.protocol.ospf   
drcl.inet.socket   
drcl.inet.transport   
drcl.intserv   
drcl.intserv.scheduler   
 

Uses of InetConstants in drcl.diffserv
 

Classes in drcl.diffserv that implement InetConstants
 class HQS
          This component defines the base class for a hierachical queue set.
 class TrafficConditioner
          This implements a wrapper class for classifier and profiler(meter, marker).
 

Uses of InetConstants in drcl.diffserv.scheduling
 

Classes in drcl.diffserv.scheduling that implement InetConstants
 class ColorQueue
          Three Color Queue -- an extension of RED
 class pq
           
 class wrr
           
 

Uses of InetConstants in drcl.inet
 

Classes in drcl.inet that implement InetConstants
 class CoreServiceLayer
          The container class of the core service layer in the Inet architecture.
 class CSLBuilder
          The base class for building a core service layer.
 class InetUtil
          The utility class that offers tools for building a network topology and so on.
 class Node
          The container class for a network node.
 class NodeBuilder
          The container class for automating the process of constructing a network node.
 class Protocol
          The base class for transport, routing and other signaling protocols.
 

Uses of InetConstants in drcl.inet.core
 

Subinterfaces of InetConstants in drcl.inet.core
 interface InetCoreConstants
           
 

Classes in drcl.inet.core that implement InetConstants
 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.
 class Identity
          The component that manages the identities of the network node.
 class NI
          Base class for modeling network interface card.
 class PktDispatcher
          Implements the packet dispatcher component in the inet router architecture.
 class PktFilter
           Ports: (otherwise listed in drcl.net.Module) "up"/"down" port group: follows Below Packet Dispatcher Contract.
 class PktFilterSwitch
          The component which routes packet filter configuration request to appropriate packet filters.
 class Queue
           
 class QueueNI
          Base class for implementing a combo component that combines the functioins of both a buffer and a network interface card.
 class RT
          The component that manages the routing table of a network node.
 class sIGMP
          A very preliminary IGMP protocol.
 

Uses of InetConstants in drcl.inet.core.ni
 

Classes in drcl.inet.core.ni that implement InetConstants
 class DropTailPointopointNI
          The class implements the point-to-point network interface and emulates the physical link propagation.
 class PointopointNI
          The class implements the point-to-point network interface and emulates the physical link propagation.
 

Uses of InetConstants in drcl.inet.core.queue
 

Classes in drcl.inet.core.queue that implement InetConstants
 class DropTail
           
 class FIFO
          Implements a FIFO queue structure that one may plug in a different queue logic to form a differnt FIFO implementation.
 class MQueue
          MQueue is an m-level queue generalized from RIO and 3-Color queue.
 class PriorityQueue
          PriorityQueue is an m-level queue.
 

Uses of InetConstants in drcl.inet.data
 

Classes in drcl.inet.data that implement InetConstants
 class InterfaceInfo
          Defines the information of an interface of a network node.
 

Uses of InetConstants in drcl.inet.protocol
 

Classes in drcl.inet.protocol that implement InetConstants
 class Routing
          The base class for implementing a unicast/multicast routing protocol.
 

Uses of InetConstants in drcl.inet.protocol.dv
 

Classes in drcl.inet.protocol.dv that implement InetConstants
 class DV
          Implements a routing information protocol (RIP, RFC1058, RFC2453).
 

Uses of InetConstants in drcl.inet.protocol.dvmrp
 

Classes in drcl.inet.protocol.dvmrp that implement InetConstants
 class DVMRP
          This component implements the distance vector multicast routing protocol (DVMRP).
 

Uses of InetConstants in drcl.inet.protocol.ospf
 

Classes in drcl.inet.protocol.ospf that implement InetConstants
 class OSPF
          The package, drcl.inet.protocol.OSPF, implements the link-state routing protocol, OSPF v2, Open Shortest Path First routing protocol and follow the RFC2328.
 class OSPF_QoS
          QoS extension to OSPF.
 

Uses of InetConstants in drcl.inet.socket
 

Classes in drcl.inet.socket that implement InetConstants
 class TCP_full
          This is a complete implementation of TCP.
 class TCP_socket
          This class adds 3way-handshaking and SocketContract to TCPb.
 

Uses of InetConstants in drcl.inet.transport
 

Classes in drcl.inet.transport that implement InetConstants
 class TCP
          This component implements the single-session sender TCP.
 class TCPb
          Bi-directional (Single-session) TCP Protocol.
 class TCPSink
          This component implements the single-session receiving-side TCP.
 class UDP
          This component implements the User Datagram Protocol (RFC768).
 

Uses of InetConstants in drcl.intserv
 

Classes in drcl.intserv that implement InetConstants
 class Scheduler
          The information unit a scheduler deals with in our architecture is "flow".
 

Uses of InetConstants in drcl.intserv.scheduler
 

Classes in drcl.intserv.scheduler that implement InetConstants
 class scheduler_Fifo
          The first-come-first-serve scheduler.
 class scheduler_PGPS
          The Packetized Generalized Processor Sharing scheduler.
 class scheduler_SCFQ
          The Self-clock Fair Queueing scheduler.
 class scheduler_SFQ
          The Start-time Fair Queueing scheduler.
 class scheduler_SP
          The Static priority scheduler.
 class scheduler_VC
          The VirtualClock scheduler.
 class scheduler_WF2Q
          The Worse-case fair weighted fair queueing scheduler.
 


J-Sim v1.2.1-p7 API

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