public interface WebSocketHandShake
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
onHandShake(io.netty.channel.Channel ch,
io.netty.handler.codec.http.FullHttpRequest req,
io.netty.handler.codec.http.FullHttpResponse httpResponse)
客户端请求握手,返回true则upgrage否则返回不支持
|
Copyright © 2020–2022 The AIM Project. All rights reserved.