AsynchronousChannelGroup
Class AsynchronousChannelGroup
- java.lang.Object
-
- java.nio.channels.AsynchronousChannelGroup
public abstract class AsynchronousChannelGroup extends Object
A grouping of asynchronous channels for the purpose of resource sharing.
An asynchronous channel group encapsulates the mechanics required to handle the completion of I/O operations initiated by asynchronous channels
that are bound to the group. A group has an associated thread pool to which tasks are submitted to handle I/O events and dispatch to completion-handlers
that consume the result of asynchronous operations performed on channels in th