软件包 | 描述 |
---|---|
io.netty.handler.codec.http.websocketx |
Web Socket数据帧的编码器,解码器,握手及其相关消息类型。
|
Modifier and Type | Field and Description |
---|---|
static WebSocketScheme |
WebSocketScheme.WS
非安全WebSocket连接的方案。
|
static WebSocketScheme |
WebSocketScheme.WSS
用于安全WebSocket连接的方案。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.