|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteDsrMsg.Option
jist.swans.route.RouteDsrMsg.OptionSourceRoute
public static class RouteDsrMsg.OptionSourceRoute
A Source Route option.
Field Summary |
---|
Fields inherited from class jist.swans.route.RouteDsrMsg.Option |
---|
optBuf, optBufOffset |
Constructor Summary | |
---|---|
RouteDsrMsg.OptionSourceRoute(byte[] buf,
int offset)
|
Method Summary | |
---|---|
static byte[] |
create(boolean firstHopExternal,
boolean lastHopExternal,
int salvage,
int segsLeft,
NetAddress[] addrs)
Creates a new Source Route option. |
static byte[] |
create(int salvage,
int segsLeft,
NetAddress[] addrs)
Creates a new Source Route option with the First Hop External and the Last Hop External fields set to false. |
NetAddress |
getAddress(int n)
Returns the nth address on the route, counting the first hop after the source as node zero. |
int |
getNumAddresses()
Returns the number of addresses in the route, not including the source and destination addresses. |
int |
getNumSegmentsLeft()
Returns the number of segments on the source route that have yet to be traversed. |
int |
getSalvageCount()
Returns the salvage count of this option. |
int |
getSize()
Returns the size in bytes of this option. |
byte |
getType()
Returns the DSR type code for this kind of option. |
boolean |
isFirstHopExternal()
Indicates whether the first hop on the route is external to the DSR network. |
boolean |
isLastHopExternal()
Indicates whether the last hop on the route is external to the DSR network. |
Methods inherited from class jist.swans.route.RouteDsrMsg.Option |
---|
create, equals, getBytes, getType, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RouteDsrMsg.OptionSourceRoute(byte[] buf, int offset)
Method Detail |
---|
public byte getType()
getType
in class RouteDsrMsg.Option
public int getSize()
getSize
in class RouteDsrMsg.Option
public boolean isFirstHopExternal()
public boolean isLastHopExternal()
public int getSalvageCount()
public int getNumSegmentsLeft()
public int getNumAddresses()
public NetAddress getAddress(int n)
n
- the index into the route
n
.public static byte[] create(boolean firstHopExternal, boolean lastHopExternal, int salvage, int segsLeft, NetAddress[] addrs)
firstHopExternal
- whether the first hop on the route is externallastHopExternal
- whether the last hop on the route is externalsalvage
- the salvage countsegsLeft
- the number of explicitly listed intermediate nodes still to be
visited before reaching the final destinationaddrs
- the addresses of the nodes along the route
public static byte[] create(int salvage, int segsLeft, NetAddress[] addrs)
salvage
- the salvage countsegsLeft
- the number of explicitly listed intermediate nodes still to be
visited before reaching the final destinationaddrs
- the addresses of the nodes along the route
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |