| Interface | Description |
|---|---|
| HttpRequest |
HTTP request.
|
| HttpResponse |
HTTP response.
|
| HttpSpy |
HTTP Spy - a spy for an HTTP server.
|
| RequestExpectation |
Request expectation.
|
| RequestExpectationBuilder |
Request expectation builder.
|
| RequestExpectationListBuilder |
Builder that constructs a list of request expectations.
|
| ResponseBuilder |
Response builder.
|
| ValueExpectation |
Expectation for a value of some string attribute.
|
| Class | Description |
|---|---|
| AbstractRequestExpectationListBuilder |
Abstract class that has implementations for almost all methods of
RequestExpectationListBuilder. |
| CamelJettyHttpRequest |
Implementation of
HttpRequest to use with CamelJettyHttpSpy. |
| CamelJettyHttpResponse |
Implementation of
HttpResponse to use with CamelJettyHttpSpy. |
| CamelJettyHttpSpy |
Implementation of
HttpSpy based on camel-jetty component. |
| DefaultRequestExpectation |
Default implementation of
RequestExpectation. |
| DefaultRequestExpectationBuilder |
Default implementation of
RequestExpectationBuilder. |
| DefaultResponseBuilder |
Default implementation of
ResponseBuilder. |
| HttpRequestHeaderMatcher |
Matcher to verify that a request has a header with a specified value.
|
| HttpRequestMatcher |
Matcher to verify a value of some attribute of
actually
received requests. |
| JsonEqualMatcher |
Matcher to verify that a string equals to JSON value.
|
| StrictHeadersMatcher |
Matcher to verify that a request has only headers with specified names.
|
| WithoutHeaderRequestMatcher |
Matcher to verify that a request does have the specified header.
|
| XmlEqualMatcher |
Matcher to verify that a string equals to XML value.
|
Copyright © 2016. All rights reserved.