OpenSearch/modules/transport-netty3
Simon Willnauer f5daa165f1 Remove ability to plug-in TransportService (#20505)
TransportService is such a central part of the core server, replacing
it's implementation is risky and can cause serious issues. This change removes the ability to
plug in TransportService but allows registering a TransportInterceptor that enables
plugins to intercept requests on both the sender and the receiver ends. This is a commonly used
and overwritten functionality but encapsulates the custom code in a contained manner.
2016-09-16 09:47:53 +02:00
..
licenses Rename transport-netty to transport-netty3 2016-07-14 22:03:14 -04:00
src Remove ability to plug-in TransportService (#20505) 2016-09-16 09:47:53 +02:00
build.gradle Introduce Log4j 2 2016-08-30 13:31:24 -04:00