|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.github.kristofa.test.http | |
|---|---|
| com.github.kristofa.test.http | |
| com.github.kristofa.test.http.client | Defines a HttpClient interface and an implementation that adapts to using the Apache HttpClient. |
| com.github.kristofa.test.http.file | Provides implementations for storing http request/responses to disk using
LoggingHttpProxy and replaying them using
MockHttpServer. |
| Classes in com.github.kristofa.test.http used by com.github.kristofa.test.http | |
|---|---|
| ForwardHttpRequestBuilder
Responsible for building forwarding http requests. |
|
| FullHttpRequest
A Full HTTP Request extends a HttpRequest with domain (host), port. |
|
| FullHttpRequestImpl
Represents a HTTP request. |
|
| HttpMessageHeader
Represents http message header entry. |
|
| HttpMessageHeaderField
List of often used http message header fields. |
|
| HttpRequest
Contains the HTTP request properties required to identify or compare a HTTP request. |
|
| HttpRequestImpl
|
|
| HttpRequestResponseLogger
Logs a HttpRequest / HttpResponse combination. |
|
| HttpRequestResponseLoggerFactory
Responsible for creating HttpRequestResponseLogger instances. |
|
| HttpResponse
HTTP response. |
|
| HttpResponseProvider
Provides responses for given http requests. |
|
| LoggingHttpProxy
Http proxy that supports logging requests/reponses. |
|
| MediaType
The media type is the value of Content-Type http message header and is defined of 2 or more parts. |
|
| Method
Defines http methods. |
|
| MockAndProxyFacade
Facade that lets you easily configure and use either the LoggingHttpProxy for using real services and logging
requests/responses or the MockHttpServer for running your code against mocked http requests/responses. |
|
| MockAndProxyFacade.Builder
|
|
| MockAndProxyFacade.Mode
Specifies the mode in which MockAndProxyFacade should be operating. |
|
| QueryParameter
Defines a query parameter key/value. |
|
SimpleHttpResponseProvider
HttpResponseProvider that keeps expected request/responses in memory. |
|
| UnsatisfiedExpectationException
Indicates there are http requests that we expected but did not get and/or that we got unexpected
http requests. |
|
| Classes in com.github.kristofa.test.http used by com.github.kristofa.test.http.client | |
|---|---|
| FullHttpRequest
A Full HTTP Request extends a HttpRequest with domain (host), port. |
|
| Classes in com.github.kristofa.test.http used by com.github.kristofa.test.http.file | |
|---|---|
| HttpRequest
Contains the HTTP request properties required to identify or compare a HTTP request. |
|
| HttpRequestResponseLogger
Logs a HttpRequest / HttpResponse combination. |
|
| HttpRequestResponseLoggerFactory
Responsible for creating HttpRequestResponseLogger instances. |
|
| HttpResponse
HTTP response. |
|
| HttpResponseProvider
Provides responses for given http requests. |
|
| UnsatisfiedExpectationException
Indicates there are http requests that we expected but did not get and/or that we got unexpected
http requests. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||