Package org.glassfish.grizzly.nio
Class Selectors
- java.lang.Object
-
- org.glassfish.grizzly.nio.Selectors
-
public final class Selectors extends java.lang.ObjectUtility class forSelectorrelated operations.- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description Selectors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.channels.SelectornewSelector(java.nio.channels.spi.SelectorProvider provider)Creates newSelectorusing passedSelectorProvider.
-