Uses of Class
org.apache.abdera.protocol.server.FilterChain

Packages that use FilterChain
org.apache.abdera.examples.appserver.custom   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.filters   
 

Uses of FilterChain in org.apache.abdera.examples.appserver.custom
 

Methods in org.apache.abdera.examples.appserver.custom with parameters of type FilterChain
 ResponseContext CustomProvider.SimpleFilter.filter(RequestContext request, FilterChain chain)
           
 

Uses of FilterChain in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server with parameters of type FilterChain
 ResponseContext Filter.filter(RequestContext request, FilterChain chain)
          Process the filter request.
 

Uses of FilterChain in org.apache.abdera.protocol.server.filters
 

Methods in org.apache.abdera.protocol.server.filters with parameters of type FilterChain
 ResponseContext OpenSearchFilter.filter(RequestContext request, FilterChain chain)
           
 ResponseContext MethodOverrideFilter.filter(RequestContext request, FilterChain chain)
           
 ResponseContext CompressionFilter.filter(RequestContext request, FilterChain chain)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.