Uses of Interface
org.glassfish.grizzly.web.container.util.Interceptor

Packages that use Interceptor
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.standalone   
 

Uses of Interceptor in org.glassfish.grizzly.web
 

Fields in org.glassfish.grizzly.web declared as Interceptor
protected  Interceptor WebFilterConfig.interceptor
           
 

Methods in org.glassfish.grizzly.web that return Interceptor
 Interceptor ProcessorTask.getHandler()
          Return the Interceptor used by this instance.
 Interceptor WebFilterConfig.getInterceptor()
           
 

Methods in org.glassfish.grizzly.web with parameters of type Interceptor
 void ProcessorTask.setHandler(Interceptor handler)
          Set the Interceptor used by this class.
 void WebFilterConfig.setInterceptor(Interceptor interceptor)
           
 

Uses of Interceptor in org.glassfish.grizzly.web.standalone
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.