Jump to content

Netty (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Hervegirod (talk | contribs) at 19:53, 25 January 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Netty
Developer(s)Netty Project Community
Stable release
4.1.58.Final / January 13, 2021; 3 years ago (2021-01-13)[1]
Preview release
5.0.0.Alpha3 / January 14, 2016; 8 years ago (2016-01-14)
RepositoryNetty Repository
Written inJava
TypeEnterprise Integration Patterns Message Oriented Middleware
LicenseApache License 2.0
Websitenetty.io Edit this on Wikidata

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 HTTP, HTTP2, DNS and more protocols support, including the ability to run inside a servlet container, support for WebSockets, integration with Google Protocol Buffers, SSL/TLS support, support for SPDY protocol and support for 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

References

  1. ^ "Netty 4.1.58.Final released". Netty.io. Retrieved 2021-01-25.
  2. ^ "Netty Project". Netty Project Community.
  3. ^ "Netty 2 1.0 Released".

External links