Class NettyFutureBridge$


  • public class NettyFutureBridge$
    extends java.lang.Object
    Deprecated.
    Classic remoting is deprecated, use Artery. Since 2.6.0.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NettyFutureBridge$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      NettyFutureBridge$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      scala.concurrent.Future<org.jboss.netty.channel.Channel> apply​(org.jboss.netty.channel.ChannelFuture nettyFuture)
      Deprecated.
       
      scala.concurrent.Future<org.jboss.netty.channel.group.ChannelGroup> apply​(org.jboss.netty.channel.group.ChannelGroupFuture nettyFuture)
      Deprecated.
       
      • 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$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • NettyFutureBridge$

        public NettyFutureBridge$()
        Deprecated.
    • Method Detail

      • apply

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

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