Change the default channel in Netty4HttpServerTransport file

I am trying to configure SSL for elasticsearch ,so i extend Netty4HttpServerTransport class to add my own channel,but i want to add my custom class to Netty4HttpServerTransport file,so that it gets called as default channel, something like this HttpServerModule.setHttpServerTransport(CustomNettyHttpServerTransport.class, "ssl");

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.