Package akka.remote.testconductor
Class RemoteConnection$
- java.lang.Object
-
- akka.remote.testconductor.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.
-
Constructor Summary
Constructors Constructor Description RemoteConnection$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.netty.channel.Channel
apply(Role role, java.net.InetSocketAddress sockaddr, int poolSize, org.jboss.netty.channel.ChannelUpstreamHandler handler)
java.lang.String
getAddrString(org.jboss.netty.channel.Channel channel)
void
shutdown(org.jboss.netty.channel.Channel channel)
-
-
-
Field Detail
-
MODULE$
public static final RemoteConnection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public org.jboss.netty.channel.Channel apply(Role role, java.net.InetSocketAddress sockaddr, int poolSize, org.jboss.netty.channel.ChannelUpstreamHandler handler)
-
getAddrString
public java.lang.String getAddrString(org.jboss.netty.channel.Channel channel)
-
shutdown
public void shutdown(org.jboss.netty.channel.Channel channel)
-
-