Summary 总结
Rich Buffer..
Netty 4.x 用户指南 (Netty 4.x User Guide)
Architectural Overview 架构总览
在本章中,我们将研究 Netty 提供的核心功能以及他们是如何构成一个完整的网络应用开发堆栈顶部的核心。你阅读本章时,请把这个图记住。
书籍推荐
Netty 实战(精髓)
waylau
•
netty
•
101页
•
2018年5月3日
817
米斯特白帽培训讲义
wizardforcel
•
linux
•
24页
•
2018年5月3日
99
Java 8:新特性教程
shekhargulati
•
java
•
9页
•
2018年6月6日
1241
Python - 100天从新手到大师
jackfrued
•
python
•
75页
•
2019年5月26日
33569
计算与推断思维
Kivy Developers From China
•
cplusplus
•
19页
•
2018年5月3日
243
Go社区的知识图谱
golang foundation
•
go
•
1页
•
2018年5月3日
1356
小字
大字
宋体
黑体
白天
护眼
夜晚
封面
简介
Preface 前言
The Problem 问题
The Solution 解决
Getting Started 开始
Before Getting Started 开始之前
Writing a Discard Server 写个抛弃服务器
Looking into the Received Data 查看收到的数据
Writing an Echo Server 写个应答服务器
Writing a Time Server 写个时间服务器
Writing a Time Client 写个时间客户端
Dealing with a Stream-based Transport 处理一个基于流的传输
Speaking in POJO instead of ByteBuf 用POJO代替ByteBuf
Shutting Down Your Application 关闭你的应用
Summary 总结
Architectural Overview 架构总览
Rich Buffer Data Structure 丰富的缓冲实现
Universal Asynchronous I/O API 统一的异步 I/O API
Event Model based on the Interceptor Chain Pattern 基于拦截链模式的事件模型
Advanced Components for More Rapid Development 适用快速开发的高级组件
Summary 总结