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

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

public class IpHeaderState
extends java.lang.Object
implements fi.hut.tcm.jacob.conduits.State
IpHeaderState These are the states of IpHeaderSession. For outgoing messages, the Messenger's addIpHeader() method is called. For incoming messages, the Messenger's removeIpHeader() method is called.


Field Summary
static IpHeaderState instance
           
 
Method Summary
void applyFromNet(fi.hut.tcm.jacob.conduits.Message message, fi.hut.tcm.jacob.conduits.Messenger messenger)
           
void applyToNet(fi.hut.tcm.jacob.conduits.Message message, fi.hut.tcm.jacob.conduits.Session session, fi.hut.tcm.jacob.conduits.Messenger messenger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

instance

public static final IpHeaderState instance
Method Detail

applyToNet

public void applyToNet(fi.hut.tcm.jacob.conduits.Message message,
                       fi.hut.tcm.jacob.conduits.Session session,
                       fi.hut.tcm.jacob.conduits.Messenger messenger)

applyFromNet

public void applyFromNet(fi.hut.tcm.jacob.conduits.Message message,
                         fi.hut.tcm.jacob.conduits.Messenger messenger)

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