|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpResponseProvider | |
|---|---|
| com.github.kristofa.test.http | |
| com.github.kristofa.test.http.file | Provides implementations for storing http request/responses to disk using
LoggingHttpProxy and replaying them using
MockHttpServer. |
| Uses of HttpResponseProvider in com.github.kristofa.test.http |
|---|
| Classes in com.github.kristofa.test.http that implement HttpResponseProvider | |
|---|---|
class |
AbstractHttpResponseProvider
Abstract HttpResponseProvider that contains the following functionality:
Exactly matching HttpRequests
In case of non exact match use submitted HttpRequestMatchingFilter to perform matching.
Support multiple times the same request with potentially different responses that are returned in a fixed order. |
class |
DefaultHttpResponseProvider
A HttpResponseProvider that supports http request with all properties. |
class |
SimpleHttpResponseProvider
HttpResponseProvider that keeps expected request/responses in memory. |
| Methods in com.github.kristofa.test.http with parameters of type HttpResponseProvider | |
|---|---|
MockAndProxyFacade.Builder |
MockAndProxyFacade.Builder.httpResponseProvider(HttpResponseProvider responseProvider)
Sets the HttpResponseProvider that will be used for MockHttpServer. |
| Constructors in com.github.kristofa.test.http with parameters of type HttpResponseProvider | |
|---|---|
MockHttpServer(int port,
HttpResponseProvider responseProvider)
Creates a new instance. |
|
| Uses of HttpResponseProvider in com.github.kristofa.test.http.file |
|---|
| Classes in com.github.kristofa.test.http.file that implement HttpResponseProvider | |
|---|---|
class |
FileHttpResponseProvider
HttpResponseProvider that is able to serve responses for requests/responses previously saved by
HttpRequestResponseFileLogger. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||