Interface ProtocolInfo<T extends PacketListener>
- All Known Implementing Classes:
ProtocolInfoBuilder.Implementation
public interface ProtocolInfo<T extends PacketListener>
-
Method Details
-
id
ConnectionProtocol id() -
flow
PacketFlow flow() -
codec
StreamCodec<io.netty.buffer.ByteBuf, Packet<? super T>> codec() -
bundlerInfo
@Nullable BundlerInfo bundlerInfo()
-