Uses of Class
java.nio.channels.spi.AsynchronousChannelProvider
Packages that use 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.channelsMethods in java.nio.channels that return AsynchronousChannelProviderModifier 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.Constructors in java.nio.channels with parameters of type AsynchronousChannelProviderModifierConstructorDescriptionprotectedInitialize a new instance of this class.protectedInitializes a new instance of this class.protectedInitializes a new instance of this class.
- 
Uses of AsynchronousChannelProvider in java.nio.channels.spiMethods in java.nio.channels.spi that return AsynchronousChannelProviderModifier and TypeMethodDescriptionstatic AsynchronousChannelProviderAsynchronousChannelProvider.provider()Returns the system-wide default asynchronous channel provider for this invocation of the Java virtual machine.