android.net
public
static
final
enum
android.net.LocalSocketAddress.Namespace
The namespace that this address exists in. See also
include/cutils/sockets.h ANDROID_SOCKET_NAMESPACE_*
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
A socket in the Linux abstract namespace
A socket named with a normal filesystem path.
A socket in the Android reserved namespace in /dev/socket.
Only the init process may create a socket here.
Public Methods