netty source parsing (directory)

Almost every network programming is a growing technology developers are not avoid the issue. Java inside the field, there is a lot of network programming RPC frame or frame. netty a typical network programming framework have been widely used as one.

netty pattern using nio support high concurrency, and zero-copy technique using the advantages of fast acquisition, while a package of the netty a very simple api, netty so easy to use.

This series of articles will read netty related content in the following directory

  table of Contents

  1. Netty example of a build httpServer
  2. httpServer startup process
  3. httpServerDecoder source parsing
  4. httpServerEncoder source parsing
  5. httpObjectAggregator source parsing
  6. processing the response data httpHandler
  7. How to build a custom protocol with netty Server
  8. To be continued ...

Guess you like

Origin www.cnblogs.com/lay2017/p/12632135.html