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

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

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

Classes in com.sun.enterprise.web.connector.grizzly that implement ProcessorTask
 class DefaultProcessorTask
          Process HTTP request.
 

Fields in com.sun.enterprise.web.connector.grizzly declared as ProcessorTask
protected  ProcessorTask DefaultReadTask.processorTask
          The ProcessorTask used by this class.
 

Fields in com.sun.enterprise.web.connector.grizzly with type parameters of type ProcessorTask
protected  Queue<ProcessorTask> SelectorThread.activeProcessorTasks
          List of active ProcessorTask.
protected  Queue<ProcessorTask> SelectorThread.processorTasks
          ConcurrentLinkedQueue used as an object pool.
 

Methods in com.sun.enterprise.web.connector.grizzly that return ProcessorTask
protected  ProcessorTask SelectorThread.configureProcessorTask(DefaultProcessorTask task)
           
 ProcessorTask AsyncTask.getProcessorTask()
          Return the ProcessorTask.
 ProcessorTask DefaultReadTask.getProcessorTask()
          Return the associated ProcessorTask.
 ProcessorTask SelectorThread.getProcessorTask()
          Return a ProcessorTask from the pool.
protected  ProcessorTask SelectorThread.newProcessorTask(boolean initialize)
          Create ProcessorTask objects and configure it to be ready to proceed request.
 

Methods in com.sun.enterprise.web.connector.grizzly that return types with arguments of type ProcessorTask
 Queue<ProcessorTask> SelectorThread.getActiveProcessorTasks()
           
 Queue<ProcessorTask> SelectorThread.getProcessorTasks()
           
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type ProcessorTask
 void DefaultReadTask.attachProcessor(ProcessorTask processorTask)
          Force this task to always use the same ProcessorTask instance.
 void ReadTask.attachProcessor(ProcessorTask processorTask)
          Force this task to always use the same ProcessorTask instance.
 void AsyncTask.setProcessorTask(ProcessorTask processorTask)
          Set the ProcessorTask that needs to be executed asynchronously.
 

Method parameters in com.sun.enterprise.web.connector.grizzly with type arguments of type ProcessorTask
 void SelectorThread.setActiveProcessorTasks(Queue<ProcessorTask> activeProcessorTasks)
           
 void SelectorThread.setProcessorTasks(Queue<ProcessorTask> processorTasks)
           
 

Uses of ProcessorTask in com.sun.enterprise.web.connector.grizzly.async
 

Methods in com.sun.enterprise.web.connector.grizzly.async that return ProcessorTask
 ProcessorTask AsyncProcessorTask.getProcessorTask()
          Return the ProcessorTask.
 

Methods in com.sun.enterprise.web.connector.grizzly.async with parameters of type ProcessorTask
 void AsyncProcessorTask.setProcessorTask(ProcessorTask processorTask)
          Set the ProcessorTask that needs to be executed asynchronously.
 

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

Classes in com.sun.enterprise.web.connector.grizzly.blocking that implement ProcessorTask
 class ProcessorBlockingTask
          Process HTTP request.
 

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

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement ProcessorTask
 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.
 

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



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