Top Description Fields Constructors Methods
sun.nio.ch

public Class DefaultSelectorProvider

extends Object
Class Inheritance
Annotations
@SuppressWarnings:removal
Imports
java.security.AccessController, .PrivilegedAction

Creates this platform's default SelectorProvider

Field Summary

Modifier and TypeField and Description
private static final SelectorProviderImpl

Constructor Summary

AccessConstructor and Description
private
DefaultSelectorProvider()

Prevent instantiation.

Method Summary

Modifier and TypeMethod and Description
public static SelectorProviderImpl
get()

Returns the default SelectorProvider implementation.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

INSTANCEback to summary
private static final SelectorProviderImpl INSTANCE

Constructor Detail

DefaultSelectorProviderback to summary
private DefaultSelectorProvider()

Prevent instantiation.

Method Detail

getback to summary
public static SelectorProviderImpl get()

Returns the default SelectorProvider implementation.