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

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

Uses of Interceptor in com.sun.grizzly.arp
 

Classes in com.sun.grizzly.arp that implement Interceptor
 class AsyncInterceptor
          Determine if a request can be executed using an AsyncHandler or not.
 

Fields in com.sun.grizzly.arp declared as Interceptor
protected  Interceptor<ByteBuffer,SocketChannel> AsyncProtocolFilter.interceptor
          Interceptor used when determining if a request must be handled directly inside this ProtocolFilter.
 

Methods in com.sun.grizzly.arp that return Interceptor
 Interceptor<ByteBuffer,SocketChannel> AsyncProtocolFilter.getInterceptor()
          Return the current Interceptor
 

Methods in com.sun.grizzly.arp with parameters of type Interceptor
 void AsyncProtocolFilter.setInterceptor(Interceptor<ByteBuffer,SocketChannel> interceptor)
          Set the Interceptor used to decide if the request must be handled by this ProtocolFilter directly.
 

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 ContentLengthAlgorithm.getHandler()
          Return the Interceptor used by this algorithm.
 Interceptor NoParsingAlgorithm.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.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 © 2012 Oracle Corporation. All Rights Reserved.