Uses of Class
com.sun.grizzly.http.TaskBase

Packages that use TaskBase
com.sun.grizzly.arp   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of TaskBase in com.sun.grizzly.arp
 

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

Uses of TaskBase in com.sun.grizzly.http
 

Subclasses of TaskBase in com.sun.grizzly.http
 class ProcessorTask
          Process HTTP request.
 

Uses of TaskBase in com.sun.grizzly.ssl
 

Subclasses of TaskBase in com.sun.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 © 2012 Oracle Corporation. All Rights Reserved.