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.IpProtocolMux

java.lang.Object
  |
  +--fi.hut.tcm.jacob.tcpip.ip.IpProtocolMux

public class IpProtocolMux
extends java.lang.Object
IpProtocolMux 1. Attached conduits: Side A: ReassemblySession Side B: ProtocolMUXTerminator (default) IpHeaderSessions for UDP, TCP and ICMP, hashed with the 'protocol' field of IP header 2. Sets the PROTOCOL field in the IP header on outgoing IP packets. 3. Decides which session (UDP, TCP or ICMP) to send incoming IP packets to, based on the 'protocol' field. 4. The IpProtocolMuxTerminator is mainly for debugging purposes, and for working as a wastebasket for possible garbage that might slip through.


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 


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