The methods of Java.Nio.Channels.Spi.SelectorProvider are listed below. For a list of all members, see the SelectorProvider Members list.
See Also: Inherited members from Java.Lang.Object
InheritedChannel()Returns the channel inherited from the process that created this VM. | ||
abstract | OpenDatagramChannel()Creates a new open DatagramChannel. | |
abstract | OpenPipe()Creates a new Pipe. | |
abstract | OpenSelector()Creates a new selector. | |
abstract | OpenServerSocketChannel()Creates a new open ServerSocketChannel. | |
abstract | OpenSocketChannel()Create a new open SocketChannel. | |
static | Provider()Gets a provider instance by executing the following steps when called for the first time: |