Netty Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


High throughput non-blocking I/O. Servers and clients. Channel. ChannelPipeline that holds ChannelHandler instances. Events. Event lifecycle.
High throughput non-blocking I/O. Servers and clients. Channel. ChannelPipeline that holds ChannelHandler instances. Events. Event lifecycle.
Transport and NIO Transport.

Revision as of 06:23, 15 September 2020

Internal

Overview

High throughput non-blocking I/O. Servers and clients. Channel. ChannelPipeline that holds ChannelHandler instances. Events. Event lifecycle.

Transport and NIO Transport.