Uses of Interface
com.sun.grizzly.http.TaskListener

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

Uses of TaskListener in com.sun.grizzly.arp
 

Classes in com.sun.grizzly.arp that implement TaskListener
 class AsyncProtocolFilter
          A ProtocolFilter that allow asynchronous http request processing.
 

Uses of TaskListener in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http that return TaskListener
 TaskListener TaskBase.getTaskListener()
          The TaskListener associated with this instance.
 

Methods in com.sun.grizzly.http with parameters of type TaskListener
 void TaskBase.setTaskListener(TaskListener taskListener)
          Set the TaskListener associated with this class.
 

Uses of TaskListener in com.sun.grizzly.ssl
 

Classes in com.sun.grizzly.ssl that implement TaskListener
 class SSLAsyncProtocolFilter
          Asynchronous SSL support over NIO.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.