Netty Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Overview= | =Overview= | ||
High throughput non-blocking I/O. Servers and clients. Channel. ChannelHandler. Events. Event lifecycle. | High throughput non-blocking I/O. Servers and clients. Channel. ChannelPipeline that holds ChannelHandler instances. Events. Event lifecycle. |
Revision as of 06:07, 15 September 2020
Internal
Overview
High throughput non-blocking I/O. Servers and clients. Channel. ChannelPipeline that holds ChannelHandler instances. Events. Event lifecycle.