Uses of Class
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask

Packages that use DefaultProcessorTask
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.blocking   
com.sun.enterprise.web.connector.grizzly.ssl   
 

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

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type DefaultProcessorTask
protected  void SelectorThread.configureCompression(DefaultProcessorTask processorTask)
           
protected  ProcessorTask SelectorThread.configureProcessorTask(DefaultProcessorTask task)
           
 

Uses of DefaultProcessorTask in com.sun.enterprise.web.connector.grizzly.blocking
 

Subclasses of DefaultProcessorTask in com.sun.enterprise.web.connector.grizzly.blocking
 class ProcessorBlockingTask
          Process HTTP request.
 

Methods in com.sun.enterprise.web.connector.grizzly.blocking that return DefaultProcessorTask
protected  DefaultProcessorTask SelectorBlockingThread.newProcessorTask(boolean initialize)
          Create ProcessorTask objects and configure it to be ready to proceed request.
 

Methods in com.sun.enterprise.web.connector.grizzly.blocking with parameters of type DefaultProcessorTask
 void ReadBlockingTask.attachProcessor(DefaultProcessorTask processorTask)
          Force this task to always use the same ProcessorTask instance.
 

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

Subclasses of DefaultProcessorTask in com.sun.enterprise.web.connector.grizzly.ssl
 class SSLAsyncProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 class SSLProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 



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