Class I2PSocketAddress

java.lang.Object
java.net.SocketAddress
net.i2p.client.streaming.I2PSocketAddress
All Implemented Interfaces:
Serializable

public class I2PSocketAddress
extends SocketAddress
A SocketAddress (Destination + port) so we can have SocketChannels. Ports are not widely used in I2P, in most cases the port will be zero. See InetSocketAddress for javadocs.
Since:
0.9.1
See Also:
Serialized Form