Uses of Package
com.sun.grizzly.arp

Packages that use com.sun.grizzly.arp
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.http.embed   
com.sun.grizzly.ssl   
com.sun.grizzly.websockets   
 

Classes in com.sun.grizzly.arp used by com.sun.grizzly.arp
AsyncExecutor
          A interface used to define the execution of a AsyncTask By default, AsyncTask will invoke an implementation of this interface in this order: (1) preExecute() (2) interrupt() (3) postExecute() Implementation of this interface must decide when a task must be interrupted.
AsyncFilter
          An interface marker used to execute operations before a AsyncProcesssorTask in pre/post or interrupted.
AsyncFilter.Result
           
AsyncHandler
          When asynchronous request processing is enabled, the Task must delegate the execution of the request processing to an implementation of this interface.
AsyncTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Classes in com.sun.grizzly.arp used by com.sun.grizzly.comet
AsyncExecutor
          A interface used to define the execution of a AsyncTask By default, AsyncTask will invoke an implementation of this interface in this order: (1) preExecute() (2) interrupt() (3) postExecute() Implementation of this interface must decide when a task must be interrupted.
AsyncFilter
          An interface marker used to execute operations before a AsyncProcesssorTask in pre/post or interrupted.
AsyncFilter.Result
           
AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Classes in com.sun.grizzly.arp used by com.sun.grizzly.http
AsyncHandler
          When asynchronous request processing is enabled, the Task must delegate the execution of the request processing to an implementation of this interface.
 

Classes in com.sun.grizzly.arp used by com.sun.grizzly.http.embed
AsyncFilter
          An interface marker used to execute operations before a AsyncProcesssorTask in pre/post or interrupted.
 

Classes in com.sun.grizzly.arp used by com.sun.grizzly.ssl
AsyncProtocolFilter
          A ProtocolFilter that allow asynchronous http request processing.
 

Classes in com.sun.grizzly.arp used by com.sun.grizzly.websockets
AsyncExecutor
          A interface used to define the execution of a AsyncTask By default, AsyncTask will invoke an implementation of this interface in this order: (1) preExecute() (2) interrupt() (3) postExecute() Implementation of this interface must decide when a task must be interrupted.
AsyncFilter
          An interface marker used to execute operations before a AsyncProcesssorTask in pre/post or interrupted.
AsyncFilter.Result
           
AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.