public class RemoteConnection$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RemoteConnection$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
RemoteConnection$() |
Modifier and Type | Method and 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) |
org.jboss.netty.channel.ChannelFuture |
shutdown(org.jboss.netty.channel.Channel channel) |
public static final RemoteConnection$ MODULE$
public org.jboss.netty.channel.Channel apply(Role role, java.net.InetSocketAddress sockaddr, int poolSize, org.jboss.netty.channel.ChannelUpstreamHandler handler)
public java.lang.String getAddrString(org.jboss.netty.channel.Channel channel)
public org.jboss.netty.channel.ChannelFuture shutdown(org.jboss.netty.channel.Channel channel)