public class io.micronaut.http.netty.channel.NioEventLoopGroupFactory implements io.micronaut.http.netty.channel.EventLoopGroupFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.micronaut.http.netty.channel.NioEventLoopGroupFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/NioEventLoopGroupFactory;

  public io.netty.channel.EventLoopGroup createEventLoopGroup(int, java.lang.Integer);
    descriptor: (ILjava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
        start local 1 // int threads
        start local 2 // java.lang.Integer ioRatio
         0: .line 52
            new io.netty.channel.nio.NioEventLoopGroup
            dup
            iload 1 /* threads */
            invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:(I)V
            aload 2 /* ioRatio */
            invokestatic io.micronaut.http.netty.channel.NioEventLoopGroupFactory.withIoRatio:(Lio/netty/channel/nio/NioEventLoopGroup;Ljava/lang/Integer;)Lio/netty/channel/nio/NioEventLoopGroup;
            areturn
        end local 2 // java.lang.Integer ioRatio
        end local 1 // int threads
        end local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/micronaut/http/netty/channel/NioEventLoopGroupFactory;
            0    1     1  threads  I
            0    1     2  ioRatio  Ljava/lang/Integer;
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
         Name  Flags
      threads  
      ioRatio  

  public io.netty.channel.EventLoopGroup createEventLoopGroup(int, java.util.concurrent.ThreadFactory, java.lang.Integer);
    descriptor: (ILjava/util/concurrent/ThreadFactory;Ljava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
        start local 1 // int threads
        start local 2 // java.util.concurrent.ThreadFactory threadFactory
        start local 3 // java.lang.Integer ioRatio
         0: .line 65
            new io.netty.channel.nio.NioEventLoopGroup
            dup
            iload 1 /* threads */
            aload 2 /* threadFactory */
            invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:(ILjava/util/concurrent/ThreadFactory;)V
            aload 3 /* ioRatio */
            invokestatic io.micronaut.http.netty.channel.NioEventLoopGroupFactory.withIoRatio:(Lio/netty/channel/nio/NioEventLoopGroup;Ljava/lang/Integer;)Lio/netty/channel/nio/NioEventLoopGroup;
            areturn
        end local 3 // java.lang.Integer ioRatio
        end local 2 // java.util.concurrent.ThreadFactory threadFactory
        end local 1 // int threads
        end local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/micronaut/http/netty/channel/NioEventLoopGroupFactory;
            0    1     1        threads  I
            0    1     2  threadFactory  Ljava/util/concurrent/ThreadFactory;
            0    1     3        ioRatio  Ljava/lang/Integer;
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
               Name  Flags
      threads        
      threadFactory  
      ioRatio        

  public io.netty.channel.EventLoopGroup createEventLoopGroup(int, java.util.concurrent.Executor, java.lang.Integer);
    descriptor: (ILjava/util/concurrent/Executor;Ljava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
        start local 1 // int threads
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // java.lang.Integer ioRatio
         0: .line 78
            new io.netty.channel.nio.NioEventLoopGroup
            dup
            iload 1 /* threads */
            aload 2 /* executor */
            invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:(ILjava/util/concurrent/Executor;)V
            aload 3 /* ioRatio */
            invokestatic io.micronaut.http.netty.channel.NioEventLoopGroupFactory.withIoRatio:(Lio/netty/channel/nio/NioEventLoopGroup;Ljava/lang/Integer;)Lio/netty/channel/nio/NioEventLoopGroup;
            areturn
        end local 3 // java.lang.Integer ioRatio
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // int threads
        end local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/micronaut/http/netty/channel/NioEventLoopGroupFactory;
            0    1     1   threads  I
            0    1     2  executor  Ljava/util/concurrent/Executor;
            0    1     3   ioRatio  Ljava/lang/Integer;
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
          Name  Flags
      threads   
      executor  
      ioRatio   

  public io.netty.channel.EventLoopGroup createEventLoopGroup(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
        start local 1 // java.lang.Integer ioRatio
         0: .line 89
            new io.netty.channel.nio.NioEventLoopGroup
            dup
            invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:()V
            aload 1 /* ioRatio */
            invokestatic io.micronaut.http.netty.channel.NioEventLoopGroupFactory.withIoRatio:(Lio/netty/channel/nio/NioEventLoopGroup;Ljava/lang/Integer;)Lio/netty/channel/nio/NioEventLoopGroup;
            areturn
        end local 1 // java.lang.Integer ioRatio
        end local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/micronaut/http/netty/channel/NioEventLoopGroupFactory;
            0    1     1  ioRatio  Ljava/lang/Integer;
    RuntimeInvisibleParameterAnnotations: 
      0:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
         Name  Flags
      ioRatio  

  public java.lang.Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannelClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
         0: .line 99
            ldc Lio/netty/channel/socket/nio/NioServerSocketChannel;
            areturn
        end local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/NioEventLoopGroupFactory;
    Signature: ()Ljava/lang/Class<+Lio/netty/channel/socket/ServerSocketChannel;>;

  public java.lang.Class<? extends io.netty.channel.socket.SocketChannel> clientSocketChannelClass(io.micronaut.http.netty.channel.EventLoopGroupConfiguration);
    descriptor: (Lio/micronaut/http/netty/channel/EventLoopGroupConfiguration;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
        start local 1 // io.micronaut.http.netty.channel.EventLoopGroupConfiguration configuration
         0: .line 105
            ldc Lio/netty/channel/socket/nio/NioSocketChannel;
            areturn
        end local 1 // io.micronaut.http.netty.channel.EventLoopGroupConfiguration configuration
        end local 0 // io.micronaut.http.netty.channel.NioEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/micronaut/http/netty/channel/NioEventLoopGroupFactory;
            0    1     1  configuration  Lio/micronaut/http/netty/channel/EventLoopGroupConfiguration;
    Signature: (Lio/micronaut/http/netty/channel/EventLoopGroupConfiguration;)Ljava/lang/Class<+Lio/netty/channel/socket/SocketChannel;>;
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
               Name  Flags
      configuration  

  private static io.netty.channel.nio.NioEventLoopGroup withIoRatio(io.netty.channel.nio.NioEventLoopGroup, java.lang.Integer);
    descriptor: (Lio/netty/channel/nio/NioEventLoopGroup;Ljava/lang/Integer;)Lio/netty/channel/nio/NioEventLoopGroup;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.nio.NioEventLoopGroup group
        start local 1 // java.lang.Integer ioRatio
         0: .line 109
            aload 1 /* ioRatio */
            ifnull 2
         1: .line 110
            aload 0 /* group */
            aload 1 /* ioRatio */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.netty.channel.nio.NioEventLoopGroup.setIoRatio:(I)V
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* group */
            areturn
        end local 1 // java.lang.Integer ioRatio
        end local 0 // io.netty.channel.nio.NioEventLoopGroup group
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0    group  Lio/netty/channel/nio/NioEventLoopGroup;
            0    3     1  ioRatio  Ljava/lang/Integer;
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
         Name  Flags
      group    
      ioRatio  
}
SourceFile: "NioEventLoopGroupFactory.java"
    RuntimeVisibleAnnotations: 
      io.micronaut.core.annotation.Internal()
      javax.inject.Singleton()
      io.micronaut.context.annotation.BootstrapContextCompatible()