public abstract class io.netty.channel.oio.AbstractOioMessageChannel extends io.netty.channel.oio.AbstractOioChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.channel.oio.AbstractOioMessageChannel
  super_class: io.netty.channel.oio.AbstractOioChannel
{
  private final java.util.List<java.lang.Object> readBuf;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Object;>;

  protected void <init>(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.channel.oio.AbstractOioMessageChannel this
        start local 1 // io.netty.channel.Channel parent
         0: .line 35
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial io.netty.channel.oio.AbstractOioChannel.<init>:(Lio/netty/channel/Channel;)V
         1: .line 32
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.netty.channel.oio.AbstractOioMessageChannel.readBuf:Ljava/util/List;
         2: .line 36
            return
        end local 1 // io.netty.channel.Channel parent
        end local 0 // io.netty.channel.oio.AbstractOioMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/channel/oio/AbstractOioMessageChannel;
            0    3     1  parent  Lio/netty/channel/Channel;
    MethodParameters:
        Name  Flags
      parent  

  protected void doRead();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // io.netty.channel.oio.AbstractOioMessageChannel this
         0: .line 40
            aload 0 /* this */
            getfield io.netty.channel.oio.AbstractOioMessageChannel.readPending:Z
            ifne 2
         1: .line 43
            return
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.netty.channel.oio.AbstractOioMessageChannel.readPending:Z
         3: .line 49
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.config:()Lio/netty/channel/ChannelConfig;
            astore 1 /* config */
        start local 1 // io.netty.channel.ChannelConfig config
         4: .line 50
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 2 /* pipeline */
        start local 2 // io.netty.channel.ChannelPipeline pipeline
         5: .line 51
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.unsafe:()Lio/netty/channel/Channel$Unsafe;
            invokeinterface io.netty.channel.Channel$Unsafe.recvBufAllocHandle:()Lio/netty/channel/RecvByteBufAllocator$Handle;
            astore 3 /* allocHandle */
        start local 3 // io.netty.channel.RecvByteBufAllocator$Handle allocHandle
         6: .line 52
            aload 3 /* allocHandle */
            aload 1 /* config */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.reset:(Lio/netty/channel/ChannelConfig;)V
         7: .line 54
            iconst_0
            istore 4 /* closed */
        start local 4 // boolean closed
         8: .line 55
            aconst_null
            astore 5 /* exception */
        start local 5 // java.lang.Throwable exception
         9: .line 59
      StackMap locals: io.netty.channel.oio.AbstractOioMessageChannel io.netty.channel.ChannelConfig io.netty.channel.ChannelPipeline io.netty.channel.RecvByteBufAllocator$Handle int java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.oio.AbstractOioMessageChannel.readBuf:Ljava/util/List;
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.doReadMessages:(Ljava/util/List;)I
            istore 6 /* localRead */
        start local 6 // int localRead
        10: .line 60
            iload 6 /* localRead */
            ifne 12
        11: .line 61
            goto 20
        12: .line 63
      StackMap locals: int
      StackMap stack:
            iload 6 /* localRead */
            ifge 15
        13: .line 64
            iconst_1
            istore 4 /* closed */
        14: .line 65
            goto 20
        15: .line 68
      StackMap locals:
      StackMap stack:
            aload 3 /* allocHandle */
            iload 6 /* localRead */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.incMessagesRead:(I)V
        end local 6 // int localRead
        16: .line 69
            aload 3 /* allocHandle */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.continueReading:()Z
            ifne 9
        17: .line 70
            goto 20
      StackMap locals: io.netty.channel.oio.AbstractOioMessageChannel io.netty.channel.ChannelConfig io.netty.channel.ChannelPipeline io.netty.channel.RecvByteBufAllocator$Handle int java.lang.Throwable
      StackMap stack: java.lang.Throwable
        18: astore 6 /* t */
        start local 6 // java.lang.Throwable t
        19: .line 71
            aload 6 /* t */
            astore 5 /* exception */
        end local 6 // java.lang.Throwable t
        20: .line 74
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* readData */
        start local 6 // boolean readData
        21: .line 75
            aload 0 /* this */
            getfield io.netty.channel.oio.AbstractOioMessageChannel.readBuf:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 7 /* size */
        start local 7 // int size
        22: .line 76
            iload 7 /* size */
            ifle 33
        23: .line 77
            iconst_1
            istore 6 /* readData */
        24: .line 78
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        25: goto 29
        26: .line 79
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.netty.channel.oio.AbstractOioMessageChannel.readPending:Z
        27: .line 80
            aload 2 /* pipeline */
            aload 0 /* this */
            getfield io.netty.channel.oio.AbstractOioMessageChannel.readBuf:Ljava/util/List;
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface io.netty.channel.ChannelPipeline.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelPipeline;
            pop
        28: .line 78
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 8 /* i */
            iload 7 /* size */
            if_icmplt 26
        end local 8 // int i
        30: .line 82
            aload 0 /* this */
            getfield io.netty.channel.oio.AbstractOioMessageChannel.readBuf:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        31: .line 83
            aload 3 /* allocHandle */
            invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.readComplete:()V
        32: .line 84
            aload 2 /* pipeline */
            invokeinterface io.netty.channel.ChannelPipeline.fireChannelReadComplete:()Lio/netty/channel/ChannelPipeline;
            pop
        33: .line 87
      StackMap locals:
      StackMap stack:
            aload 5 /* exception */
            ifnull 37
        34: .line 88
            aload 5 /* exception */
            instanceof java.io.IOException
            ifeq 36
        35: .line 89
            iconst_1
            istore 4 /* closed */
        36: .line 92
      StackMap locals:
      StackMap stack:
            aload 2 /* pipeline */
            aload 5 /* exception */
            invokeinterface io.netty.channel.ChannelPipeline.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPipeline;
            pop
        37: .line 95
      StackMap locals:
      StackMap stack:
            iload 4 /* closed */
            ifeq 41
        38: .line 96
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.isOpen:()Z
            ifeq 43
        39: .line 97
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.unsafe:()Lio/netty/channel/Channel$Unsafe;
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.unsafe:()Lio/netty/channel/Channel$Unsafe;
            invokeinterface io.netty.channel.Channel$Unsafe.voidPromise:()Lio/netty/channel/ChannelPromise;
            invokeinterface io.netty.channel.Channel$Unsafe.close:(Lio/netty/channel/ChannelPromise;)V
        40: .line 99
            goto 43
      StackMap locals:
      StackMap stack:
        41: aload 0 /* this */
            getfield io.netty.channel.oio.AbstractOioMessageChannel.readPending:Z
            ifne 42
            aload 1 /* config */
            invokeinterface io.netty.channel.ChannelConfig.isAutoRead:()Z
            ifne 42
            iload 6 /* readData */
            ifne 43
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.isActive:()Z
            ifeq 43
        42: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.channel.oio.AbstractOioMessageChannel.read:()Lio/netty/channel/Channel;
            pop
        43: .line 104
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int size
        end local 6 // boolean readData
        end local 5 // java.lang.Throwable exception
        end local 4 // boolean closed
        end local 3 // io.netty.channel.RecvByteBufAllocator$Handle allocHandle
        end local 2 // io.netty.channel.ChannelPipeline pipeline
        end local 1 // io.netty.channel.ChannelConfig config
        end local 0 // io.netty.channel.oio.AbstractOioMessageChannel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   44     0         this  Lio/netty/channel/oio/AbstractOioMessageChannel;
            4   44     1       config  Lio/netty/channel/ChannelConfig;
            5   44     2     pipeline  Lio/netty/channel/ChannelPipeline;
            6   44     3  allocHandle  Lio/netty/channel/RecvByteBufAllocator$Handle;
            8   44     4       closed  Z
            9   44     5    exception  Ljava/lang/Throwable;
           10   16     6    localRead  I
           19   20     6            t  Ljava/lang/Throwable;
           21   44     6     readData  Z
           22   44     7         size  I
           25   30     8            i  I
      Exception table:
        from    to  target  type
           9    17      18  Class java.lang.Throwable

  protected abstract int doReadMessages(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)I
    MethodParameters:
      Name  Flags
      msgs  
}
SourceFile: "AbstractOioMessageChannel.java"
InnerClasses:
  public abstract Unsafe = io.netty.channel.Channel$Unsafe of io.netty.channel.Channel
  public abstract Handle = io.netty.channel.RecvByteBufAllocator$Handle of io.netty.channel.RecvByteBufAllocator