接口 WebSocketHandShake
-
- 所有已知子接口:
AioReceive
- 所有已知实现类:
AioReceiver
public interface WebSocketHandShakeWebSocket 握手处理- 作者:
- alum(alum @ live.cn)
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanonHandShake(io.netty.channel.Channel ch, io.netty.handler.codec.http.FullHttpRequest req, io.netty.handler.codec.http.FullHttpResponse httpResponse)客户端请求握手,返回true则upgrage否则返回不支持
-