|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.net.LocalSocketAddress
public class 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 Class Summary | |
|---|---|
static class |
LocalSocketAddress.Namespace
The namespace that this address exists in. |
| Constructor Summary | |
|---|---|
LocalSocketAddress(String name)
Creates an instance with a given name in the LocalSocketAddress.Namespace.ABSTRACT
namespace |
|
LocalSocketAddress(String name,
LocalSocketAddress.Namespace namespace)
Creates an instance with a given name. |
|
| Method Summary | |
|---|---|
String |
getName()
Retrieves the string name of this address |
LocalSocketAddress.Namespace |
getNamespace()
Returns the namespace used by this address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalSocketAddress(String name,
LocalSocketAddress.Namespace namespace)
name - non-null namenamespace - namespace the name should be created in.public LocalSocketAddress(String name)
LocalSocketAddress.Namespace.ABSTRACT
namespace
name - non-null name| Method Detail |
|---|
public String getName()
public LocalSocketAddress.Namespace getNamespace()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||