Example usage for Java java.nio.channels AsynchronousServerSocketChannel fields, constructors, methods, implement or subclass
The text is from its open source code.
void | accept(A attachment, CompletionHandler Accepts a connection. |
Future | accept() Accepts a connection. |
AsynchronousServerSocketChannel | bind(SocketAddress local) Binds the channel's socket to a local address and configures the socket to listen for connections. |
AsynchronousServerSocketChannel | open() Opens an asynchronous server-socket channel. |
AsynchronousServerSocketChannel | open(AsynchronousChannelGroup group) Opens an asynchronous server-socket channel. |