接口 ProtocolDetector
-
- 所有已知实现类:
Http2ProtocolDetector
public interface ProtocolDetectorDetermine incoming bytes belong to the specific protocol.- 作者:
- guohaoice@gmail.com
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classProtocolDetector.Result
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ProtocolDetector.Resultdetect(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in)
-
-
-
方法详细资料
-
detect
ProtocolDetector.Result detect(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in)
-
-