Uses of Interface
org.glassfish.grizzly.filterchain.FilterChain

Packages that use FilterChain
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.utils   
 

Uses of FilterChain in org.glassfish.grizzly.filterchain
 

Classes in org.glassfish.grizzly.filterchain that implement FilterChain
 class AbstractFilterChain
          Abstract FilterChain implementation, which redirects Processor.process(org.glassfish.grizzly.Context) call to the execute(org.glassfish.grizzly.filterchain.FilterChainContext)
 class DefaultFilterChain
          Default FilterChain implementation
 class ListFacadeFilterChain
          FilterChain facade, which implements all the List related methods.
 

Methods in org.glassfish.grizzly.filterchain that return FilterChain
abstract  FilterChain FilterChainBuilder.build()
           
 FilterChain FilterChainBuilder.StatelessFilterChainBuilder.build()
           
 FilterChain FilterChainContext.getFilterChain()
          Get FilterChain, which runs the Filter.
 FilterChain BaseFilter.getFilterChain()
          Returns the FilterChain, which is executing this Filter on the current thread.
 

Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChain
 void Filter.onAdded(FilterChain filterChain)
          Method is called, when the Filter has been added to the passed FilterChain.
 void BaseFilter.onAdded(FilterChain filterChain)
           
 void Filter.onFilterChainChanged(FilterChain filterChain)
          Method is called, when the FilterChain this Filter is part of, has been changed.
 void BaseFilter.onFilterChainChanged(FilterChain filterChain)
           
 void Filter.onRemoved(FilterChain filterChain)
          Method is called, when the Filter has been removed from the passed FilterChain.
 void BaseFilter.onRemoved(FilterChain filterChain)
           
 

Uses of FilterChain in org.glassfish.grizzly.utils
 

Methods in org.glassfish.grizzly.utils with parameters of type FilterChain
 void LogFilter.onAdded(FilterChain filterChain)
           
 void LogFilter.onFilterChainChanged(FilterChain filterChain)
           
 void LogFilter.onRemoved(FilterChain filterChain)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.