java.net
Class SocketAddress

java.lang.Object
  |
  +--java.net.SocketAddress
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InetSocketAddress

public abstract synchronized class SocketAddress
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SocketAddress()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

SocketAddress

public SocketAddress()