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.udp.UDP

java.lang.Object
  |
  +--fi.hut.tcm.jacob.conduits.BaseConduit
        |
        +--fi.hut.tcm.jacob.conduits.Protocol
              |
              +--fi.hut.tcm.jacob.tcpip.udp.UDP

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

User Datagram Protocol.


Field Summary
int UDP_PROTOL_ID
          This value is one of the members of the UDP pseudo header, which is used during checksum calculation.
 
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
UDP()
           
 
Method Summary
void bindToPort()
           
java.lang.Object clone()
           
void deepcopy()
           
void handleICMPMessage()
           
void releasePort()
           
 
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
 

Field Detail

UDP_PROTOL_ID

public int UDP_PROTOL_ID
This value is one of the members of the UDP pseudo header, which is used during checksum calculation. Protocol field in IP header.
Constructor Detail

UDP

public UDP()
Method Detail

clone

public java.lang.Object clone()
                      throws java.lang.CloneNotSupportedException
Overrides:
clone in class fi.hut.tcm.jacob.conduits.Protocol

bindToPort

public void bindToPort()

releasePort

public void releasePort()

handleICMPMessage

public void handleICMPMessage()

deepcopy

public void deepcopy()

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