org.apache.abdera.protocol.server
Class FilterChain

java.lang.Object
  extended by org.apache.abdera.protocol.server.FilterChain

public final class FilterChain
extends Object


Constructor Summary
FilterChain(Provider provider, RequestContext request)
           
 
Method Summary
 ResponseContext next(RequestContext request)
          Invoke the next filter in the chain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChain

public FilterChain(Provider provider,
                   RequestContext request)
Method Detail

next

public ResponseContext next(RequestContext request)
Invoke the next filter in the chain. If there are no more filters in the chain, pass the request context on to the Provider for processing.



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