android.net.LocalSocketAddress
A UNIX-domain (AF_LOCAL) socket address. For use with
android.net.LocalSocket and android.net.LocalServerSocket.
On the Android system, these names refer to names in the Linux
abstract (non-filesystem) UNIX domain namespace.
Nested Classes
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Creates an instance with a given name.
Parameters
name
| non-null name |
namespace
| namespace the name should be created in.
|
public
LocalSocketAddress(String name)
Creates an instance with a given name in the
ABSTRACT
namespace
Public Methods
public
String
getName()
Retrieves the string name of this address
Returns the namespace used by this address.