Uses of Interface
com.sun.enterprise.web.connector.grizzly.MultiSelectorThread

Packages that use MultiSelectorThread
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.ssl   
 

Uses of MultiSelectorThread in com.sun.enterprise.web.connector.grizzly
 

Classes in com.sun.enterprise.web.connector.grizzly that implement MultiSelectorThread
 class SelectorReadThread
          Specialized SelectorThread that only handle OP_READ.
 

Fields in com.sun.enterprise.web.connector.grizzly declared as MultiSelectorThread
protected  MultiSelectorThread[] SelectorThread.readThreads
          The Selector used to register OP_READ
 

Uses of MultiSelectorThread in com.sun.enterprise.web.connector.grizzly.ssl
 

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement MultiSelectorThread
 class SSLSelectorReadThread
          Specialized SelectorThread that only handle OP_READ over SSL.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.