Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f0d3fec9da140

Jump to content

// Workers AI · dad joke modeWhat did Netty say to the bug? You're caught in my web.

From Wikipedia, the free encyclopedia
(Redirected from JBoss Netty)
Netty
Original authorTrustin Heuiseung Lee
DeveloperNetty Project Community
Stable release
4.2.9[1] Edit this on Wikidata / 15 December 2025; 7 months ago (15 December 2025)
Preview release
5.0.0.Alpha5 / September 28, 2022; 3 years ago (2022-09-28)
Written inJava
TypeEnterprise Integration Patterns Message Oriented Middleware
LicenseApache License 2.0
Websitenetty.io Edit this on Wikidata
RepositoryNetty Repository

Netty is a non-blocking I/O client-server framework for the development of Java network applications such as protocol servers and clients. The asynchronous event-driven network application framework and tools are used to simplify network programming such as TCP and UDP socket servers.[2] Netty includes an implementation of the reactor pattern of programming. Originally developed by JBoss, Netty is now developed and maintained by the Netty Project Community.

Besides being an asynchronous network application framework, Netty also includes built-in implementations of SSL/TLS, HTTP, HTTP/2, HTTP/3, WebSockets, DNS, Protocol Buffers, SPDY and other protocols. Netty is not a Java web container, but is able to run inside one, and supports message compression. Netty has been actively developed since 2004.[3]

Beginning with version 4.0.0, Netty also supports the usage of NIO.2 as a backend, along with NIO and blocking Java sockets.

See also

[edit]

References

[edit]
  1. "Release 4.2.9". 15 December 2025. Retrieved 16 December 2025.
  2. "Netty Project". Netty Project Community.
  3. "Netty 2 1.0 Released".
[edit]