org.glassfish.grizzly.nio
Class SelectorFactory.DefaultSelectorFactory

java.lang.Object
  extended by org.glassfish.grizzly.nio.SelectorFactory
      extended by org.glassfish.grizzly.nio.SelectorFactory.DefaultSelectorFactory
Enclosing class:
SelectorFactory

public static class SelectorFactory.DefaultSelectorFactory
extends SelectorFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.glassfish.grizzly.nio.SelectorFactory
SelectorFactory.DefaultSelectorFactory
 
Constructor Summary
SelectorFactory.DefaultSelectorFactory()
           
 
Method Summary
 java.nio.channels.Selector create()
           
 
Methods inherited from class org.glassfish.grizzly.nio.SelectorFactory
instance, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorFactory.DefaultSelectorFactory

public SelectorFactory.DefaultSelectorFactory()
Method Detail

create

public java.nio.channels.Selector create()
                                  throws java.io.IOException
Specified by:
create in class SelectorFactory
Throws:
java.io.IOException


Copyright © 2011 Oracle Corpration. All Rights Reserved.