to top
Android APIs
public abstract class

SocketAddress

extends Object
implements Serializable
java.lang.Object
   ↳ java.net.SocketAddress
Known Direct Subclasses

Class Overview

This abstract class represents a protocol-independent base for socket-endpoint representing classes. The class has to be implemented according to a specific protocol.

Summary

Public Constructors
SocketAddress()
Creates a new SocketAddress instance.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SocketAddress ()

Added in API level 1

Creates a new SocketAddress instance.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.