Package | Description |
---|---|
org.newsclub.net.unix |
The actual AF_UNIX Socket implementation.
|
Modifier and Type | Method and Description |
---|---|
static AFUNIXSocket |
AFUNIXSocket.connectTo(AFUNIXSocketAddress addr)
Creates a new
AFUNIXSocket and connects it to the given
AFUNIXSocketAddress . |
static AFUNIXSocket |
AFUNIXSocket.newInstance()
Creates a new, unbound
AFUNIXSocket . |