public class NettyFutureBridge
extends java.lang.Object
| Constructor and Description |
|---|
NettyFutureBridge() |
| Modifier and Type | Method and Description |
|---|---|
static scala.concurrent.Future<org.jboss.netty.channel.Channel> |
apply(org.jboss.netty.channel.ChannelFuture nettyFuture) |
static scala.concurrent.Future<org.jboss.netty.channel.group.ChannelGroup> |
apply(org.jboss.netty.channel.group.ChannelGroupFuture nettyFuture) |
public static scala.concurrent.Future<org.jboss.netty.channel.Channel> apply(org.jboss.netty.channel.ChannelFuture nettyFuture)
public static scala.concurrent.Future<org.jboss.netty.channel.group.ChannelGroup> apply(org.jboss.netty.channel.group.ChannelGroupFuture nettyFuture)