public class io.netty.channel.oio.OioEventLoopGroup extends io.netty.channel.ThreadPerChannelEventLoopGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.channel.oio.OioEventLoopGroup
  super_class: io.netty.channel.ThreadPerChannelEventLoopGroup
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.oio.OioEventLoopGroup this
         0: .line 40
            aload 0 /* this */
            iconst_0
            invokespecial io.netty.channel.oio.OioEventLoopGroup.<init>:(I)V
         1: .line 41
            return
        end local 0 // io.netty.channel.oio.OioEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/oio/OioEventLoopGroup;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.channel.oio.OioEventLoopGroup this
        start local 1 // int maxChannels
         0: .line 53
            aload 0 /* this */
            iload 1 /* maxChannels */
            invokestatic java.util.concurrent.Executors.defaultThreadFactory:()Ljava/util/concurrent/ThreadFactory;
            invokespecial io.netty.channel.oio.OioEventLoopGroup.<init>:(ILjava/util/concurrent/ThreadFactory;)V
         1: .line 54
            return
        end local 1 // int maxChannels
        end local 0 // io.netty.channel.oio.OioEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/channel/oio/OioEventLoopGroup;
            0    2     1  maxChannels  I
    MethodParameters:
             Name  Flags
      maxChannels  

  public void <init>(int, java.util.concurrent.Executor);
    descriptor: (ILjava/util/concurrent/Executor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.channel.oio.OioEventLoopGroup this
        start local 1 // int maxChannels
        start local 2 // java.util.concurrent.Executor executor
         0: .line 68
            aload 0 /* this */
            iload 1 /* maxChannels */
            aload 2 /* executor */
            iconst_0
            anewarray java.lang.Object
            invokespecial io.netty.channel.ThreadPerChannelEventLoopGroup.<init>:(ILjava/util/concurrent/Executor;[Ljava/lang/Object;)V
         1: .line 69
            return
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // int maxChannels
        end local 0 // io.netty.channel.oio.OioEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/channel/oio/OioEventLoopGroup;
            0    2     1  maxChannels  I
            0    2     2     executor  Ljava/util/concurrent/Executor;
    MethodParameters:
             Name  Flags
      maxChannels  
      executor     

  public void <init>(int, java.util.concurrent.ThreadFactory);
    descriptor: (ILjava/util/concurrent/ThreadFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.channel.oio.OioEventLoopGroup this
        start local 1 // int maxChannels
        start local 2 // java.util.concurrent.ThreadFactory threadFactory
         0: .line 83
            aload 0 /* this */
            iload 1 /* maxChannels */
            aload 2 /* threadFactory */
            iconst_0
            anewarray java.lang.Object
            invokespecial io.netty.channel.ThreadPerChannelEventLoopGroup.<init>:(ILjava/util/concurrent/ThreadFactory;[Ljava/lang/Object;)V
         1: .line 84
            return
        end local 2 // java.util.concurrent.ThreadFactory threadFactory
        end local 1 // int maxChannels
        end local 0 // io.netty.channel.oio.OioEventLoopGroup this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/channel/oio/OioEventLoopGroup;
            0    2     1    maxChannels  I
            0    2     2  threadFactory  Ljava/util/concurrent/ThreadFactory;
    MethodParameters:
               Name  Flags
      maxChannels    
      threadFactory  
}
SourceFile: "OioEventLoopGroup.java"