Class NettyFutureBridge$


  • public class NettyFutureBridge$
    extends java.lang.Object
    • Field Summary

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

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