Package akka.remote.transport.netty
Class NettyFutureBridge
- java.lang.Object
-
- akka.remote.transport.netty.NettyFutureBridge
-
public class NettyFutureBridge extends java.lang.Object
Deprecated.Classic remoting is deprecated, use Artery. Since 2.6.0.
-
-
Constructor Summary
Constructors Constructor Description NettyFutureBridge()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static scala.concurrent.Future<org.jboss.netty.channel.Channel>
apply(org.jboss.netty.channel.ChannelFuture nettyFuture)
Deprecated.static scala.concurrent.Future<org.jboss.netty.channel.group.ChannelGroup>
apply(org.jboss.netty.channel.group.ChannelGroupFuture nettyFuture)
Deprecated.
-
-
-
Method Detail
-
apply
public static scala.concurrent.Future<org.jboss.netty.channel.Channel> apply(org.jboss.netty.channel.ChannelFuture nettyFuture)
Deprecated.
-
apply
public static scala.concurrent.Future<org.jboss.netty.channel.group.ChannelGroup> apply(org.jboss.netty.channel.group.ChannelGroupFuture nettyFuture)
Deprecated.
-
-