【netty】netty的websocketframe
1,websocket连接建立流程
备注:1,2负责建立http连接;
3,4负责升级http连接至websocket连接,此时不依赖http连接,依赖于tcp连接通信,http连接还在(除非刷新或重新请求)
2,websocketframe详解
名称 | 解释 |
BinaryWebSocketFrame |
二进制数据 |
CloseWebSocketFrame |
结束 |
ContinuationWebSocketFrame |
数据被拆分为多个websocketframe |
PingWebSocketFrame |
二进制数据 |
PongWebSocketFrame |
二进制数据 |
TextWebSocketFrame |
Utf-8数据 |
3,websocket实现草案17
还在翻译中,没对比和前面版本的不同,有时间在写吧= =1
计划、执行、每天高效的活着学着