public abstract class io.vertx.core.net.TCPSSLOptions extends io.vertx.core.net.NetworkOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.net.TCPSSLOptions
  super_class: io.vertx.core.net.NetworkOptions
{
  public static final boolean DEFAULT_TCP_NO_DELAY;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final boolean DEFAULT_TCP_KEEP_ALIVE;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int DEFAULT_SO_LINGER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final boolean DEFAULT_USE_POOLED_BUFFERS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_SSL;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int DEFAULT_IDLE_TIMEOUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final java.util.concurrent.TimeUnit DEFAULT_IDLE_TIMEOUT_TIME_UNIT;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final boolean DEFAULT_USE_ALPN;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final io.vertx.core.net.SSLEngineOptions DEFAULT_SSL_ENGINE;
    descriptor: Lio/vertx/core/net/SSLEngineOptions;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.util.List<java.lang.String> DEFAULT_ENABLED_SECURE_TRANSPORT_PROTOCOLS;
    descriptor: Ljava/util/List;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  public static final boolean DEFAULT_TCP_FAST_OPEN;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_TCP_CORK;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_TCP_QUICKACK;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final long DEFAULT_SSL_HANDSHAKE_TIMEOUT;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final java.util.concurrent.TimeUnit DEFAULT_SSL_HANDSHAKE_TIMEOUT_TIME_UNIT;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

  private int soLinger;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private int idleTimeout;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.TimeUnit idleTimeoutUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

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

  private long sslHandshakeTimeout;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.TimeUnit sslHandshakeTimeoutUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.net.KeyCertOptions keyCertOptions;
    descriptor: Lio/vertx/core/net/KeyCertOptions;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.net.TrustOptions trustOptions;
    descriptor: Lio/vertx/core/net/TrustOptions;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Set<java.lang.String> enabledCipherSuites;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  private java.util.ArrayList<java.lang.String> crlPaths;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  private java.util.ArrayList<io.vertx.core.buffer.Buffer> crlValues;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Lio/vertx/core/buffer/Buffer;>;

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

  private io.vertx.core.net.SSLEngineOptions sslEngineOptions;
    descriptor: Lio/vertx/core/net/SSLEngineOptions;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Set<java.lang.String> enabledSecureTransportProtocols;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/String;>;

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 63
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            putstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_IDLE_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
         1: .line 73
            aconst_null
            putstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_SSL_ENGINE:Lio/vertx/core/net/SSLEngineOptions;
         2: .line 82
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
            ldc "TLSv1"
            aastore
            dup
            iconst_1
            ldc "TLSv1.1"
            aastore
            dup
            iconst_2
            ldc "TLSv1.2"
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_ENABLED_SECURE_TRANSPORT_PROTOCOLS:Ljava/util/List;
         3: .line 107
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            putstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_SSL_HANDSHAKE_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public void <init>(io.vertx.core.net.TCPSSLOptions);
    descriptor: (Lio/vertx/core/net/TCPSSLOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.TCPSSLOptions other
         0: .line 144
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.NetworkOptions.<init>:(Lio/vertx/core/net/NetworkOptions;)V
         1: .line 145
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.isTcpNoDelay:()Z
            putfield io.vertx.core.net.TCPSSLOptions.tcpNoDelay:Z
         2: .line 146
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.isTcpKeepAlive:()Z
            putfield io.vertx.core.net.TCPSSLOptions.tcpKeepAlive:Z
         3: .line 147
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getSoLinger:()I
            putfield io.vertx.core.net.TCPSSLOptions.soLinger:I
         4: .line 148
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.isUsePooledBuffers:()Z
            putfield io.vertx.core.net.TCPSSLOptions.usePooledBuffers:Z
         5: .line 149
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getIdleTimeout:()I
            putfield io.vertx.core.net.TCPSSLOptions.idleTimeout:I
         6: .line 150
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getIdleTimeoutUnit:()Ljava/util/concurrent/TimeUnit;
            ifnull 7
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getIdleTimeoutUnit:()Ljava/util/concurrent/TimeUnit;
            goto 8
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions
         7: getstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_IDLE_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions java.util.concurrent.TimeUnit
         8: putfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
         9: .line 151
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.isSsl:()Z
            putfield io.vertx.core.net.TCPSSLOptions.ssl:Z
        10: .line 152
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeout:J
            putfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeout:J
        11: .line 153
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getSslHandshakeTimeoutUnit:()Ljava/util/concurrent/TimeUnit;
            ifnull 12
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getSslHandshakeTimeoutUnit:()Ljava/util/concurrent/TimeUnit;
            goto 13
      StackMap locals:
      StackMap stack: io.vertx.core.net.TCPSSLOptions
        12: getstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_SSL_HANDSHAKE_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions java.util.concurrent.TimeUnit
        13: putfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeoutUnit:Ljava/util/concurrent/TimeUnit;
        14: .line 154
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getKeyCertOptions:()Lio/vertx/core/net/KeyCertOptions;
            ifnull 15
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getKeyCertOptions:()Lio/vertx/core/net/KeyCertOptions;
            invokeinterface io.vertx.core.net.KeyCertOptions.copy:()Lio/vertx/core/net/KeyCertOptions;
            goto 16
      StackMap locals:
      StackMap stack: io.vertx.core.net.TCPSSLOptions
        15: aconst_null
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.KeyCertOptions
        16: putfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
        17: .line 155
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getTrustOptions:()Lio/vertx/core/net/TrustOptions;
            ifnull 18
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getTrustOptions:()Lio/vertx/core/net/TrustOptions;
            invokeinterface io.vertx.core.net.TrustOptions.copy:()Lio/vertx/core/net/TrustOptions;
            goto 19
      StackMap locals:
      StackMap stack: io.vertx.core.net.TCPSSLOptions
        18: aconst_null
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TrustOptions
        19: putfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
        20: .line 156
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getEnabledCipherSuites:()Ljava/util/Set;
            ifnonnull 21
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            goto 22
      StackMap locals:
      StackMap stack: io.vertx.core.net.TCPSSLOptions
        21: new java.util.LinkedHashSet
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getEnabledCipherSuites:()Ljava/util/Set;
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions java.util.LinkedHashSet
        22: putfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
        23: .line 157
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getCrlPaths:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
        24: .line 158
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getCrlValues:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
        25: .line 159
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.TCPSSLOptions.useAlpn:Z
            putfield io.vertx.core.net.TCPSSLOptions.useAlpn:Z
        26: .line 160
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            ifnull 27
            aload 1 /* other */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            invokevirtual io.vertx.core.net.SSLEngineOptions.copy:()Lio/vertx/core/net/SSLEngineOptions;
            goto 28
      StackMap locals:
      StackMap stack: io.vertx.core.net.TCPSSLOptions
        27: aconst_null
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.SSLEngineOptions
        28: putfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
        29: .line 161
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getEnabledSecureTransportProtocols:()Ljava/util/Set;
            ifnonnull 30
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            goto 31
      StackMap locals:
      StackMap stack: io.vertx.core.net.TCPSSLOptions
        30: new java.util.LinkedHashSet
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.getEnabledSecureTransportProtocols:()Ljava/util/Set;
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
      StackMap locals: io.vertx.core.net.TCPSSLOptions io.vertx.core.net.TCPSSLOptions
      StackMap stack: io.vertx.core.net.TCPSSLOptions java.util.LinkedHashSet
        31: putfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
        32: .line 162
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.isTcpFastOpen:()Z
            putfield io.vertx.core.net.TCPSSLOptions.tcpFastOpen:Z
        33: .line 163
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.isTcpCork:()Z
            putfield io.vertx.core.net.TCPSSLOptions.tcpCork:Z
        34: .line 164
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.TCPSSLOptions.isTcpQuickAck:()Z
            putfield io.vertx.core.net.TCPSSLOptions.tcpQuickAck:Z
        35: .line 165
            return
        end local 1 // io.vertx.core.net.TCPSSLOptions other
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   36     0   this  Lio/vertx/core/net/TCPSSLOptions;
            0   36     1  other  Lio/vertx/core/net/TCPSSLOptions;
    MethodParameters:
       Name  Flags
      other  

  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.TCPSSLOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 173
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.NetworkOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 174
            aload 0 /* this */
            invokevirtual io.vertx.core.net.TCPSSLOptions.init:()V
         2: .line 175
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.TCPSSLOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/TCPSSLOptions;)V
         3: .line 176
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/TCPSSLOptions;
            0    4     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  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.TCPSSLOptions this
         0: .line 184
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetworkOptions.toJson:()Lio/vertx/core/json/JsonObject;
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 185
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.TCPSSLOptionsConverter.toJson:(Lio/vertx/core/net/TCPSSLOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 186
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 190
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.net.TCPSSLOptions.tcpNoDelay:Z
         1: .line 191
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.tcpKeepAlive:Z
         2: .line 192
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.net.TCPSSLOptions.soLinger:I
         3: .line 193
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.usePooledBuffers:Z
         4: .line 194
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.idleTimeout:I
         5: .line 195
            aload 0 /* this */
            getstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_IDLE_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
         6: .line 196
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.ssl:Z
         7: .line 197
            aload 0 /* this */
            ldc 10
            putfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeout:J
         8: .line 198
            aload 0 /* this */
            getstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_SSL_HANDSHAKE_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeoutUnit:Ljava/util/concurrent/TimeUnit;
         9: .line 199
            aload 0 /* this */
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            putfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
        10: .line 200
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
        11: .line 201
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
        12: .line 202
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.useAlpn:Z
        13: .line 203
            aload 0 /* this */
            getstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_SSL_ENGINE:Lio/vertx/core/net/SSLEngineOptions;
            putfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
        14: .line 204
            aload 0 /* this */
            new java.util.LinkedHashSet
            dup
            getstatic io.vertx.core.net.TCPSSLOptions.DEFAULT_ENABLED_SECURE_TRANSPORT_PROTOCOLS:Ljava/util/List;
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
        15: .line 205
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.tcpFastOpen:Z
        16: .line 206
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.tcpCork:Z
        17: .line 207
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.TCPSSLOptions.tcpQuickAck:Z
        18: .line 208
            return
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lio/vertx/core/net/TCPSSLOptions;

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

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

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

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

  public int getSoLinger();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 251
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.soLinger:I
            ireturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // int soLinger
         0: .line 261
            iload 1 /* soLinger */
            ifge 2
            iload 1 /* soLinger */
            iconst_m1
            if_icmpeq 2
         1: .line 262
            new java.lang.IllegalArgumentException
            dup
            ldc "soLinger must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* soLinger */
            putfield io.vertx.core.net.TCPSSLOptions.soLinger:I
         3: .line 265
            aload 0 /* this */
            areturn
        end local 1 // int soLinger
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/net/TCPSSLOptions;
            0    4     1  soLinger  I
    MethodParameters:
          Name  Flags
      soLinger  

  public boolean isUsePooledBuffers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 274
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.usePooledBuffers:Z
            ireturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.core.net.TCPSSLOptions setUsePooledBuffers(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // boolean usePooledBuffers
         0: .line 286
            aload 0 /* this */
            iload 1 /* usePooledBuffers */
            putfield io.vertx.core.net.TCPSSLOptions.usePooledBuffers:Z
         1: .line 287
            aload 0 /* this */
            areturn
        end local 1 // boolean usePooledBuffers
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  usePooledBuffers  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                  Name  Flags
      usePooledBuffers  

  public io.vertx.core.net.TCPSSLOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // int idleTimeout
         0: .line 300
            iload 1 /* idleTimeout */
            ifge 2
         1: .line 301
            new java.lang.IllegalArgumentException
            dup
            ldc "idleTimeout must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* idleTimeout */
            putfield io.vertx.core.net.TCPSSLOptions.idleTimeout:I
         3: .line 304
            aload 0 /* this */
            areturn
        end local 1 // int idleTimeout
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/core/net/TCPSSLOptions;
            0    4     1  idleTimeout  I
    MethodParameters:
             Name  Flags
      idleTimeout  

  public int getIdleTimeout();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 311
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeout:I
            ireturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // java.util.concurrent.TimeUnit idleTimeoutUnit
         0: .line 321
            aload 0 /* this */
            aload 1 /* idleTimeoutUnit */
            putfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 322
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit idleTimeoutUnit
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  idleTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                 Name  Flags
      idleTimeoutUnit  

  public java.util.concurrent.TimeUnit getIdleTimeoutUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 329
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;

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

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

  public io.vertx.core.net.KeyCertOptions getKeyCertOptions();
    descriptor: ()Lio/vertx/core/net/KeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 356
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.net.TCPSSLOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.KeyCertOptions options
         0: .line 367
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
         1: .line 368
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.KeyCertOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/KeyCertOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.JksOptions getKeyStoreOptions();
    descriptor: ()Lio/vertx/core/net/JksOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 377
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            instanceof io.vertx.core.net.JksOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            checkcast io.vertx.core.net.JksOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.JksOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 386
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
         1: .line 387
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.PfxOptions getPfxKeyCertOptions();
    descriptor: ()Lio/vertx/core/net/PfxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 396
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            instanceof io.vertx.core.net.PfxOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            checkcast io.vertx.core.net.PfxOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.PfxOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 405
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
         1: .line 406
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.PemKeyCertOptions getPemKeyCertOptions();
    descriptor: ()Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 415
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            instanceof io.vertx.core.net.PemKeyCertOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            checkcast io.vertx.core.net.PemKeyCertOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.PemKeyCertOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions options
         0: .line 424
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
         1: .line 425
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemKeyCertOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.TrustOptions getTrustOptions();
    descriptor: ()Lio/vertx/core/net/TrustOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 432
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.TrustOptions options
         0: .line 441
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
         1: .line 442
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.TrustOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/TrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.JksOptions getTrustStoreOptions();
    descriptor: ()Lio/vertx/core/net/JksOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 451
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            instanceof io.vertx.core.net.JksOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            checkcast io.vertx.core.net.JksOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.JksOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 460
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
         1: .line 461
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.PfxOptions getPfxTrustOptions();
    descriptor: ()Lio/vertx/core/net/PfxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 470
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            instanceof io.vertx.core.net.PfxOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            checkcast io.vertx.core.net.PfxOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.PfxOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 479
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
         1: .line 480
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.PemTrustOptions getPemTrustOptions();
    descriptor: ()Lio/vertx/core/net/PemTrustOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 489
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            instanceof io.vertx.core.net.PemTrustOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            checkcast io.vertx.core.net.PemTrustOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.PemTrustOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.PemTrustOptions options
         0: .line 498
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
         1: .line 499
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemTrustOptions options
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  options  Lio/vertx/core/net/PemTrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.net.TCPSSLOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // java.lang.String suite
         0: .line 509
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            aload 1 /* suite */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 510
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String suite
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  suite  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      suite  

  public java.util.Set<java.lang.String> getEnabledCipherSuites();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 518
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public java.util.List<java.lang.String> getCrlPaths();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 526
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.core.net.TCPSSLOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // java.lang.String crlPath
         0: .line 536
            aload 1 /* crlPath */
            ldc "No null crl accepted"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 537
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            aload 1 /* crlPath */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 538
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String crlPath
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/net/TCPSSLOptions;
            0    3     1  crlPath  Ljava/lang/String;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
         Name  Flags
      crlPath  

  public java.util.List<io.vertx.core.buffer.Buffer> getCrlValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 547
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;
    Signature: ()Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;

  public io.vertx.core.net.TCPSSLOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.buffer.Buffer crlValue
         0: .line 558
            aload 1 /* crlValue */
            ldc "No null crl accepted"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 559
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            aload 1 /* crlValue */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 560
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer crlValue
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/core/net/TCPSSLOptions;
            0    3     1  crlValue  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      crlValue  

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

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

  public io.vertx.core.net.SSLEngineOptions getSslEngineOptions();
    descriptor: ()Lio/vertx/core/net/SSLEngineOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 584
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
         0: .line 594
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            putfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
         1: .line 595
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  sslEngineOptions  Lio/vertx/core/net/SSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.net.JdkSSLEngineOptions getJdkSslEngineOptions();
    descriptor: ()Lio/vertx/core/net/JdkSSLEngineOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 599
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            instanceof io.vertx.core.net.JdkSSLEngineOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            checkcast io.vertx.core.net.JdkSSLEngineOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.JdkSSLEngineOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
         0: .line 603
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokevirtual io.vertx.core.net.TCPSSLOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
            areturn
        end local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  sslEngineOptions  Lio/vertx/core/net/JdkSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.net.OpenSSLEngineOptions getOpenSslEngineOptions();
    descriptor: ()Lio/vertx/core/net/OpenSSLEngineOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 607
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            instanceof io.vertx.core.net.OpenSSLEngineOptions
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            checkcast io.vertx.core.net.OpenSSLEngineOptions
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.net.OpenSSLEngineOptions
         2: areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
         0: .line 611
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokevirtual io.vertx.core.net.TCPSSLOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
            areturn
        end local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  sslEngineOptions  Lio/vertx/core/net/OpenSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.net.TCPSSLOptions setEnabledSecureTransportProtocols(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // java.util.Set enabledSecureTransportProtocols
         0: .line 621
            aload 0 /* this */
            aload 1 /* enabledSecureTransportProtocols */
            putfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
         1: .line 622
            aload 0 /* this */
            areturn
        end local 1 // java.util.Set enabledSecureTransportProtocols
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    2     0                             this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  enabledSecureTransportProtocols  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/core/net/TCPSSLOptions;
    MethodParameters:
                                 Name  Flags
      enabledSecureTransportProtocols  

  public io.vertx.core.net.TCPSSLOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // java.lang.String protocol
         0: .line 632
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
            aload 1 /* protocol */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 633
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  

  public io.vertx.core.net.TCPSSLOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // java.lang.String protocol
         0: .line 643
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
            aload 1 /* protocol */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 644
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  

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

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

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

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

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

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

  public java.util.Set<java.lang.String> getEnabledSecureTransportProtocols();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 703
            new java.util.LinkedHashSet
            dup
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public long getSslHandshakeTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 710
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeout:J
            lreturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // long sslHandshakeTimeout
         0: .line 720
            lload 1 /* sslHandshakeTimeout */
            lconst_0
            lcmp
            ifge 2
         1: .line 721
            new java.lang.IllegalArgumentException
            dup
            ldc "sslHandshakeTimeout must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* sslHandshakeTimeout */
            putfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeout:J
         3: .line 724
            aload 0 /* this */
            areturn
        end local 1 // long sslHandshakeTimeout
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lio/vertx/core/net/TCPSSLOptions;
            0    4     1  sslHandshakeTimeout  J
    MethodParameters:
                     Name  Flags
      sslHandshakeTimeout  

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // java.util.concurrent.TimeUnit sslHandshakeTimeoutUnit
         0: .line 734
            aload 0 /* this */
            aload 1 /* sslHandshakeTimeoutUnit */
            putfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeoutUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 735
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit sslHandshakeTimeoutUnit
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lio/vertx/core/net/TCPSSLOptions;
            0    2     1  sslHandshakeTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                         Name  Flags
      sslHandshakeTimeoutUnit  

  public java.util.concurrent.TimeUnit getSslHandshakeTimeoutUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 742
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslHandshakeTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/TCPSSLOptions;

  public io.vertx.core.net.TCPSSLOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // boolean logEnabled
         0: .line 747
            aload 0 /* this */
            iload 1 /* logEnabled */
            invokespecial io.vertx.core.net.NetworkOptions.setLogActivity:(Z)Lio/vertx/core/net/NetworkOptions;
            checkcast io.vertx.core.net.TCPSSLOptions
            areturn
        end local 1 // boolean logEnabled
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  logEnabled  Z
    MethodParameters:
            Name  Flags
      logEnabled  

  public io.vertx.core.net.TCPSSLOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // int sendBufferSize
         0: .line 752
            aload 0 /* this */
            iload 1 /* sendBufferSize */
            invokespecial io.vertx.core.net.NetworkOptions.setSendBufferSize:(I)Lio/vertx/core/net/NetworkOptions;
            checkcast io.vertx.core.net.TCPSSLOptions
            areturn
        end local 1 // int sendBufferSize
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  sendBufferSize  I
    MethodParameters:
                Name  Flags
      sendBufferSize  

  public io.vertx.core.net.TCPSSLOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // int receiveBufferSize
         0: .line 757
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            invokespecial io.vertx.core.net.NetworkOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/NetworkOptions;
            checkcast io.vertx.core.net.TCPSSLOptions
            areturn
        end local 1 // int receiveBufferSize
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  receiveBufferSize  I
    MethodParameters:
                   Name  Flags
      receiveBufferSize  

  public io.vertx.core.net.TCPSSLOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // boolean reuseAddress
         0: .line 762
            aload 0 /* this */
            iload 1 /* reuseAddress */
            invokespecial io.vertx.core.net.NetworkOptions.setReuseAddress:(Z)Lio/vertx/core/net/NetworkOptions;
            checkcast io.vertx.core.net.TCPSSLOptions
            areturn
        end local 1 // boolean reuseAddress
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  reuseAddress  Z
    MethodParameters:
              Name  Flags
      reuseAddress  

  public io.vertx.core.net.TCPSSLOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // int trafficClass
         0: .line 767
            aload 0 /* this */
            iload 1 /* trafficClass */
            invokespecial io.vertx.core.net.NetworkOptions.setTrafficClass:(I)Lio/vertx/core/net/NetworkOptions;
            checkcast io.vertx.core.net.TCPSSLOptions
            areturn
        end local 1 // int trafficClass
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  trafficClass  I
    MethodParameters:
              Name  Flags
      trafficClass  

  public io.vertx.core.net.TCPSSLOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.TCPSSLOptions this
        start local 1 // boolean reusePort
         0: .line 772
            aload 0 /* this */
            iload 1 /* reusePort */
            invokespecial io.vertx.core.net.NetworkOptions.setReusePort:(Z)Lio/vertx/core/net/NetworkOptions;
            checkcast io.vertx.core.net.TCPSSLOptions
            areturn
        end local 1 // boolean reusePort
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/net/TCPSSLOptions;
            0    1     1  reusePort  Z
    MethodParameters:
           Name  Flags
      reusePort  

  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.TCPSSLOptions this
        start local 1 // java.lang.Object o
         0: .line 777
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 778
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.net.TCPSSLOptions
            ifne 2
            iconst_0
            ireturn
         2: .line 779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            invokespecial io.vertx.core.net.NetworkOptions.equals:(Ljava/lang/Object;)Z
            ifne 3
            iconst_0
            ireturn
         3: .line 781
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.TCPSSLOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.net.TCPSSLOptions that
         4: .line 783
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeout:I
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeout:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 784
      StackMap locals: io.vertx.core.net.TCPSSLOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.equals:(Ljava/lang/Object;)Z
            ifne 8
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            ifnull 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
         8: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.soLinger:I
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.soLinger:I
            if_icmpeq 9
            iconst_0
            ireturn
         9: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.ssl:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.ssl:Z
            if_icmpeq 10
            iconst_0
            ireturn
        10: .line 787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpKeepAlive:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.tcpKeepAlive:Z
            if_icmpeq 11
            iconst_0
            ireturn
        11: .line 788
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpNoDelay:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.tcpNoDelay:Z
            if_icmpeq 12
            iconst_0
            ireturn
        12: .line 789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpFastOpen:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.tcpFastOpen:Z
            if_icmpeq 13
            iconst_0
            ireturn
        13: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpQuickAck:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.tcpQuickAck:Z
            if_icmpeq 14
            iconst_0
            ireturn
        14: .line 791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpCork:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.tcpCork:Z
            if_icmpeq 15
            iconst_0
            ireturn
        15: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.usePooledBuffers:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.usePooledBuffers:Z
            if_icmpeq 16
            iconst_0
            ireturn
        16: .line 793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            ifnull 17
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            ifnull 19
      StackMap locals:
      StackMap stack:
        18: iconst_0
            ireturn
        19: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            ifnull 20
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.equals:(Ljava/lang/Object;)Z
            ifne 22
            goto 21
      StackMap locals:
      StackMap stack:
        20: aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            ifnull 22
      StackMap locals:
      StackMap stack:
        21: iconst_0
            ireturn
        22: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            ifnull 23
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ifne 25
            goto 24
      StackMap locals:
      StackMap stack:
        23: aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            ifnull 25
        24: .line 796
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        25: .line 797
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            ifnull 26
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 28
            goto 27
      StackMap locals:
      StackMap stack:
        26: aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            ifnull 28
      StackMap locals:
      StackMap stack:
        27: iconst_0
            ireturn
        28: .line 798
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            ifnull 29
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 31
            goto 30
      StackMap locals:
      StackMap stack:
        29: aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            ifnull 31
      StackMap locals:
      StackMap stack:
        30: iconst_0
            ireturn
        31: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.useAlpn:Z
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.useAlpn:Z
            if_icmpeq 32
            iconst_0
            ireturn
        32: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            ifnull 33
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 35
            goto 34
      StackMap locals:
      StackMap stack:
        33: aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            ifnull 35
      StackMap locals:
      StackMap stack:
        34: iconst_0
            ireturn
        35: .line 801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
            aload 2 /* that */
            getfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ifne 36
            iconst_0
            ireturn
        36: .line 803
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.TCPSSLOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Lio/vertx/core/net/TCPSSLOptions;
            0   37     1     o  Ljava/lang/Object;
            4   37     2  that  Lio/vertx/core/net/TCPSSLOptions;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.TCPSSLOptions this
         0: .line 808
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetworkOptions.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 809
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpNoDelay:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int
         2: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 810
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpFastOpen:Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 811
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpCork:Z
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: int
         8: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
         9: iadd
            istore 1 /* result */
        10: .line 812
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpQuickAck:Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: int
        11: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        12: iadd
            istore 1 /* result */
        13: .line 813
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.tcpKeepAlive:Z
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: int
        14: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        15: iadd
            istore 1 /* result */
        16: .line 814
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.soLinger:I
            iadd
            istore 1 /* result */
        17: .line 815
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.usePooledBuffers:Z
            ifeq 18
            iconst_1
            goto 19
      StackMap locals:
      StackMap stack: int
        18: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        19: iadd
            istore 1 /* result */
        20: .line 816
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeout:I
            iadd
            istore 1 /* result */
        21: .line 817
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            ifnull 22
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.idleTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.hashCode:()I
            goto 23
      StackMap locals:
      StackMap stack: int
        22: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        23: iadd
            istore 1 /* result */
        24: .line 818
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.ssl:Z
            ifeq 25
            iconst_1
            goto 26
      StackMap locals:
      StackMap stack: int
        25: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        26: iadd
            istore 1 /* result */
        27: .line 819
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            ifnull 28
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.keyCertOptions:Lio/vertx/core/net/KeyCertOptions;
            invokevirtual java.lang.Object.hashCode:()I
            goto 29
      StackMap locals:
      StackMap stack: int
        28: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        29: iadd
            istore 1 /* result */
        30: .line 820
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            ifnull 31
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.trustOptions:Lio/vertx/core/net/TrustOptions;
            invokevirtual java.lang.Object.hashCode:()I
            goto 32
      StackMap locals:
      StackMap stack: int
        31: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        32: iadd
            istore 1 /* result */
        33: .line 821
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            ifnull 34
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledCipherSuites:Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            goto 35
      StackMap locals:
      StackMap stack: int
        34: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        35: iadd
            istore 1 /* result */
        36: .line 822
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            ifnull 37
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlPaths:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.hashCode:()I
            goto 38
      StackMap locals:
      StackMap stack: int
        37: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        38: iadd
            istore 1 /* result */
        39: .line 823
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            ifnull 40
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.crlValues:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.hashCode:()I
            goto 41
      StackMap locals:
      StackMap stack: int
        40: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        41: iadd
            istore 1 /* result */
        42: .line 824
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.useAlpn:Z
            ifeq 43
            iconst_1
            goto 44
      StackMap locals:
      StackMap stack: int
        43: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        44: iadd
            istore 1 /* result */
        45: .line 825
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            ifnull 46
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.sslEngineOptions:Lio/vertx/core/net/SSLEngineOptions;
            invokevirtual java.lang.Object.hashCode:()I
            goto 47
      StackMap locals:
      StackMap stack: int
        46: iconst_0
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
        47: iadd
            istore 1 /* result */
        48: .line 826
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
            ifnull 50
            aload 0 /* this */
            getfield io.vertx.core.net.TCPSSLOptions.enabledSecureTransportProtocols:Ljava/util/Set;
        49: .line 827
            invokeinterface java.util.Set.hashCode:()I
            goto 51
      StackMap locals:
      StackMap stack: int
        50: iconst_0
        51: .line 826
      StackMap locals: io.vertx.core.net.TCPSSLOptions int
      StackMap stack: int int
            iadd
            istore 1 /* result */
        52: .line 828
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.TCPSSLOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   53     0    this  Lio/vertx/core/net/TCPSSLOptions;
            1   53     1  result  I

  public io.vertx.core.net.NetworkOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.net.TCPSSLOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.net.TCPSSLOptions.setReusePort:(Z)Lio/vertx/core/net/TCPSSLOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.net.TCPSSLOptions.setReuseAddress:(Z)Lio/vertx/core/net/TCPSSLOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.net.TCPSSLOptions.setSendBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.net.TCPSSLOptions.setTrafficClass:(I)Lio/vertx/core/net/TCPSSLOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.net.TCPSSLOptions.setLogActivity:(Z)Lio/vertx/core/net/TCPSSLOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TCPSSLOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)