OpenSearch/core
Simon Willnauer f30b1f82ee Remove HttpServer and HttpServerAdapter in favor of a simple dispatch method (#22636)
Today we have quite some abstractions that are essentially providing a simple
dispatch method to the plugins defining a `HttpServerTransport`. This commit
removes `HttpServer` and `HttpServerAdaptor` and introduces a simple `Dispatcher` functional
interface that delegate to `RestController` by default.

Relates to #18482
2017-01-16 21:06:08 +01:00
..
licenses Update Jackson to 2.8.6 (#22596) 2017-01-13 09:05:48 +01:00
src Remove HttpServer and HttpServerAdapter in favor of a simple dispatch method (#22636) 2017-01-16 21:06:08 +01:00
build.gradle Settings: Add infrastructure for elasticsearch keystore 2016-12-22 16:28:34 -08:00