All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.netty3.Conversions.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.finagle.netty3

import org.jboss.netty.channel.ChannelFuture

object Conversions {
  implicit def channelFutureToRichChannelFuture(f: ChannelFuture) = new RichChannelFuture(f)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy