java.lang.Object | |
↳ | 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LocalSocketAddress.Namespace | The namespace that this address exists in. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an instance with a given name.
| |||||||||||
Creates an instance with a given name in the
ABSTRACT
namespace
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the string name of this address
| |||||||||||
Returns the namespace used by this address.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates an instance with a given name.
name | non-null name |
---|---|
namespace | namespace the name should be created in. |
Creates an instance with a given name in the ABSTRACT
namespace
name | non-null name |
---|
Retrieves the string name of this address
Returns the namespace used by this address.