|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteZrpBrpFlood.MessageBrpFlood
private static class RouteZrpBrpFlood.MessageBrpFlood
Query flooding packet.
query source size: 4 -- encapsulated query destination size: 4 -- encapsulated query ID size: 2 -- encapsulated encapsulated packet size: *
Field Summary | |
---|---|
private RouteInterface.Zrp.MessageIerp |
encapsulated
encapsulated query. |
Fields inherited from interface jist.swans.misc.Message |
---|
NULL |
Constructor Summary | |
---|---|
RouteZrpBrpFlood.MessageBrpFlood(RouteInterface.Zrp.MessageIerp query)
Create new bordercast packet. |
Method Summary | |
---|---|
void |
getBytes(byte[] b,
int offset)
Store packet into byte array. |
NetAddress |
getDst()
Return query destination. |
short |
getID()
Return query identifier. |
RouteInterface.Zrp.MessageIerp |
getPayload()
Return encapsulated query. |
int |
getSize()
Return packet size or Constants.ZERO_WIRE_SIZE. |
NetAddress |
getSrc()
Return query source. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private RouteInterface.Zrp.MessageIerp encapsulated
Constructor Detail |
---|
public RouteZrpBrpFlood.MessageBrpFlood(RouteInterface.Zrp.MessageIerp query)
query
- encapsulated query packetMethod Detail |
---|
public NetAddress getSrc()
public NetAddress getDst()
public short getID()
public RouteInterface.Zrp.MessageIerp getPayload()
public int getSize()
getSize
in interface Message
public void getBytes(byte[] b, int offset)
getBytes
in interface Message
b
- destination byte arrayoffset
- byte array starting offsetpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |