网站Logo 忘记带红领巾了
首页
java
基础mysqljvmspringkafkanginxmybatisclouddubbozookeepermavenredisrabbitMqnetty支付报表工作流nacos
英语
旅行
足迹旅记
游戏
音乐
日记
关于
登录

netty-4

四. 优化与源码 1. 优化 1.1 扩展序列化算法 序列化,反序列化主要用在消息正文的转换上

2023-01-22
0
0
netty

netty-3

1. 粘包与半包 1.1 粘包现象 服务端代码 public class HelloWorldServer {    static final Logger log = LoggerFactory.getLogger(HelloWorldServer.class);    void start(

2023-01-11
0
0
netty

netty-2

1. 概述 1.1 Netty 是什么? Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protoc

2023-01-10
0
0
netty

netty-1

# 一. NIO 基础 non-blocking io 非阻塞 IO ## 1. 三大组件 ### 1.1 Channel & Buffer channel 有一点类似于 stream,它就是读写数据的**双向通道**,可以从 channel 将数据读入 buffer,也可以将 buffer 的数据

2023-01-08
0
0
netty