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.arp.ArpIcmpAdaptor

java.lang.Object
  |
  +--fi.hut.tcm.jacob.conduits.BaseConduit
        |
        +--fi.hut.tcm.jacob.conduits.Sedaptor
              |
              +--fi.hut.tcm.jacob.conduits.Adaptor
                    |
                    +--fi.hut.tcm.jacob.tcpip.arp.ArpIcmpAdaptor

public final class ArpIcmpAdaptor
extends fi.hut.tcm.jacob.conduits.Adaptor
ArpIcmpAdaptor This adaptor receives packets with unreachable hardware addresses from the EtherAddrMUX and generates the proper ICMP message, accordingly.


Fields inherited from class fi.hut.tcm.jacob.conduits.BaseConduit
id, SIDE_NUMBER, sides
 
Method Summary
void adapt(fi.hut.tcm.jacob.conduits.Message message)
           
 
Methods inherited from class fi.hut.tcm.jacob.conduits.Adaptor
accept, adapt, filter, getSideCount
 
Methods inherited from class fi.hut.tcm.jacob.conduits.Sedaptor
addTimeout, cancelTimeout, getMessageSource, newMessage, releaseMessage, returnMessage, sendMessage, stopMessage
 
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
 

Method Detail

adapt

public void adapt(fi.hut.tcm.jacob.conduits.Message message)
Parameters:
message -  
Overrides:
adapt in class fi.hut.tcm.jacob.conduits.Adaptor

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