rice.pastry.socket.messaging
Class RoutesResponseMessage
java.lang.Object
rice.pastry.messaging.Message
rice.pastry.messaging.PRawMessage
rice.pastry.socket.messaging.SocketMessage
rice.pastry.socket.messaging.RoutesResponseMessage
- All Implemented Interfaces:
- java.io.Serializable, Message, RawMessage
public class RoutesResponseMessage
- extends SocketMessage
A response message to a RoutesRequestMessage, containing the remote
node's routes.
- Version:
- $Id: RoutesResponseMessage.java 3524 2007-01-09 14:09:27Z jeffh $
- Author:
- Alan Mislove
- See Also:
- Serialized Form
Field Summary |
static short |
TYPE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final short TYPE
- See Also:
- Constant Field Values
RoutesResponseMessage
public RoutesResponseMessage(SourceRoute[] routes)
- Constructor
- Parameters:
leafset
- The leafset of the receiver of the RoutesRequestMessage.
RoutesResponseMessage
public RoutesResponseMessage(InputBuffer buf)
throws java.io.IOException
- Throws:
java.io.IOException
getRoutes
public SourceRoute[] getRoutes()
- Returns the leafset of the receiver.
- Returns:
- The LeafSet of the receiver node.
getType
public short getType()
- Raw Serialization
serialize
public void serialize(OutputBuffer buf)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2005 - Rice Pastry.