Package | Description |
---|---|
org.newsclub.net.unix |
The actual AF_UNIX Socket implementation.
|
Modifier and Type | Method and Description |
---|---|
static AFUNIXServerSocket |
AFUNIXServerSocket.bindOn(AFUNIXSocketAddress addr)
Returns a new AF_UNIX
ServerSocket that is bound to the given
AFUNIXSocketAddress . |
static AFUNIXServerSocket |
AFUNIXServerSocket.newInstance()
Returns a new, unbound AF_UNIX
ServerSocket . |