|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestMatchingFilter | |
|---|---|
| com.github.kristofa.test.http | |
| Uses of HttpRequestMatchingFilter in com.github.kristofa.test.http |
|---|
| Classes in com.github.kristofa.test.http that implement HttpRequestMatchingFilter | |
|---|---|
class |
AbstractHttpRequestMatchingFilter
Abstract HttpRequestMatchingFilter implementation which is able to deal with setting and returning next
HttpRequestMatchingFilter in chain. |
class |
AllExceptContentTypeHeaderFilter
HttpRequestMatchingFilter that will remove all http headers except Content-Type from original and other http
request. |
class |
AllExceptOriginalHeadersFilter
HttpRequestMatchingFilter that will remove http headers in 'other request' with given key in case headers with
same key are not present in original request. |
| Methods in com.github.kristofa.test.http that return HttpRequestMatchingFilter | |
|---|---|
HttpRequestMatchingFilter |
HttpRequestMatchingFilter.next()
Get next instance in chain. |
HttpRequestMatchingFilter |
AbstractHttpRequestMatchingFilter.next()
|
| Methods in com.github.kristofa.test.http with parameters of type HttpRequestMatchingFilter | |
|---|---|
void |
AbstractHttpResponseProvider.addHttpRequestMatchingFilter(HttpRequestMatchingFilter filter)
Adds a HttpRequestMatchingFilter to the chain of http request matching
filters. |
void |
HttpRequestMatchingFilter.setNext(HttpRequestMatchingFilter filter)
Http request match filters can be chained. |
void |
AbstractHttpRequestMatchingFilter.setNext(HttpRequestMatchingFilter filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||