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<?> AFServerSocket.newChannel()Creates a new AFServerSocketChannel for this socket.AFAddressFamily.newServerSocketChannel()Creates a new, unconnected, unboundServerSocketChannelcompatible with this socket address.abstract AFServerSocketChannel<A> AFSelectorProvider.openServerSocketChannel()abstract AFServerSocketChannel<A> AFSelectorProvider.openServerSocketChannel(SocketAddress sa) Opens a server-socket channel bound on the givenSocketAddress.<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.