Uses of Class
org.newsclub.net.unix.darwin.system.AFSYSTEMSocket
Packages that use AFSYSTEMSocket
Package
Description
The junixsocket implementation for Darwin AF_SYSTEM sockets.
-
Uses of AFSYSTEMSocket in org.newsclub.net.unix.darwin.system
Methods in org.newsclub.net.unix.darwin.system that return AFSYSTEMSocketModifier and TypeMethodDescriptionAFSYSTEMServerSocket.accept()protected AFSYSTEMSocketAFSYSTEMSocketFactory.configure(AFSYSTEMSocket sock) Performs some optional configuration on a newly created socket.static AFSYSTEMSocketAFSYSTEMSocket.connectTo(AFSYSTEMSocketAddress addr) Creates a newAFSocketand connects it to the givenAFSYSTEMSocketAddress.protected final AFSYSTEMSocketAFSYSTEMSocketFactory.connectTo(AFSYSTEMSocketAddress addr) static AFSYSTEMSocketAFSYSTEMSocket.newInstance()Creates a new, unboundAFSocket.protected AFSYSTEMSocketAFSYSTEMSelectorProvider.newSocket()static AFSYSTEMSocketAFSYSTEMSocket.newStrictInstance()Creates a new, unbound, "strict"AFSocket.Methods in org.newsclub.net.unix.darwin.system with parameters of type AFSYSTEMSocketModifier and TypeMethodDescriptionprotected AFSYSTEMSocketAFSYSTEMSocketFactory.configure(AFSYSTEMSocket sock) Performs some optional configuration on a newly created socket.