public class io.vertx.core.net.JdkSSLEngineOptions extends io.vertx.core.net.SSLEngineOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.JdkSSLEngineOptions
  super_class: io.vertx.core.net.SSLEngineOptions
{
  private static java.lang.Boolean jdkAlpnAvailable;
    descriptor: Ljava/lang/Boolean;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public static synchronized boolean isAlpnAvailable();
    descriptor: ()Z
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=0
         0: .line 34
            getstatic io.vertx.core.net.JdkSSLEngineOptions.jdkAlpnAvailable:Ljava/lang/Boolean;
            ifnonnull 15
         1: .line 35
            iconst_0
            istore 0 /* available */
        start local 0 // boolean available
         2: .line 38
            ldc Ljavax/net/ssl/SSLEngine;
            ldc "getApplicationProtocol"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            pop
         3: .line 39
            iconst_1
            istore 0 /* available */
         4: .line 40
            goto 14
      StackMap locals: int
      StackMap stack: java.lang.Exception
         5: pop
         6: .line 44
            ldc Lio/vertx/core/net/JdkSSLEngineOptions;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            ldc "sun.security.ssl.ALPNExtension"
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            pop
         7: .line 45
            iconst_1
            istore 0 /* available */
         8: .line 46
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Exception
         9: pop
        10: .line 50
      StackMap locals:
      StackMap stack:
            iload 0 /* available */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putstatic io.vertx.core.net.JdkSSLEngineOptions.jdkAlpnAvailable:Ljava/lang/Boolean;
            goto 15
        11: .line 49
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
        12: .line 50
            iload 0 /* available */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putstatic io.vertx.core.net.JdkSSLEngineOptions.jdkAlpnAvailable:Ljava/lang/Boolean;
        13: .line 51
            aload 1
            athrow
        14: .line 50
      StackMap locals:
      StackMap stack:
            iload 0 /* available */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putstatic io.vertx.core.net.JdkSSLEngineOptions.jdkAlpnAvailable:Ljava/lang/Boolean;
        end local 0 // boolean available
        15: .line 53
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.core.net.JdkSSLEngineOptions.jdkAlpnAvailable:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            2   15     0  available  Z
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Exception
           6     8       9  Class java.lang.Exception
           2    10      11  any

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
         0: .line 56
            aload 0 /* this */
            invokespecial io.vertx.core.net.SSLEngineOptions.<init>:()V
         1: .line 57
            return
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 59
            aload 0 /* this */
            invokespecial io.vertx.core.net.SSLEngineOptions.<init>:()V
         1: .line 60
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;
            0    2     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public void <init>(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
        start local 1 // io.vertx.core.net.JdkSSLEngineOptions that
         0: .line 62
            aload 0 /* this */
            invokespecial io.vertx.core.net.SSLEngineOptions.<init>:()V
         1: .line 63
            return
        end local 1 // io.vertx.core.net.JdkSSLEngineOptions that
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;
            0    2     1  that  Lio/vertx/core/net/JdkSSLEngineOptions;
    MethodParameters:
      Name  Flags
      that  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
         0: .line 66
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            areturn
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
         0: .line 71
            iconst_0
            ireturn
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
        start local 1 // java.lang.Object o
         0: .line 76
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.net.JdkSSLEngineOptions
            ifne 2
            iconst_0
            ireturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public io.vertx.core.net.JdkSSLEngineOptions clone();
    descriptor: ()Lio/vertx/core/net/JdkSSLEngineOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
         0: .line 83
            new io.vertx.core.net.JdkSSLEngineOptions
            dup
            invokespecial io.vertx.core.net.JdkSSLEngineOptions.<init>:()V
            areturn
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;

  public io.vertx.core.net.JdkSSLEngineOptions copy();
    descriptor: ()Lio/vertx/core/net/JdkSSLEngineOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.JdkSSLEngineOptions this
         0: .line 88
            new io.vertx.core.net.JdkSSLEngineOptions
            dup
            invokespecial io.vertx.core.net.JdkSSLEngineOptions.<init>:()V
            areturn
        end local 0 // io.vertx.core.net.JdkSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/JdkSSLEngineOptions;

  public io.vertx.core.net.SSLEngineOptions copy();
    descriptor: ()Lio/vertx/core/net/SSLEngineOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.JdkSSLEngineOptions.copy:()Lio/vertx/core/net/JdkSSLEngineOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.SSLEngineOptions clone();
    descriptor: ()Lio/vertx/core/net/SSLEngineOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.JdkSSLEngineOptions.clone:()Lio/vertx/core/net/JdkSSLEngineOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.JdkSSLEngineOptions.clone:()Lio/vertx/core/net/JdkSSLEngineOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "JdkSSLEngineOptions.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()