|
Project JXTA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jxta.protocol.RouteQueryMsg
net.jxta.impl.protocol.RouteQuery
public class RouteQuery
RouteQuery message used by the Endpoint Routing protocol to query for route
| Constructor Summary | |
|---|---|
RouteQuery(Element root)
Construct from a StructuredDocument |
|
RouteQuery(PeerID dest,
RouteAdvertisement srcRoute,
Vector badHops)
Construct a doc from strings |
|
| Method Summary | |
|---|---|
Document |
getDocument(MimeMediaType asMimeType)
return a Document represetation of this object |
String |
toString()
return a string representaion of this RouteQuery doc |
| Methods inherited from class net.jxta.protocol.RouteQueryMsg |
|---|
getAdvertisementType, getBadHops, getDestPeerID, getSrcRoute, setBadHops, setDestPeerID, setSrcRoute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RouteQuery(PeerID dest,
RouteAdvertisement srcRoute,
Vector badHops)
public RouteQuery(Element root)
| Method Detail |
|---|
public Document getDocument(MimeMediaType asMimeType)
getDocument in class RouteQueryMsgpublic String toString()
toString in class Object
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||