rice.pastry.socket.messaging
Class IPAddressResponseMessage
java.lang.Object
rice.pastry.messaging.Message
rice.pastry.messaging.PRawMessage
rice.pastry.socket.messaging.SocketMessage
rice.pastry.socket.messaging.DatagramMessage
rice.pastry.socket.messaging.IPAddressResponseMessage
- All Implemented Interfaces:
- java.io.Serializable, Message, RawMessage
public class IPAddressResponseMessage
- extends DatagramMessage
Class which represents a request for the external visible IP address
- Version:
- $Id: IPAddressResponseMessage.java 3524 2007-01-09 14:09:27Z jeffh $
- Author:
- Alan Mislove
- See Also:
- Serialized Form
Field Summary |
protected java.net.InetSocketAddress |
address
|
static short |
TYPE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final short TYPE
- See Also:
- Constant Field Values
address
protected java.net.InetSocketAddress address
IPAddressResponseMessage
public IPAddressResponseMessage(java.net.InetSocketAddress address,
long start)
- Constructor
IPAddressResponseMessage
public IPAddressResponseMessage(InputBuffer buf)
throws java.io.IOException
- Throws:
java.io.IOException
getAddress
public java.net.InetSocketAddress getAddress()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getType
public short getType()
serialize
public void serialize(OutputBuffer buf)
throws java.io.IOException
- Specified by:
serialize
in interface RawMessage
- Overrides:
serialize
in class DatagramMessage
- Throws:
java.io.IOException
Copyright © 2001-2005 - Rice Pastry.