Uses of Class
java.nio.channels.spi.SelectorProvider
Packages that use SelectorProvider
Package
Description
A Java API for Stream Control Transport Protocol.
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 SelectorProvider in com.sun.nio.sctpConstructors in com.sun.nio.sctp with parameters of type SelectorProviderModifierConstructorDescriptionprotectedSctpChannel(SelectorProvider provider)Initializes a new instance of this class.protectedSctpMultiChannel(SelectorProvider provider)Initializes a new instance of this class.protectedSctpServerChannel(SelectorProvider provider)Initializes a new instance of this class.
- 
Uses of SelectorProvider in java.nio.channelsMethods in java.nio.channels that return SelectorProviderModifier and TypeMethodDescriptionabstract SelectorProviderSelectableChannel.provider()Returns the provider that created this channel.abstract SelectorProviderSelector.provider()Returns the provider that created this channel.Constructors in java.nio.channels with parameters of type SelectorProviderModifierConstructorDescriptionprotectedDatagramChannel(SelectorProvider provider)Initializes a new instance of this class.protectedServerSocketChannel(SelectorProvider provider)Initializes a new instance of this class.protectedSinkChannel(SelectorProvider provider)Initializes a new instance of this class.protectedSocketChannel(SelectorProvider provider)Initializes a new instance of this class.protectedSourceChannel(SelectorProvider provider)Constructs a new instance of this class.
- 
Uses of SelectorProvider in java.nio.channels.spiMethods in java.nio.channels.spi that return SelectorProviderModifier and TypeMethodDescriptionAbstractSelectableChannel.provider()Returns the provider that created this channel.AbstractSelector.provider()Returns the provider that created this channel.static SelectorProviderSelectorProvider.provider()Returns the system-wide default selector provider for this invocation of the Java virtual machine.Constructors in java.nio.channels.spi with parameters of type SelectorProviderModifierConstructorDescriptionprotectedAbstractSelectableChannel(SelectorProvider provider)Initializes a new instance of this class.protectedAbstractSelector(SelectorProvider provider)Initializes a new instance of this class.