Class SocketAddress

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InetSocketAddress

public abstract class SocketAddress
extends Object
implements Serializable

This class represents a Socket Address with no protocol attachment. As an abstract class, it is meant to be subclassed with a specific, protocol dependent, implementation.

It provides an immutable object used by sockets for binding, connecting, or as returned values.

Since:
1.4
See Also:
Socket, ServerSocket, Serialized Form

Constructors

Constructor and Description
SocketAddress()

Methods

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

SocketAddress

public SocketAddress()

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/java/net/SocketAddress.html