public class NettyFutureBridge$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static NettyFutureBridge$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
NettyFutureBridge$() |
| Modifier and Type | Method and Description |
|---|---|
scala.concurrent.Future<org.jboss.netty.channel.Channel> |
apply(org.jboss.netty.channel.ChannelFuture nettyFuture) |
scala.concurrent.Future<org.jboss.netty.channel.group.ChannelGroup> |
apply(org.jboss.netty.channel.group.ChannelGroupFuture nettyFuture) |
public static final NettyFutureBridge$ MODULE$