rice.pastry.socket.messaging
Class RouteRowResponseMessage
java.lang.Object
rice.pastry.messaging.Message
rice.pastry.messaging.PRawMessage
rice.pastry.socket.messaging.SocketMessage
rice.pastry.socket.messaging.RouteRowResponseMessage
- All Implemented Interfaces:
- java.io.Serializable, Message, RawMessage
public class RouteRowResponseMessage
- extends SocketMessage
A response message to a RouteRowRequestMessage, containing the remote
node's routerow.
- Version:
- $Id: RouteRowResponseMessage.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
RouteRowResponseMessage
public RouteRowResponseMessage(RouteSet[] set)
- Constructor
- Parameters:
leafset
- The leafset of the receiver of the RouteRowRequestMessage.
RouteRowResponseMessage
public RouteRowResponseMessage(InputBuffer buf,
NodeHandleFactory nhf,
PastryNode localNode)
throws java.io.IOException
- Throws:
java.io.IOException
getRouteRow
public RouteSet[] getRouteRow()
- Returns the routeset of the receiver.
- Returns:
- The RouteSet 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.