Uses of Class
org.newsclub.net.unix.darwin.system.AFSYSTEMSocket
Package
Description
The junixsocket implementation for Darwin AF_SYSTEM sockets.
-
Uses of AFSYSTEMSocket in org.newsclub.net.unix.darwin.system
Modifier and TypeMethodDescriptionAFSYSTEMServerSocket.accept()
protected AFSYSTEMSocket
AFSYSTEMSocketFactory.configure
(AFSYSTEMSocket sock) Performs some optional configuration on a newly created socket.static AFSYSTEMSocket
AFSYSTEMSocket.connectTo
(AFSYSTEMSocketAddress addr) Creates a newAFSocket
and connects it to the givenAFSYSTEMSocketAddress
.protected final AFSYSTEMSocket
AFSYSTEMSocketFactory.connectTo
(AFSYSTEMSocketAddress addr) static AFSYSTEMSocket
AFSYSTEMSocket.newInstance()
Creates a new, unboundAFSocket
.protected AFSYSTEMSocket
AFSYSTEMSelectorProvider.newSocket()
static AFSYSTEMSocket
AFSYSTEMSocket.newStrictInstance()
Creates a new, unbound, "strict"AFSocket
.Modifier and TypeMethodDescriptionprotected AFSYSTEMSocket
AFSYSTEMSocketFactory.configure
(AFSYSTEMSocket sock) Performs some optional configuration on a newly created socket.