Registry / networking / netty-codec-http2

netty-codec-http2

JSON →
library4.1.135.Finaljavamavenunverified

Netty codec for HTTP/2 protocol, enabling high-performance HTTP/2 server and client implementations.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http2</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-HTTP2
N
netty-codec-http2
networkingjavav4.1.135.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Http2FrameCodecBuilder
io.netty.handler.codec.http2.Http2FrameCodecBuilder

Adds HTTP/2 frame codec to a Netty pipeline.

import io.netty.handler.codec.http2.Http2FrameCodecBuilder; import io.netty.channel.ChannelPipeline; ChannelPipeline pipeline = ...; pipeline.addLast(Http2FrameCodecBuilder.forServer().build());
Debug
Known issues
breakingBreaking changes between Netty 4.0.x and 4.1.x; API may differ.
fix
Use version 4.1.x and check migration notes.
affects: <4.1.0
Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
netty-codec-http2 — mvn dependency:get netty-codec-http2 · libregistry