net.jxta.impl.endpoint.router
Class EndpointRouterMessage
java.lang.Object
net.jxta.impl.endpoint.router.EndpointRouterMessage
- public class EndpointRouterMessage
- extends Object
Message element Router. This element is added to every
message to carry route information for the EndpointRouter service
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_NS
public static final String MESSAGE_NS
- See Also:
- Constant Field Values
MESSAGE_NAME
public static final String MESSAGE_NAME
- See Also:
- Constant Field Values
Name
public static final String Name
- See Also:
- Constant Field Values
SrcTag
public static final String SrcTag
- See Also:
- Constant Field Values
DestTag
public static final String DestTag
- See Also:
- Constant Field Values
LastHopTag
public static final String LastHopTag
- See Also:
- Constant Field Values
GatewayForwardTag
public static final String GatewayForwardTag
- See Also:
- Constant Field Values
GatewayReverseTag
public static final String GatewayReverseTag
- See Also:
- Constant Field Values
EndpointRouterMessage
public EndpointRouterMessage(Message message,
boolean removeMsg)
msgExists
public boolean msgExists()
isDirty
public boolean isDirty()
updateMessage
public void updateMessage()
setSrcAddress
public void setSrcAddress(EndpointAddress a)
getSrcAddress
public EndpointAddress getSrcAddress()
setDestAddress
public void setDestAddress(EndpointAddress a)
getDestAddress
public EndpointAddress getDestAddress()
setLastHop
public void setLastHop(String p)
getLastHop
public String getLastHop()
setForwardHops
public void setForwardHops(Vector v)
getForwardHops
public Vector getForwardHops()
prependReverseHop
public void prependReverseHop(AccessPointAdvertisement ap)
setReverseHops
public void setReverseHops(Vector v)
getReverseHops
public Vector getReverseHops()
getRouteAdv
public RouteAdvertisement getRouteAdv()
setRouteAdv
public void setRouteAdv(RouteAdvertisement radv)
display
public String display()
clearAll
public void clearAll()