Uses of Class
org.newsclub.net.unix.AFUNIXSocket
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocket in org.newsclub.net.unix
Modifier and TypeMethodDescriptionAFUNIXServerSocket.accept()
static AFUNIXSocket
AFUNIXSocket.connectTo
(AFUNIXSocketAddress addr) Creates a newAFSocket
and connects it to the givenAFUNIXSocketAddress
.protected AFUNIXSocket
AFUNIXSocketFactory.connectTo
(AFUNIXSocketAddress addr) AFUNIXSocketAddress.newConnectedSocket()
static AFUNIXSocket
AFUNIXSocket.newInstance()
Creates a new, unboundAFSocket
.protected AFUNIXSocket
AFUNIXSelectorProvider.newSocket()
protected AFUNIXSocket
AFUNIXServerSocket.newSocketInstance()
Returns a newAFSocket
instance.static AFUNIXSocket
AFUNIXSocket.newStrictInstance()
Creates a new, unbound, "strict"AFSocket
.