public class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory 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.EpollEventLoopGroupFactory
  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.EpollEventLoopGroupFactory this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.netty.channel.epoll cannot be resolved\n\tThe import io.netty.channel.epoll cannot be resolved\n\tThe import io.netty.channel.epoll cannot be resolved\n\tThe import io.netty.channel.epoll cannot be resolved\n\tEpoll cannot be resolved to a type\n\tEpollEventLoopGroup cannot be resolved to a type\n\tEpollEventLoopGroup cannot be resolved to a type\n\tEpollEventLoopGroup cannot be resolved to a type\n\tEpollEventLoopGroup cannot be resolved to a type\n\tEpollServerSocketChannel cannot be resolved to a type\n\tClass<EpollServerSocketChannel> cannot be resolved to a type\n\tEpollSocketChannel cannot be resolved to a type\n\tClass<EpollSocketChannel> 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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;

  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.EpollEventLoopGroupFactory this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEpollEventLoopGroup 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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;
    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.EpollEventLoopGroupFactory this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEpollEventLoopGroup 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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;
    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.EpollEventLoopGroupFactory this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEpollEventLoopGroup 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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;
    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.EpollEventLoopGroupFactory this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEpollEventLoopGroup 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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;
    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=3, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.channel.EpollEventLoopGroupFactory this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEpollServerSocketChannel cannot be resolved to a type\n\tClass<EpollServerSocketChannel> 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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;
    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.EpollEventLoopGroupFactory this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEpollSocketChannel cannot be resolved to a type\n\tClass<EpollSocketChannel> 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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;
    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  

  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.EpollEventLoopGroupFactory this
         0: .line 116
            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.EpollEventLoopGroupFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/channel/EpollEventLoopGroupFactory;
}
SourceFile: "EpollEventLoopGroupFactory.java"
    RuntimeVisibleAnnotations: 
      javax.inject.Singleton()
      io.micronaut.context.annotation.Requires(classes = {LEpoll;}, condition = Lio/micronaut/http/netty/channel/EpollAvailabilityCondition;)
      io.micronaut.core.annotation.Internal()
      javax.inject.Named(value = "native")
      io.micronaut.context.annotation.BootstrapContextCompatible()