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

Packages that use TaskBase
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   
 

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

Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly
 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 XAReadTask
          Read available data on a non blocking SocketChannel.
 

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

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

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

Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly.blocking
 class ProcessorBlockingTask
          Process HTTP request.
 class ReadBlockingTask
          Process a blocking socket.
 

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

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

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

Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly.ssl
 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.
 



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