Uses of Class
java.nio.channels.spi.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.sctp
ModifierConstructorDescriptionprotected
SctpChannel(SelectorProvider provider)
Initializes a new instance of this class.protected
SctpMultiChannel(SelectorProvider provider)
Initializes a new instance of this class.protected
SctpServerChannel(SelectorProvider provider)
Initializes a new instance of this class. -
Uses of SelectorProvider in java.nio.channels
Modifier and TypeMethodDescriptionabstract SelectorProvider
SelectableChannel.provider()
Returns the provider that created this channel.abstract SelectorProvider
Selector.provider()
Returns the provider that created this channel.ModifierConstructorDescriptionprotected
DatagramChannel(SelectorProvider provider)
Initializes a new instance of this class.protected
ServerSocketChannel(SelectorProvider provider)
Initializes a new instance of this class.protected
SinkChannel(SelectorProvider provider)
Initializes a new instance of this class.protected
SocketChannel(SelectorProvider provider)
Initializes a new instance of this class.protected
SourceChannel(SelectorProvider provider)
Constructs a new instance of this class. -
Uses of SelectorProvider in java.nio.channels.spi
Modifier and TypeMethodDescriptionAbstractSelectableChannel.provider()
Returns the provider that created this channel.AbstractSelector.provider()
Returns the provider that created this channel.static SelectorProvider
SelectorProvider.provider()
Returns the system-wide default selector provider for this invocation of the Java virtual machine.ModifierConstructorDescriptionprotected
AbstractSelectableChannel(SelectorProvider provider)
Initializes a new instance of this class.protected
AbstractSelector(SelectorProvider provider)
Initializes a new instance of this class.