Uses of Class
java.nio.channels.spi.AsynchronousChannelProvider
Package
Description
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Service-provider classes for the
java.nio.channels
package.-
Uses of AsynchronousChannelProvider in java.nio.channels
Modifier and TypeMethodDescriptionAsynchronousChannelGroup.provider()
Returns the provider that created this channel group.AsynchronousServerSocketChannel.provider()
Returns the provider that created this channel.AsynchronousSocketChannel.provider()
Returns the provider that created this channel.ModifierConstructorDescriptionprotected
Initialize a new instance of this class.protected
Initializes a new instance of this class.protected
Initializes a new instance of this class. -
Uses of AsynchronousChannelProvider in java.nio.channels.spi
Modifier and TypeMethodDescriptionstatic AsynchronousChannelProvider
AsynchronousChannelProvider.provider()
Returns the system-wide default asynchronous channel provider for this invocation of the Java virtual machine.