OpenSearch/test/framework
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
..
src Remove ability to plug-in TransportService (#20505) 2016-09-16 09:47:53 +02:00
build.gradle Group client projects under :client 2016-06-22 14:26:41 -04:00