|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.pastry.messaging.Message rice.pastry.socket.messaging.SocketMessage rice.pastry.socket.messaging.RoutesResponseMessage
public class RoutesResponseMessage
A response message to a RoutesRequestMessage, containing the remote node's routes.
Field Summary |
---|
Fields inherited from class rice.pastry.messaging.Message |
---|
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
---|---|
RoutesResponseMessage(SourceRoute[] routes)
Constructor |
Method Summary | |
---|---|
SourceRoute[] |
getRoutes()
Returns the leafset of the receiver. |
Methods inherited from class rice.pastry.messaging.Message |
---|
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, setPriority, setSender, stamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoutesResponseMessage(SourceRoute[] routes)
leafset
- The leafset of the receiver of the RoutesRequestMessage.Method Detail |
---|
public SourceRoute[] getRoutes()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |