final class io.netty.handler.codec.ByteToMessageCodec$Encoder extends io.netty.handler.codec.MessageToByteEncoder<I>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.ByteToMessageCodec$Encoder
  super_class: io.netty.handler.codec.MessageToByteEncoder
{
  final io.netty.handler.codec.ByteToMessageCodec this$0;
    descriptor: Lio/netty/handler/codec/ByteToMessageCodec;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.ByteToMessageCodec, boolean);
    descriptor: (Lio/netty/handler/codec/ByteToMessageCodec;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.ByteToMessageCodec$Encoder this
        start local 2 // boolean preferDirect
         0: .line 161
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.ByteToMessageCodec$Encoder.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
         1: .line 162
            aload 0 /* this */
            iload 2 /* preferDirect */
            invokespecial io.netty.handler.codec.MessageToByteEncoder.<init>:(Z)V
         2: .line 163
            return
        end local 2 // boolean preferDirect
        end local 0 // io.netty.handler.codec.ByteToMessageCodec$Encoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/netty/handler/codec/ByteToMessageCodec$Encoder;
            0    3     2  preferDirect  Z
    MethodParameters:
              Name  Flags
      this$0        final
      preferDirect  

  public boolean acceptOutboundMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.ByteToMessageCodec$Encoder this
        start local 1 // java.lang.Object msg
         0: .line 167
            aload 0 /* this */
            getfield io.netty.handler.codec.ByteToMessageCodec$Encoder.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
            aload 1 /* msg */
            invokevirtual io.netty.handler.codec.ByteToMessageCodec.acceptOutboundMessage:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.handler.codec.ByteToMessageCodec$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/ByteToMessageCodec$Encoder;
            0    1     1   msg  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  protected void encode(io.netty.channel.ChannelHandlerContext, I, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.ByteToMessageCodec$Encoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
        start local 3 // io.netty.buffer.ByteBuf out
         0: .line 172
            aload 0 /* this */
            getfield io.netty.handler.codec.ByteToMessageCodec$Encoder.this$0:Lio/netty/handler/codec/ByteToMessageCodec;
            aload 1 /* ctx */
            aload 2 /* msg */
            aload 3 /* out */
            invokevirtual io.netty.handler.codec.ByteToMessageCodec.encode:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
         1: .line 173
            return
        end local 3 // io.netty.buffer.ByteBuf out
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.ByteToMessageCodec$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/ByteToMessageCodec$Encoder;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2   msg  TI;
            0    2     3   out  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;TI;Lio/netty/buffer/ByteBuf;)V
    MethodParameters:
      Name  Flags
      ctx   
      msg   
      out   
}
Signature: Lio/netty/handler/codec/MessageToByteEncoder<TI;>;
SourceFile: "ByteToMessageCodec.java"
NestHost: io.netty.handler.codec.ByteToMessageCodec
InnerClasses:
  private final Encoder = io.netty.handler.codec.ByteToMessageCodec$Encoder of io.netty.handler.codec.ByteToMessageCodec