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

com.twitter.finagle.http2.package.scala Maven / Gradle / Ivy

There is a newer version: 6.39.0
Show newest version
package com.twitter.finagle

import com.twitter.finagle.Http.param.HttpImpl
import com.twitter.finagle.netty4.http.{Netty4ClientStreamTransport, Netty4ServerStreamTransport}

package object http2 {
  private[finagle] val Http2: HttpImpl = HttpImpl(
    new Netty4ClientStreamTransport(_),
    new Netty4ServerStreamTransport(_),
    Http2Transporter.apply _,
    Http2Listener.apply _,
    "netty4"
  )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy