public abstract class AbstractHttpRequestMatchingFilter extends Object implements HttpRequestMatchingFilter
HttpRequestMatchingFilter implementation which is able to deal with setting and returning next
HttpRequestMatchingFilter in chain.
Filter logic needs to be implemented in extending classes.| Constructor and Description |
|---|
AbstractHttpRequestMatchingFilter() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMatchingFilter |
next()
Get next instance in chain.
|
void |
setNext(HttpRequestMatchingFilter filter)
Http request match filters can be chained. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterpublic final void setNext(HttpRequestMatchingFilter filter)
HttpRequestMatchingFilterHttp request match filters can be chained.setNext in interface HttpRequestMatchingFilterfilter - Set next instance in chain.public final HttpRequestMatchingFilter next()
HttpRequestMatchingFilternext in interface HttpRequestMatchingFilternull.Copyright © 2014. All Rights Reserved.