OpenSearch/test
Simon Willnauer 40ec639c89 Factor out abstract TCPTransport* classes to reduce the netty footprint (#19096)
Today we have a ton of logic inside the NettyTransport* codebase. The footprint
of the code that has a direct netty dependency is large and alternative implementations
are pretty hard today since they need to know all about our proticol etc.
This change moves most of the code into TCPTransport* baseclasses and moves all
the protocol send code together. The base classes now contain the majority of the logic
while NettyTransport* classes remain to implement the glue code, configuration and optimization.
2016-06-30 13:41:53 +02:00
..
fixtures in the plugin: guard against HADOOP_HOME in environment on any platform. 2015-12-21 02:21:53 -05:00
framework Factor out abstract TCPTransport* classes to reduce the netty footprint (#19096) 2016-06-30 13:41:53 +02:00
logger-usage Re-enable logger usage checks 2016-06-28 16:48:05 +02:00
build.gradle Build: Add pom generation to assemble task 2016-05-05 17:57:44 -07:00