n

netty-http-pipelining

This library provides a handler and some new message types that enable http pipelining in Netty
https://github.com/typesafehub/netty-http-pipelining
Apache 2
Typesafe
Christopher Hunt
Files download
File Operation
netty-http-pipelining-1.1.4.jar download
netty-http-pipelining-1.1.4.pom download
netty-http-pipelining-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.netty</groupId>
  <artifactId>netty-http-pipelining</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.netty:netty-http-pipelining:1.1.4'
Gradle Kotlin
implementation("com.typesafe.netty:netty-http-pipelining:1.1.4")
Scala SBT
libraryDependencies += "com.typesafe.netty" % "netty-http-pipelining" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.netty', module='netty-http-pipelining', version='1.1.4')
)
Apache Ivy
<dependency org="com.typesafe.netty" name="netty-http-pipelining" rev="1.1.4" />
Leiningen
[com.typesafe.netty/netty-http-pipelining "1.1.4"]
Apache Buildr
'com.typesafe.netty:netty-http-pipelining:jar:1.1.4'
Dependencies