|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpRequestMatchingContext
Context for matching a http request.
If contains a request and another request and a response. Both requests did originally not equal.Http Request matching contexts can change through out the chain of
http request matching filters that are executed.
HttpRequestMatchingFilter,
AbstractHttpResponseProvider| Method Summary | |
|---|---|
HttpRequest |
originalRequest()
A request that was expected. |
HttpRequest |
otherRequest()
Another request that we received and that initially did not match original request. |
HttpResponse |
response()
Initial response which can have been modified in the meanwhile. |
| Method Detail |
|---|
HttpRequest originalRequest()
HttpRequest otherRequest()
HttpResponse response()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||