Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class fi.hut.tcm.jacob.tcpip.ip.IP

java.lang.Object
  |
  +--fi.hut.tcm.jacob.conduits.BaseConduit
        |
        +--fi.hut.tcm.jacob.conduits.Protocol
              |
              +--fi.hut.tcm.jacob.tcpip.ip.IP

public class IP
extends fi.hut.tcm.jacob.conduits.Protocol
IP


Fields inherited from class fi.hut.tcm.jacob.conduits.Protocol
INSIDE_A, INSIDE_B
 
Fields inherited from class fi.hut.tcm.jacob.conduits.BaseConduit
id, SIDE_NUMBER, sides
 
Constructor Summary
IP(TcpipRoutingTable rTable, TcpipInterfaceTable ifTable)
           
 
Method Summary
void addInterface(fi.hut.tcm.jacob.conduits.Side endpoint, java.lang.String name)
           
void addProtocol(fi.hut.tcm.jacob.conduits.Side endpoint, byte id)
           
void removeInterface(java.lang.String name)
           
void removeProtocol(byte id)
           
 
Methods inherited from class fi.hut.tcm.jacob.conduits.Protocol
accept, clone, initialSideCount, initSides
 
Methods inherited from class fi.hut.tcm.jacob.conduits.BaseConduit
accept, clone, dump, getId, getSide, getSideCount, initialSideCount, initSides
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

IP

public IP(TcpipRoutingTable rTable,
          TcpipInterfaceTable ifTable)
   throws fi.hut.tcm.jacob.conduits.SideException
Method Detail

addInterface

public void addInterface(fi.hut.tcm.jacob.conduits.Side endpoint,
                         java.lang.String name)
                 throws fi.hut.tcm.jacob.conduits.SideException

removeInterface

public void removeInterface(java.lang.String name)

addProtocol

public void addProtocol(fi.hut.tcm.jacob.conduits.Side endpoint,
                        byte id)
                throws fi.hut.tcm.jacob.conduits.SideException

removeProtocol

public void removeProtocol(byte id)

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD