Class SelectorFactory
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.util.SelectorFactory
-
public final class SelectorFactory extends Object
Class was copied from GlassFish Grizzly sources to be available also for client side and don't require GlassFish to be installed Factory used to dispatch/shareSelector.- Author:
- Scott Oaks, Jean-Francois Arcand
-
-
Constructor Summary
Constructors Constructor Description SelectorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectorgetSelector()Get a exclusiveSelectorstatic voidreturnSelector(Selector s)Return theSelectorto the cache
-