java.net
Class SocketAddress

java.lang.Object
  extended by java.net.SocketAddress
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InetSocketAddress

public abstract class SocketAddress
extends Object
implements Serializable

Abstract base class for InetSocketAddress. InetSocketAddress is to my knowledge the only derived class. [Ronald]

Since:
1.4
See Also:
Serialized Form

Constructor Summary
SocketAddress()
          Initializes the socket address.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketAddress

public SocketAddress()
Initializes the socket address.