com.sun.xml.ws.transport.tcp.util
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/share Selector.
- Author:
- Scott Oaks, Jean-Francois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectorFactory
public SelectorFactory()
getSelector
public static Selector getSelector()
- Get a exclusive
Selector
returnSelector
public static void returnSelector(Selector s)
- Return the
Selector to the cache
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.