Description
While there's a way to configure NettyTransceiver to use SSL by using NettyTransceiver's constructor NettyTransceiver(InetSocketAddress addr, ChannelFactory channelFactory) and providing channelFactory that ensures SslHandler is in the pipeline, there's no symmetrical capability in NettyServer.
Adding constructor to NettyServer that would take in ChannelFactory could resolve the issue.