Java java.nio.channels AsynchronousServerSocketChannel fields, constructors, methods, implement or subclass

Example usage for Java java.nio.channels AsynchronousServerSocketChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.channels AsynchronousServerSocketChannel.

The text is from its open source code.

Method

voidaccept(A attachment, CompletionHandler handler)
Accepts a connection.
Futureaccept()
Accepts a connection.
AsynchronousServerSocketChannelbind(SocketAddress local)
Binds the channel's socket to a local address and configures the socket to listen for connections.
AsynchronousServerSocketChannelopen()
Opens an asynchronous server-socket channel.
AsynchronousServerSocketChannelopen(AsynchronousChannelGroup group)
Opens an asynchronous server-socket channel.