Uses of Class
org.newsclub.net.unix.AFUNIXSocket
Packages that use AFUNIXSocket
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocket in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXSocketModifier and TypeMethodDescriptionAFUNIXServerSocket.accept()static AFUNIXSocketAFUNIXSocket.connectTo(AFUNIXSocketAddress addr) Creates a newAFSocketand connects it to the givenAFUNIXSocketAddress.protected AFUNIXSocketAFUNIXSocketFactory.connectTo(AFUNIXSocketAddress addr) AFUNIXSocketAddress.newConnectedSocket()static AFUNIXSocketAFUNIXSocket.newInstance()Creates a new, unboundAFSocket.protected AFUNIXSocketAFUNIXSelectorProvider.newSocket()protected AFUNIXSocketAFUNIXServerSocket.newSocketInstance()Returns a newAFSocketinstance.static AFUNIXSocketAFUNIXSocket.newStrictInstance()Creates a new, unbound, "strict"AFSocket.