Class RemoteConnection


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jboss.netty.channel.Channel apply​(Role role, java.net.InetSocketAddress sockaddr, int poolSize, org.jboss.netty.channel.ChannelUpstreamHandler handler)  
      static java.lang.String getAddrString​(org.jboss.netty.channel.Channel channel)  
      static void shutdown​(org.jboss.netty.channel.Channel channel)  
      • Methods inherited from class java.lang.Object

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

      • RemoteConnection

        public RemoteConnection()
    • Method Detail

      • apply

        public static org.jboss.netty.channel.Channel apply​(Role role,
                                                            java.net.InetSocketAddress sockaddr,
                                                            int poolSize,
                                                            org.jboss.netty.channel.ChannelUpstreamHandler handler)
      • getAddrString

        public static java.lang.String getAddrString​(org.jboss.netty.channel.Channel channel)
      • shutdown

        public static void shutdown​(org.jboss.netty.channel.Channel channel)