Uses of Class
org.newsclub.net.unix.AFSocketImpl
Packages that use 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
Methods in org.newsclub.net.unix that return AFSocketImplModifier and TypeMethodDescriptionprotected abstract AFSocketImpl
<A> AFServerSocket.newImpl
(FileDescriptor fdObj) Creates a new AFSocketImpl.protected AFSocketImpl
<AFUNIXSocketAddress> AFUNIXServerSocket.newImpl
(FileDescriptor fdObj) Constructors in org.newsclub.net.unix with parameters of type AFSocketImplModifierConstructorDescriptionprotected
AFSocket
(AFSocketImpl<A> impl, AFSocketAddressFromHostname<A> afh) Creates a newAFSocket
instance. -
Uses of AFSocketImpl in org.newsclub.net.unix.darwin.system
Methods in org.newsclub.net.unix.darwin.system that return AFSocketImplModifier and TypeMethodDescriptionprotected AFSocketImpl
<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newImpl
(FileDescriptor fdObj) -
Uses of AFSocketImpl in org.newsclub.net.unix.tipc
Methods in org.newsclub.net.unix.tipc that return AFSocketImplModifier and TypeMethodDescriptionprotected AFSocketImpl
<AFTIPCSocketAddress> AFTIPCServerSocket.newImpl
(FileDescriptor fdObj) -
Uses of AFSocketImpl in org.newsclub.net.unix.vsock
Methods in org.newsclub.net.unix.vsock that return AFSocketImplModifier and TypeMethodDescriptionprotected AFSocketImpl
<AFVSOCKSocketAddress> AFVSOCKServerSocket.newImpl
(FileDescriptor fdObj)