接口 ProtocolInfo<T extends PacketListener>
- 所有已知实现类:
ProtocolInfoBuilder.Implementation
public interface ProtocolInfo<T extends PacketListener>
-
嵌套类概要
嵌套类修饰符和类型接口说明static interface
ProtocolInfo.Unbound<T extends PacketListener,
B extends io.netty.buffer.ByteBuf> -
方法概要
-
方法详细资料
-
id
ConnectionProtocol id() -
flow
PacketFlow flow() -
codec
StreamCodec<io.netty.buffer.ByteBuf,Packet<? super T>> codec() -
bundlerInfo
-