Uses of Class
org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool

Packages that use TemporarySelectorPool
org.glassfish.grizzly.nio.tmpselectors   
 

Uses of TemporarySelectorPool in org.glassfish.grizzly.nio.tmpselectors
 

Fields in org.glassfish.grizzly.nio.tmpselectors declared as TemporarySelectorPool
protected  TemporarySelectorPool TemporarySelectorIO.selectorPool
           
 

Methods in org.glassfish.grizzly.nio.tmpselectors that return TemporarySelectorPool
 TemporarySelectorPool TemporarySelectorIO.getSelectorPool()
           
 

Methods in org.glassfish.grizzly.nio.tmpselectors with parameters of type TemporarySelectorPool
 void TemporarySelectorIO.setSelectorPool(TemporarySelectorPool selectorPool)
           
 

Constructors in org.glassfish.grizzly.nio.tmpselectors with parameters of type TemporarySelectorPool
TemporarySelectorIO(Reader<java.net.SocketAddress> reader, Writer<java.net.SocketAddress> writer, TemporarySelectorPool selectorPool)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.