Class DirectProxyHandler


  • public class DirectProxyHandler
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.Map<io.netty.channel.ChannelId,​io.netty.channel.ChannelId> inboundOutboundChannelMap  
      static java.lang.String TLS_HANDLER  
    • Constructor Summary

      Constructors 
      Constructor Description
      DirectProxyHandler​(ProxyService service, ProxyConnection proxyConnection, java.lang.String targetBrokerUrl, int protocolVersion, java.util.function.Supplier<io.netty.handler.ssl.SslHandler> sslHandlerSupplier)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • inboundOutboundChannelMap

        protected static java.util.Map<io.netty.channel.ChannelId,​io.netty.channel.ChannelId> inboundOutboundChannelMap
    • Constructor Detail

      • DirectProxyHandler

        public DirectProxyHandler​(ProxyService service,
                                  ProxyConnection proxyConnection,
                                  java.lang.String targetBrokerUrl,
                                  int protocolVersion,
                                  java.util.function.Supplier<io.netty.handler.ssl.SslHandler> sslHandlerSupplier)