|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessPointAdvertisement | |
---|---|
net.jxta.protocol | Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. |
Uses of AccessPointAdvertisement in net.jxta.protocol |
---|
Methods in net.jxta.protocol that return AccessPointAdvertisement | |
---|---|
AccessPointAdvertisement |
RouteAdvertisement.getDest()
Returns the destination access point |
AccessPointAdvertisement |
RouteAdvertisement.getFirstHop()
Returns the access point for the first hop |
AccessPointAdvertisement |
RouteAdvertisement.getHop(int index)
Return hop of the route at location index in the hops list |
AccessPointAdvertisement |
RouteAdvertisement.getHop(PeerID pid)
return a hop from the list of hops |
AccessPointAdvertisement |
RouteAdvertisement.getLastHop()
Returns the access point for the last hop |
AccessPointAdvertisement |
RouteAdvertisement.nextHop(PeerID pid)
get the nexthop after the given hop |
Methods in net.jxta.protocol with parameters of type AccessPointAdvertisement | |
---|---|
void |
RouteAdvertisement.replaceHop(AccessPointAdvertisement ap)
replace a hop from the list of hops |
void |
RouteAdvertisement.setDest(AccessPointAdvertisement ap)
Sets the access point of the destination |
void |
RouteAdvertisement.setFirstHop(AccessPointAdvertisement ap)
Sets the access point for the first hop |
void |
RouteAdvertisement.setLastHop(AccessPointAdvertisement ap)
Sets the access point for the last hop |
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |