public interface io.micronaut.http.netty.channel.EventLoopGroupFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.micronaut.http.netty.channel.EventLoopGroupFactory
  super_class: java.lang.Object
{
  public static final java.lang.String NATIVE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "native"

  public boolean isNative();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
         0: .line 46
            iconst_0
            ireturn
        end local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EventLoopGroupFactory;

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
          Name  Flags
      threads   
      executor  
      ioRatio   

  public io.netty.channel.EventLoopGroup createEventLoopGroup(io.micronaut.http.netty.channel.EventLoopGroupConfiguration, java.util.concurrent.ThreadFactory);
    descriptor: (Lio/micronaut/http/netty/channel/EventLoopGroupConfiguration;Ljava/util/concurrent/ThreadFactory;)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
        start local 1 // io.micronaut.http.netty.channel.EventLoopGroupConfiguration configuration
        start local 2 // java.util.concurrent.ThreadFactory threadFactory
         0: .line 71
            ldc "configuration"
            aload 1 /* configuration */
            invokestatic io.micronaut.core.util.ArgumentUtils.requireNonNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 72
            ldc "threadFactory"
            aload 2 /* threadFactory */
            invokestatic io.micronaut.core.util.ArgumentUtils.requireNonNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 73
            aload 0 /* this */
         3: .line 74
            aload 1 /* configuration */
            invokeinterface io.micronaut.http.netty.channel.EventLoopGroupConfiguration.getNumThreads:()I
         4: .line 75
            aload 2 /* threadFactory */
         5: .line 76
            aload 1 /* configuration */
            invokeinterface io.micronaut.http.netty.channel.EventLoopGroupConfiguration.getIoRatio:()Ljava/util/Optional;
            aconst_null
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
         6: .line 73
            invokeinterface io.micronaut.http.netty.channel.EventLoopGroupFactory.createEventLoopGroup:(ILjava/util/concurrent/ThreadFactory;Ljava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
            areturn
        end local 2 // java.util.concurrent.ThreadFactory threadFactory
        end local 1 // io.micronaut.http.netty.channel.EventLoopGroupConfiguration configuration
        end local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lio/micronaut/http/netty/channel/EventLoopGroupFactory;
            0    7     1  configuration  Lio/micronaut/http/netty/channel/EventLoopGroupConfiguration;
            0    7     2  threadFactory  Ljava/util/concurrent/ThreadFactory;
    MethodParameters:
               Name  Flags
      configuration  
      threadFactory  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        edu.umd.cs.findbugs.annotations.Nullable()
      2:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
               Name  Flags
      threads        
      threadFactory  
      ioRatio        

  public io.netty.channel.EventLoopGroup createEventLoopGroup(int, java.lang.Integer);
    descriptor: (ILjava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
        start local 1 // int threads
        start local 2 // java.lang.Integer ioRatio
         0: .line 104
            aload 0 /* this */
            iload 1 /* threads */
            aconst_null
            aload 2 /* ioRatio */
            invokeinterface io.micronaut.http.netty.channel.EventLoopGroupFactory.createEventLoopGroup:(ILjava/util/concurrent/ThreadFactory;Ljava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
            areturn
        end local 2 // java.lang.Integer ioRatio
        end local 1 // int threads
        end local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/micronaut/http/netty/channel/EventLoopGroupFactory;
            0    1     1  threads  I
            0    1     2  ioRatio  Ljava/lang/Integer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
         Name  Flags
      threads  
      ioRatio  

  public io.netty.channel.EventLoopGroup createEventLoopGroup(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
        start local 1 // java.lang.Integer ioRatio
         0: .line 116
            aload 0 /* this */
            iconst_0
            aconst_null
            aload 1 /* ioRatio */
            invokeinterface io.micronaut.http.netty.channel.EventLoopGroupFactory.createEventLoopGroup:(ILjava/util/concurrent/ThreadFactory;Ljava/lang/Integer;)Lio/netty/channel/EventLoopGroup;
            areturn
        end local 1 // java.lang.Integer ioRatio
        end local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/micronaut/http/netty/channel/EventLoopGroupFactory;
            0    1     1  ioRatio  Ljava/lang/Integer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleParameterAnnotations: 
      0:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
         Name  Flags
      ioRatio  

  public abstract java.lang.Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannelClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Lio/netty/channel/socket/ServerSocketChannel;>;
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()

  public java.lang.Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannelClass(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.EventLoopGroupFactory this
        start local 1 // io.micronaut.http.netty.channel.EventLoopGroupConfiguration configuration
         0: .line 133
            aload 0 /* this */
            invokeinterface io.micronaut.http.netty.channel.EventLoopGroupFactory.serverSocketChannelClass:()Ljava/lang/Class;
            areturn
        end local 1 // io.micronaut.http.netty.channel.EventLoopGroupConfiguration configuration
        end local 0 // io.micronaut.http.netty.channel.EventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/micronaut/http/netty/channel/EventLoopGroupFactory;
            0    1     1  configuration  Lio/micronaut/http/netty/channel/EventLoopGroupConfiguration;
    Signature: (Lio/micronaut/http/netty/channel/EventLoopGroupConfiguration;)Ljava/lang/Class<+Lio/netty/channel/socket/ServerSocketChannel;>;
    RuntimeInvisibleAnnotations: 
      edu.umd.cs.findbugs.annotations.NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
               Name  Flags
      configuration  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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  
}
SourceFile: "EventLoopGroupFactory.java"