Uses of Class
org.newsclub.net.unix.AFServerSocketChannel
-
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.