public final class io.netty.channel.DefaultSelectStrategyFactory implements io.netty.channel.SelectStrategyFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.DefaultSelectStrategyFactory
  super_class: java.lang.Object
{
  public static final io.netty.channel.SelectStrategyFactory INSTANCE;
    descriptor: Lio/netty/channel/SelectStrategyFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 22
            new io.netty.channel.DefaultSelectStrategyFactory
            dup
            invokespecial io.netty.channel.DefaultSelectStrategyFactory.<init>:()V
            putstatic io.netty.channel.DefaultSelectStrategyFactory.INSTANCE:Lio/netty/channel/SelectStrategyFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.DefaultSelectStrategyFactory this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.channel.DefaultSelectStrategyFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/DefaultSelectStrategyFactory;

  public io.netty.channel.SelectStrategy newSelectStrategy();
    descriptor: ()Lio/netty/channel/SelectStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.DefaultSelectStrategyFactory this
         0: .line 28
            getstatic io.netty.channel.DefaultSelectStrategy.INSTANCE:Lio/netty/channel/SelectStrategy;
            areturn
        end local 0 // io.netty.channel.DefaultSelectStrategyFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/DefaultSelectStrategyFactory;
}
SourceFile: "DefaultSelectStrategyFactory.java"