Netty Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
* [[Java NIO and TCP Connections]]
* [[Java NIO and TCP Connections]]
* [[Netty#Subjects|Netty]]
* [[Netty#Subjects|Netty]]
=Overview=
High throughput non-blocking I/O. Servers and clients. Channel. ChannelHandler. Events.

Revision as of 05:49, 15 September 2020

Internal

Overview

High throughput non-blocking I/O. Servers and clients. Channel. ChannelHandler. Events.