@ChannelHandler.Sharable
public final class ChannelInDebugHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
| Constructor and Description |
|---|
ChannelInDebugHandler(String implementationType,
boolean toServer,
AtomicInteger packetCount,
org.geysermc.floodgate.api.logger.FloodgateLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic ChannelInDebugHandler(String implementationType, boolean toServer, AtomicInteger packetCount, org.geysermc.floodgate.api.logger.FloodgateLogger logger)