jist.swans.route
Interface RouteInterface.Zrp.MessageIerp

All Superinterfaces:
JistAPI.Timeless, Message, RouteInterface.Zrp.MessageZrp
All Known Implementing Classes:
RouteZrpIerp.MessageIerp
Enclosing interface:
RouteInterface.Zrp

public static interface RouteInterface.Zrp.MessageIerp
extends RouteInterface.Zrp.MessageZrp

IERP (IntErzone Routing Protocol) packet interface.


Field Summary
 
Fields inherited from interface jist.swans.misc.Message
NULL
 
Method Summary
 NetAddress getDst()
          Return packet destination address, if available.
 short getID()
          Return packet identifier, if available.
 NetAddress getSrc()
          Return packet source address, if available.
 
Methods inherited from interface jist.swans.misc.Message
getBytes, getSize
 

Method Detail

getID

short getID()
            throws java.lang.UnsupportedOperationException
Return packet identifier, if available.

Returns:
packet identifier
Throws:
java.lang.UnsupportedOperationException - information not available

getSrc

NetAddress getSrc()
                  throws java.lang.UnsupportedOperationException
Return packet source address, if available.

Returns:
packet source address
Throws:
java.lang.UnsupportedOperationException - information not available

getDst

NetAddress getDst()
                  throws java.lang.UnsupportedOperationException
Return packet destination address, if available.

Returns:
packet destination address
Throws:
java.lang.UnsupportedOperationException - information not available