Class FilterChain
- java.lang.Object
-
- org.apache.abdera.protocol.server.FilterChain
-
@Deprecated public final class FilterChain extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FilterChain(Provider provider, RequestContext request)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseContextnext(RequestContext request)Deprecated.Invoke the next filter in the chain.
-
-
-
Constructor Detail
-
FilterChain
public FilterChain(Provider provider, RequestContext request)
Deprecated.
-
-
Method Detail
-
next
public ResponseContext next(RequestContext request)
Deprecated.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.
-
-