public class io.vertx.core.net.OpenSSLEngineOptions 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.OpenSSLEngineOptions
  super_class: io.vertx.core.net.SSLEngineOptions
{
  public static final boolean DEFAULT_SESSION_CACHE_ENABLED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private boolean sessionCacheEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public static boolean isAvailable();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30
            invokestatic io.netty.handler.ssl.OpenSsl.isAvailable:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static boolean isAlpnAvailable();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            invokestatic io.netty.handler.ssl.OpenSsl.isAlpnSupported:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.OpenSSLEngineOptions this
         0: .line 47
            aload 0 /* this */
            invokespecial io.vertx.core.net.SSLEngineOptions.<init>:()V
         1: .line 48
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.net.OpenSSLEngineOptions.sessionCacheEnabled:Z
         2: .line 49
            return
        end local 0 // io.vertx.core.net.OpenSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/OpenSSLEngineOptions;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.OpenSSLEngineOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 51
            aload 0 /* this */
            invokespecial io.vertx.core.net.SSLEngineOptions.<init>:()V
         1: .line 52
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.OpenSSLEngineOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/OpenSSLEngineOptions;)V
         2: .line 53
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.OpenSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/OpenSSLEngineOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

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

  public io.vertx.core.net.OpenSSLEngineOptions setSessionCacheEnabled(boolean);
    descriptor: (Z)Lio/vertx/core/net/OpenSSLEngineOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.OpenSSLEngineOptions this
        start local 1 // boolean sessionCacheEnabled
         0: .line 66
            aload 0 /* this */
            iload 1 /* sessionCacheEnabled */
            putfield io.vertx.core.net.OpenSSLEngineOptions.sessionCacheEnabled:Z
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // boolean sessionCacheEnabled
        end local 0 // io.vertx.core.net.OpenSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/core/net/OpenSSLEngineOptions;
            0    2     1  sessionCacheEnabled  Z
    MethodParameters:
                     Name  Flags
      sessionCacheEnabled  

  public boolean isSessionCacheEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.OpenSSLEngineOptions this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.core.net.OpenSSLEngineOptions.sessionCacheEnabled:Z
            ireturn
        end local 0 // io.vertx.core.net.OpenSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/OpenSSLEngineOptions;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.OpenSSLEngineOptions this
        start local 1 // java.lang.Object o
         0: .line 81
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.net.OpenSSLEngineOptions
            ifne 2
            iconst_0
            ireturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.OpenSSLEngineOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.net.OpenSSLEngineOptions that
         3: .line 86
            aload 0 /* this */
            getfield io.vertx.core.net.OpenSSLEngineOptions.sessionCacheEnabled:Z
            aload 2 /* that */
            getfield io.vertx.core.net.OpenSSLEngineOptions.sessionCacheEnabled:Z
            if_icmpeq 4
            iconst_0
            ireturn
         4: .line 88
      StackMap locals: io.vertx.core.net.OpenSSLEngineOptions
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.OpenSSLEngineOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.OpenSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/net/OpenSSLEngineOptions;
            0    5     1     o  Ljava/lang/Object;
            3    5     2  that  Lio/vertx/core/net/OpenSSLEngineOptions;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.OpenSSLEngineOptions this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.core.net.OpenSSLEngineOptions.sessionCacheEnabled:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.vertx.core.net.OpenSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/OpenSSLEngineOptions;

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.OpenSSLEngineOptions this
         0: .line 97
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 98
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.OpenSSLEngineOptionsConverter.toJson:(Lio/vertx/core/net/OpenSSLEngineOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 99
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.OpenSSLEngineOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/OpenSSLEngineOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

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

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

  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.OpenSSLEngineOptions.copy:()Lio/vertx/core/net/OpenSSLEngineOptions;
            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.OpenSSLEngineOptions.clone:()Lio/vertx/core/net/OpenSSLEngineOptions;
            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.OpenSSLEngineOptions.clone:()Lio/vertx/core/net/OpenSSLEngineOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "OpenSSLEngineOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)