Class RemoteConnection$


  • public class RemoteConnection$
    extends java.lang.Object
    INTERNAL API.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RemoteConnection$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RemoteConnection apply​(Role role, java.net.InetSocketAddress sockaddr, int poolSize, io.netty.channel.ChannelInboundHandler handler)  
      java.lang.String getAddrString​(io.netty.channel.Channel channel)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final RemoteConnection$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • RemoteConnection$

        public RemoteConnection$()
    • Method Detail

      • apply

        public RemoteConnection apply​(Role role,
                                      java.net.InetSocketAddress sockaddr,
                                      int poolSize,
                                      io.netty.channel.ChannelInboundHandler handler)
      • getAddrString

        public java.lang.String getAddrString​(io.netty.channel.Channel channel)