| Package | Description |
|---|---|
| com.github.kristofa.test.http |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMatchingFilter |
HttpRequestMatchingFilter.next()
Get next instance in chain.
|
HttpRequestMatchingFilter |
AbstractHttpRequestMatchingFilter.next() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2014. All Rights Reserved.