Uses of Class
org.newsclub.net.unix.AFSocketImpl
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFSocketImpl in org.newsclub.net.unix
Modifier and TypeMethodDescriptionprotected abstract AFSocketImpl
<A> AFServerSocket.newImpl
(FileDescriptor fdObj) Creates a new AFSocketImpl.protected AFSocketImpl
<AFUNIXSocketAddress> AFUNIXServerSocket.newImpl
(FileDescriptor fdObj) ModifierConstructorDescriptionprotected
AFSocket
(AFSocketImpl<A> impl, AFSocketAddressFromHostname<A> afh) Creates a newAFSocket
instance. -
Uses of AFSocketImpl in org.newsclub.net.unix.darwin.system
Modifier and TypeMethodDescriptionprotected AFSocketImpl
<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newImpl
(FileDescriptor fdObj) -
Uses of AFSocketImpl in org.newsclub.net.unix.tipc
Modifier and TypeMethodDescriptionprotected AFSocketImpl
<AFTIPCSocketAddress> AFTIPCServerSocket.newImpl
(FileDescriptor fdObj) -
Uses of AFSocketImpl in org.newsclub.net.unix.vsock
Modifier and TypeMethodDescriptionprotected AFSocketImpl
<AFVSOCKSocketAddress> AFVSOCKServerSocket.newImpl
(FileDescriptor fdObj)