AsynchronousChannelProvider
Class AsynchronousChannelProvider
- java.lang.Object
-
- java.nio.channels.spi.AsynchronousChannelProvider
public abstract class AsynchronousChannelProvider extends Object
Service-provider class for asynchronous channels.
An asynchronous channel provider is a concrete subclass of this class that has a zero-argument constructor and implements the abstract methods specified below. A given invocation of the Java virtual machine maintains a single system-wide default provider instance, which is returned by the provider
method. The first invocation of that method will locate the default provider as specified below.
All of the methods in this class are safe f