Uses of Class
org.newsclub.net.unix.AFServerSocketChannel
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 AFServerSocketChannel in org.newsclub.net.unix
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented listening sockets.Modifier and TypeMethodDescriptionfinal AFServerSocketChannel
<A> AFServerSocketChannel.bind
(SocketAddress local, int backlog) AFServerSocket.getChannel()
protected abstract AFServerSocketChannel
<A> AFServerSocket.newChannel()
Creates a new AFServerSocketChannel for this socket.AFAddressFamily.newServerSocketChannel()
Creates a new, unconnected, unboundServerSocketChannel
compatible with this socket address.AFProtocolFamily.openServerSocketChannel()
Creates a new server socket channel compatible with this protocol family.abstract AFServerSocketChannel
<A> AFSelectorProvider.openServerSocketChannel()
AFSelectorProvider.openServerSocketChannel
(ProtocolFamily family) abstract AFServerSocketChannel
<A> AFSelectorProvider.openServerSocketChannel
(SocketAddress sa) Opens a server-socket channel bound on the givenSocketAddress
.AFUNIXProtocolFamily.openServerSocketChannel()
<T> AFServerSocketChannel
<A> AFServerSocketChannel.setOption
(SocketOption<T> name, T value) Modifier and TypeMethodDescriptionprotected abstract Class
<? extends AFServerSocketChannel<A>> AFAddressFamilyConfig.serverSocketChannelClass()
Returns the implementation'sServerSocketChannel
class. -
Uses of AFServerSocketChannel in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented listening sockets.Modifier and TypeMethodDescriptionprotected AFServerSocketChannel
<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newChannel()
-
Uses of AFServerSocketChannel in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented listening sockets.Modifier and TypeMethodDescriptionprotected AFServerSocketChannel
<AFTIPCSocketAddress> AFTIPCServerSocket.newChannel()
-
Uses of AFServerSocketChannel in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented listening sockets.Modifier and TypeMethodDescriptionprotected AFServerSocketChannel
<AFVSOCKSocketAddress> AFVSOCKServerSocket.newChannel()