| AbstractHttpClient |
Base class with empty method implementations.
|
| BufferBridge |
Support class bridging a buffer writer and dataHandler / endHandler pair.
|
| ClientRequestCreator |
Wrapper for the HttpClient to create client requests.
|
| DummyHttpServerRequest |
Dummy class implementing HttpServerRequest.
|
| DummyHttpServerResponse |
Dummy class implementing HttpServerResponse.
|
| FastFailHttpServerRequest |
A HttpServerRequest throwing an exception no matter which method got
called.
|
| HeaderFunctions |
Helper class to create function chains for (Http) header (see MultiMap) manipulations
function chains can be created programmatically or via JSON config.
|
| HeaderFunctions.EvalScope |
|
| HttpRequest |
Represents a "disconnected" request, i.e.
|
| LocalHttpClient |
Created by bovetl on 22.01.2015.
|
| LocalHttpClientRequest |
Bridges a HttpClientRequest to a HttpServerRequest sent to a request handler.
|
| LocalHttpConnection |
this is a mock-connection object which silently ignores (nearly) HTTP/1.1 relevant method calls and never throws exceptions
we need this to be able to set appropriate exception- and close-handlers in e.g.
|
| LocalHttpServerResponse |
Bridges the reponses of a LocalHttpClientRequest.
|
| RequestLoggerFactory |
Provides logger with request uniqueid.
|
| RequestLoggerWrapper |
|
| UriBuilder |
Helper Class for URI manipulations
|