Combat: Java source code to read in-depth analysis of Netty

  • Chapter 1 Introduction Course

    Introduction and Executive Summary prerequisite knowledge required for this course

    •  1-1 Netty depth analysis Look
  • Chapter 2 Netty basic components

    Examples of the use of a simple socket Netty which summarizes the basic components, including NioEventLoop, Channel, ByteBuf, Pipeline, ChannelHandler

    •  Examples of a simple socket 2-1
    •  2-2 Netty for socket abstraction
    •  2-3 Netty Components brief
  • Chapter 3 Netty server startup

    Analysis server startup process, including the creation of Channel server initialization, and register to the selector

    •  3-1 start demo server
    •  3-2 Create a server-side Channel's Look
    •  3-3 Channel server initialization
    •  3-4 Registration selector
    •  Binding Service Port 3-5
    •  3-6 to start the server summary
  • Chapter 4 NioEventLoop

    Analysis Netty reactor thread processing, including event monitoring, event handling, handling routine tasks and timing-tasking

    •  4-1 NioEventLoop Overview
    •  4-2 NioEventLoop Creation Overview
    •  4-3 ThreadPerTaskThread
    •  4-4 Creating NioEventLoop thread
    •  4-5 to create a thread selector
    •  4-6 NioEventLoop start
    •  4-7 NioEventLoop Executive Summary
    •  4-8 IO event detection
    •  4-9 IO event processing
    •  4-10 -reactor task execution thread
    •  4-11 -NioEventLoop summary

Guess you like

Origin www.cnblogs.com/kaerl/p/11582933.html