Class NettyFutureBridge


  • public class NettyFutureBridge
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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)  
      • 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)