akka.remote.transport.netty
Class NettyFutureBridge$

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

public class NettyFutureBridge$
extends java.lang.Object


Field Summary
static NettyFutureBridge$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
NettyFutureBridge$()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final NettyFutureBridge$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

NettyFutureBridge$

public NettyFutureBridge$()
Method Detail

apply

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

apply

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