Registry / networking / netty-codec-http

netty-codec-http

JSON →
library4.1.135.Finaljavamavenunverified

Provides HTTP codec (encoder/decoder) support for the Netty asynchronous network application framework.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-HTTP
N
netty-codec-http
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.

HttpRequestDecoder
io.netty.handler.codec.http.HttpRequestDecoder

Shows how to add an HTTP request decoder to a Netty channel pipeline.

import io.netty.handler.codec.http.HttpRequestDecoder; import io.netty.channel.ChannelInitializer; import io.netty.channel.socket.SocketChannel; public class Quickstart extends ChannelInitializer<SocketChannel> { @Override protected void initChannel(SocketChannel ch) { ch.pipeline().addLast(new HttpRequestDecoder()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
netty-codec-http — mvn dependency:get netty-codec-http · libregistry