final class io.netty.handler.ssl.JettyNpnSslEngine extends io.netty.handler.ssl.JdkSslEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.ssl.JettyNpnSslEngine
  super_class: io.netty.handler.ssl.JdkSslEngine
{
  private static boolean available;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static boolean isAvailable();
    descriptor: ()Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            invokestatic io.netty.handler.ssl.JettyNpnSslEngine.updateAvailability:()V
         1: .line 39
            getstatic io.netty.handler.ssl.JettyNpnSslEngine.available:Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void updateAvailability();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 43
            getstatic io.netty.handler.ssl.JettyNpnSslEngine.available:Z
            ifeq 2
         1: .line 44
            return
         2: .line 48
      StackMap locals:
      StackMap stack:
            ldc "sun.security.ssl.NextProtoNegoExtension"
            iconst_1
            aconst_null
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            pop
         3: .line 49
            iconst_1
            putstatic io.netty.handler.ssl.JettyNpnSslEngine.available:Z
         4: .line 50
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: pop
         6: .line 53
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Exception

  void <init>(javax.net.ssl.SSLEngine, io.netty.handler.ssl.JdkApplicationProtocolNegotiator, boolean);
    descriptor: (Ljavax/net/ssl/SSLEngine;Lio/netty/handler/ssl/JdkApplicationProtocolNegotiator;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.ssl.JettyNpnSslEngine this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tNextProtoNego cannot be resolved\n\tServerProvider cannot be resolved to a type\n\tThe method unsupported() of type new ServerProvider(){} must override or implement a supertype method\n\tThe method protocols() of type new ServerProvider(){} must override or implement a supertype method\n\tThe method protocolSelected(String) of type new ServerProvider(){} must override or implement a supertype method\n\tNextProtoNego cannot be resolved\n\tClientProvider cannot be resolved to a type\n\tThe method supports() of type new ClientProvider(){} must override or implement a supertype method\n\tThe method unsupported() of type new ClientProvider(){} must override or implement a supertype method\n\tThe method selectProtocol(List<String>) of type new ClientProvider(){} must override or implement a supertype method\n\tNextProtoNego cannot be resolved\n\tNextProtoNego cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.netty.handler.ssl.JettyNpnSslEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/JettyNpnSslEngine;
    MethodParameters:
                       Name  Flags
      engine                 
      applicationNegotiator  final
      server                 

  public void closeInbound();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.ssl.JettyNpnSslEngine this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNextProtoNego cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.netty.handler.ssl.JettyNpnSslEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/JettyNpnSslEngine;
    Exceptions:
      throws javax.net.ssl.SSLException

  public void closeOutbound();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.ssl.JettyNpnSslEngine this
         0: .line 119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNextProtoNego cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.netty.handler.ssl.JettyNpnSslEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/JettyNpnSslEngine;
}
SourceFile: "JettyNpnSslEngine.java"
NestMembers:
  io.netty.handler.ssl.JettyNpnSslEngine$1  io.netty.handler.ssl.JettyNpnSslEngine$2