Uses of Class
org.newsclub.net.unix.AFServerSocketChannel
Packages that use 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
Subclasses of AFServerSocketChannel in org.newsclub.net.unixModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented listening sockets.Methods in org.newsclub.net.unix that return AFServerSocketChannelModifier 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, unboundServerSocketChannelcompatible 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) Methods in org.newsclub.net.unix that return types with arguments of type AFServerSocketChannelModifier and TypeMethodDescriptionprotected abstract Class<? extends AFServerSocketChannel<A>> AFAddressFamilyConfig.serverSocketChannelClass()Returns the implementation'sServerSocketChannelclass. -
Uses of AFServerSocketChannel in org.newsclub.net.unix.darwin.system
Subclasses of AFServerSocketChannel in org.newsclub.net.unix.darwin.systemModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented listening sockets.Methods in org.newsclub.net.unix.darwin.system that return AFServerSocketChannelModifier and TypeMethodDescriptionprotected AFServerSocketChannel<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newChannel() -
Uses of AFServerSocketChannel in org.newsclub.net.unix.tipc
Subclasses of AFServerSocketChannel in org.newsclub.net.unix.tipcModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented listening sockets.Methods in org.newsclub.net.unix.tipc that return AFServerSocketChannelModifier and TypeMethodDescriptionprotected AFServerSocketChannel<AFTIPCSocketAddress> AFTIPCServerSocket.newChannel() -
Uses of AFServerSocketChannel in org.newsclub.net.unix.vsock
Subclasses of AFServerSocketChannel in org.newsclub.net.unix.vsockModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented listening sockets.Methods in org.newsclub.net.unix.vsock that return AFServerSocketChannelModifier and TypeMethodDescriptionprotected AFServerSocketChannel<AFVSOCKSocketAddress> AFVSOCKServerSocket.newChannel()