OpenSearch/modules/transport-netty4
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 Upgrade to Netty 4.1.7 2017-01-12 10:58:21 -05:00
src Remove HttpServer and HttpServerAdapter in favor of a simple dispatch method (#22636) 2017-01-16 21:06:08 +01:00
build.gradle Upgrade to Netty 4.1.7 2017-01-12 10:58:21 -05:00