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