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.channels
Methods 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 AsynchronousChannelProviderModifierConstructorDescriptionprotected
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
Methods in java.nio.channels.spi that return AsynchronousChannelProviderModifier and TypeMethodDescriptionstatic AsynchronousChannelProvider
AsynchronousChannelProvider.provider()
Returns the system-wide default asynchronous channel provider for this invocation of the Java virtual machine.