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

Packages that use FilterChain
org.apache.abdera.examples.appserver.custom   
org.apache.abdera.ext.json   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.filters   
org.apache.abdera.security.util.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.ext.json
 

Methods in org.apache.abdera.ext.json with parameters of type FilterChain
 ResponseContext JSONFilter.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)
           
 

Uses of FilterChain in org.apache.abdera.security.util.filters
 

Methods in org.apache.abdera.security.util.filters with parameters of type FilterChain
 ResponseContext AbstractEncryptedResponseFilter.filter(RequestContext request, FilterChain chain)
           
 ResponseContext DHEncryptedResponseFilter.filter(RequestContext request, FilterChain chain)
           
 ResponseContext SignedRequestFilter.filter(RequestContext request, FilterChain chain)
           
 ResponseContext SignedResponseFilter.filter(RequestContext request, FilterChain chain)
           
 ResponseContext AbstractEncryptedRequestFilter.filter(RequestContext request, FilterChain chain)
           
 ResponseContext DHEncryptedRequestFilter.filter(RequestContext request, FilterChain chain)
           
 



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