akka.remote.transport.netty
Class NettyFutureBridge

java.lang.Object
  extended by akka.remote.transport.netty.NettyFutureBridge

public class NettyFutureBridge
extends java.lang.Object


Constructor Summary
NettyFutureBridge()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFutureBridge

public NettyFutureBridge()
Method Detail

apply

public static scala.concurrent.Future<org.jboss.netty.channel.Channel> apply(org.jboss.netty.channel.ChannelFuture nettyFuture)

apply

public static scala.concurrent.Future<org.jboss.netty.channel.group.ChannelGroup> apply(org.jboss.netty.channel.group.ChannelGroupFuture nettyFuture)