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

Packages that use Task
com.sun.enterprise.web.ara   
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.comet   
com.sun.enterprise.web.connector.grizzly.ssl   
com.sun.enterprise.web.portunif   
 

Uses of Task in com.sun.enterprise.web.ara
 

Classes in com.sun.enterprise.web.ara that implement Task
 class IsolatedTask
          This task is used to configure an instance of .ReadTask based on the Rule implementation.
 class TaskWrapper
          Wrap an instance of a Task
 

Fields in com.sun.enterprise.web.ara declared as Task
protected  Task TaskWrapper.wrappedTask
          The wrapped Task instance.
 

Methods in com.sun.enterprise.web.ara that return Task
 Task TaskWrapper.getWrappedTask()
          Return the wrapped Task
abstract  Task TaskWrapper.wrap(Task task)
          Wrap an instance of a Task
 

Methods in com.sun.enterprise.web.ara with parameters of type Task
 void IsolationPipeline.addTask(Task task)
          Execute the wrapped Task
 IsolatedTask IsolatedTask.wrap(Task task)
          Wrao the Task with this task.
abstract  Task TaskWrapper.wrap(Task task)
          Wrap an instance of a Task
 

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

Subinterfaces of Task in com.sun.enterprise.web.connector.grizzly
 interface AsyncTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 interface ProcessorTask
          Process HTTP request.
 interface ReadTask
          Main Task to handle OP_READ.
 

Classes in com.sun.enterprise.web.connector.grizzly that implement Task
 class AsyncReadTask
          This task execute and then notify its listener, which usualy execute on their own thread.
 class DefaultProcessorTask
          Process HTTP request.
 class DefaultReadTask
          Read available data on a non blocking SocketChannel.
 class TaskBase
          Abstract implementation of a Task object.
 class XAReadTask
          Read available data on a non blocking SocketChannel.
 

Methods in com.sun.enterprise.web.connector.grizzly that return Task
 Task KeepAlivePipeline.getTask()
          Return a SelectionKey object available in the pipeline.
 Task LinkedListPipeline.getTask()
          Return a Task object available in the pipeline.
 Task Pipeline.getTask()
          Return a Task object available in the pipeline.
 Task ThreadPoolExecutorPipeline.getTask()
          Return a Task object available in the pipeline.
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type Task
 void KeepAlivePipeline.addTask(Task task)
          Add an object to this pipeline
 void LinkedListPipeline.addTask(Task task)
          Add an object to this pipeline
 void Pipeline.addTask(Task task)
          Add an Task to be processed by this Pipeline
 void ThreadPoolExecutorPipeline.addTask(Task task)
          Add an object to this pipeline
 void AsyncHandler.handle(Task task)
          Handle a Task execution.
 void SelectorThread.returnTask(Task task)
          Returns the Task object to the pool.
 

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

Classes in com.sun.enterprise.web.connector.grizzly.async that implement Task
 class AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Methods in com.sun.enterprise.web.connector.grizzly.async with parameters of type Task
 void DefaultAsyncHandler.handle(Task task)
          Handle an instance of a Task.
 

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

Classes in com.sun.enterprise.web.connector.grizzly.blocking that implement Task
 class ProcessorBlockingTask
          Process HTTP request.
 class ReadBlockingTask
          Process a blocking socket.
 

Uses of Task in com.sun.enterprise.web.connector.grizzly.comet
 

Classes in com.sun.enterprise.web.connector.grizzly.comet that implement Task
 class CometTask
          A Task implementation that allow Grizzly ARP to notify CometHandler when new data (bytes) are available from the CometSelector.
 

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

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement Task
 class SSLAsyncProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 class SSLAsyncReadTask
          Asynchronous SSL support over NIO.
 class SSLProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 class SSLReadTask
          SSL support over NIO.
 

Uses of Task in com.sun.enterprise.web.portunif
 

Methods in com.sun.enterprise.web.portunif with parameters of type Task
 void PortUnificationPipeline.addTask(Task task)
          Seek for the TCP protocol used.
 



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