Uses of Interface
com.sun.grizzly.util.Interceptor

Packages that use Interceptor
com.sun.grizzly.arp   
com.sun.grizzly.http   
com.sun.grizzly.http.algorithms   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
com.sun.grizzly.util   
 

Uses of Interceptor in com.sun.grizzly.arp
 

Methods in com.sun.grizzly.arp with parameters of type Interceptor
protected  void AsyncProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler, InputStream inputStream)
          Configure SSLProcessorTask.
 

Uses of Interceptor in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as Interceptor
protected  Interceptor DefaultProcessorTask.handler
          The handler used by this Task to manipulate the request.
 

Methods in com.sun.grizzly.http that return Interceptor
 Interceptor ProcessorTask.getHandler()
          Get the Interceptor used by this instance.
 Interceptor DefaultProcessorTask.getHandler()
          Return the Interceptor used by this instance.
 

Methods in com.sun.grizzly.http with parameters of type Interceptor
protected  void DefaultProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler)
          Configure ProcessorTask.
 void ProcessorTask.setHandler(Interceptor handler)
          Set the Interceptor used by this instance.
 void DefaultProcessorTask.setHandler(Interceptor handler)
          Set the Interceptor used by this class.
 

Uses of Interceptor in com.sun.grizzly.http.algorithms
 

Classes in com.sun.grizzly.http.algorithms that implement Interceptor
static class StreamAlgorithmBase.DummyHandler
          Empty handler used when Grizzly is bundled outside of GlassFish.
 

Fields in com.sun.grizzly.http.algorithms declared as Interceptor
protected  Interceptor StreamAlgorithmBase.handler
          An Interceptor implementation used to implement a static resources cache.
 

Methods in com.sun.grizzly.http.algorithms that return Interceptor
 Interceptor NoParsingAlgorithm.getHandler()
          Return the Interceptor used by this algorithm.
 Interceptor ContentLengthAlgorithm.getHandler()
          Return the Interceptor used by this algorithm.
 Interceptor StateMachineAlgorithm.getHandler()
          Return the Interceptor used by this algorithm.
 

Uses of Interceptor in com.sun.grizzly.ssl
 

Methods in com.sun.grizzly.ssl with parameters of type Interceptor
protected  void SSLDefaultProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler)
          Configure ProcessorTask.
protected  void SSLAsyncProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, HttpWorkerThread workerThread, Interceptor handler, InputStream inputStream)
          Configure SSLProcessorTask.
 

Uses of Interceptor in com.sun.grizzly.standalone
 

Classes in com.sun.grizzly.standalone that implement Interceptor
 class StaticHandler
          This Interceptor is invoked after the request line has been parsed.
 

Methods in com.sun.grizzly.standalone that return Interceptor
 Interceptor StaticStreamAlgorithm.getHandler()
          Return the Interceptor used by this algorithm.
 

Uses of Interceptor in com.sun.grizzly.util
 

Methods in com.sun.grizzly.util that return Interceptor
 Interceptor StreamAlgorithm.getHandler()
          Deprecated. The Interceptor associated with this algorithm.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.