@ChannelHandler.Sharable
public class BungeeDecodeHandler
extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.buffer.ByteBuf>
| Constructor and Description | 
|---|
BungeeDecodeHandler(UserConnection info)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
decode(io.netty.channel.ChannelHandlerContext ctx,
      io.netty.buffer.ByteBuf bytebuf,
      List<Object> out)  | 
void | 
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
               Throwable cause)  | 
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic BungeeDecodeHandler(UserConnection info)
protected void decode(io.netty.channel.ChannelHandlerContext ctx,
                      io.netty.buffer.ByteBuf bytebuf,
                      List<Object> out)
               throws Exception
decode in class io.netty.handler.codec.MessageToMessageDecoder<io.netty.buffer.ByteBuf>Exceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
                            Throwable cause)
                     throws Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2016–2021. All rights reserved.