akka.remote.testconductor
Class RemoteConnection

java.lang.Object
  extended by akka.remote.testconductor.RemoteConnection

public class RemoteConnection
extends java.lang.Object

INTERNAL API.


Constructor Summary
RemoteConnection()
           
 
Method Summary
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 org.jboss.netty.channel.ChannelFuture 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 org.jboss.netty.channel.ChannelFuture shutdown(org.jboss.netty.channel.Channel channel)