public class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory 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.KQueueEventLoopGroupFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.netty.channel.kqueue cannot be resolved\n\tThe import io.netty.channel.kqueue cannot be resolved\n\tThe import io.netty.channel.kqueue cannot be resolved\n\tThe import io.netty.channel.kqueue cannot be resolved\n\tKQueue cannot be resolved to a type\n\tKQueueEventLoopGroup cannot be resolved to a type\n\tKQueueEventLoopGroup cannot be resolved to a type\n\tKQueueEventLoopGroup cannot be resolved to a type\n\tKQueueEventLoopGroup cannot be resolved to a type\n\tKQueueServerSocketChannel cannot be resolved to a type\n\tClass<KQueueServerSocketChannel> cannot be resolved to a type\n\tKQueueSocketChannel cannot be resolved to a type\n\tClass<KQueueSocketChannel> cannot be resolved to a type\n\tKQueueEventLoopGroup cannot be resolved to a type\n\tKQueueEventLoopGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;

  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.KQueueEventLoopGroupFactory this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKQueueEventLoopGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;
    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=3, locals=4, args_size=4
        start local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKQueueEventLoopGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;
    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=3, locals=4, args_size=4
        start local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKQueueEventLoopGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;
    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=3, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKQueueEventLoopGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;
    RuntimeInvisibleParameterAnnotations: 
      0:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
         Name  Flags
      ioRatio  

  public boolean isNative();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
         0: .line 100
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;

  public java.lang.Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannelClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKQueueServerSocketChannel cannot be resolved to a type\n\tClass<KQueueServerSocketChannel> cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;
    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=3, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKQueueSocketChannel cannot be resolved to a type\n\tClass<KQueueSocketChannel> cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/KQueueEventLoopGroupFactory;
    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  

  static KQueueEventLoopGroup withIoRatio(KQueueEventLoopGroup, java.lang.Integer);
    descriptor: (LKQueueEventLoopGroup;Ljava/lang/Integer;)LKQueueEventLoopGroup;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKQueueEventLoopGroup cannot be resolved to a type\n\tKQueueEventLoopGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        edu.umd.cs.findbugs.annotations.Nullable()
    MethodParameters:
         Name  Flags
      group    
      ioRatio  
}
SourceFile: "KQueueEventLoopGroupFactory.java"
    RuntimeVisibleAnnotations: 
      javax.inject.Singleton()
      io.micronaut.core.annotation.Internal()
      io.micronaut.context.annotation.Requires(classes = {LKQueue;}, condition = Lio/micronaut/http/netty/channel/KQueueAvailabilityCondition;)
      javax.inject.Named(value = "native")
      io.micronaut.context.annotation.BootstrapContextCompatible()