CodingDict
首页
(current)
实战课程
免费教程
中文文档
博客资讯
在线工具
netty中文指南
首页
目录
前言
问题
解决
开始
开始之前
写个抛弃服务器
查看收到的数据
写个应答服务器
写个时间服务器
写个时间客户端
处理一个基于流的传输
用POJO代替ByteBuf
关闭你的应用
总结
架构总览
架构总览
丰富的缓冲实现
统一的异步 I/O API
基于拦截链模式的事件模型
适用快速开发的高级组件
总结
netty中文指南
Docs
»
首页
目录
This is the summary of my book.
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 总结
Others 其他
Netty 实现聊天功能
Netty 实现 WebSocket 聊天功能
Netty 超时机制及心跳程序实现
下一页 »