public class WebSocketServerHandshaker13Extension
extends io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
| 构造器和说明 |
|---|
WebSocketServerHandshaker13Extension(String webSocketURL,
String subprotocols,
boolean allowExtensions,
int maxFramePayloadLength) |
WebSocketServerHandshaker13Extension(String webSocketURL,
String subprotocols,
boolean allowExtensions,
int maxFramePayloadLength,
boolean allowMaskMismatch) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getRsv() |
io.netty.channel.ChannelFuture |
handshake(io.netty.channel.Channel channel,
io.netty.handler.codec.http.FullHttpRequest req) |
Copyright © 2021. All rights reserved.