netty系列之:使用netty搭建websocket客戶端
- 2021 年 10 月 8 日
- 筆記
目錄 簡介 瀏覽器客戶端 netty對websocket客戶端的支援 WebSocketClientHandshaker …
Continue Reading目錄 簡介 瀏覽器客戶端 netty對websocket客戶端的支援 WebSocketClientHandshaker …
Continue Reading目錄 簡介 netty的消息處理 處理WebSocketFrame 處理HTTP 編碼和解碼器 總結 簡介 在上一篇文章 …
Continue Reading目錄 簡介 netty中的websocket websocket的版本 FrameDecoder和FrameEncode …
Continue Reading目錄 簡介 服務端的CORS配置 CorsConfigBuilder CorsHandler netty對cors的支援 …
Continue Reading目錄 簡介 定義protobuf 定義handler 設置ChannelPipeline 構建client和server …
Continue Reading目錄 簡介 netty中的內置編碼器 使用codec要注意的問題 netty內置的基本codec base64 byte …
Continue Reading目錄 簡介 Frame detection DelimiterBasedFrameDecoder FixedLength …
Continue Reading目錄 簡介 自定義編碼器和解碼器的實現 ReplayingDecoder 總結 簡介 在之前的系列文章中,我們提到了ne …
Continue Reading目錄 簡介 自定義編碼器 自定義解碼器 添加編碼解碼器到pipeline 計算2的N次方 總結 簡介 在之前的netty …
Continue Reading目錄 簡介 PKI標準 各類證書的後綴和轉換 netty中啟動SSL server netty中啟動SSL client …
Continue Reading