接口 ProtocolInfo<T extends PacketListener>
- 所有已知实现类:
ProtocolInfoBuilder.Implementation
public interface ProtocolInfo<T extends PacketListener>
-
方法详细资料
-
id
ConnectionProtocol id() -
flow
PacketFlow flow() -
codec
StreamCodec<io.netty.buffer.ByteBuf,Packet<? super T>> codec() -
bundlerInfo
-