public class io.vertx.core.http.HttpClientOptions extends io.vertx.core.net.ClientOptionsBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.HttpClientOptions
  super_class: io.vertx.core.net.ClientOptionsBase
{
  public static final int DEFAULT_MAX_POOL_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

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

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

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

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

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

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

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

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

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

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

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

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

  public static final java.lang.String DEFAULT_DEFAULT_HOST;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "localhost"

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

  public static final io.vertx.core.http.HttpVersion DEFAULT_PROTOCOL_VERSION;
    descriptor: Lio/vertx/core/http/HttpVersion;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

  public static final java.util.List<io.vertx.core.http.HttpVersion> DEFAULT_ALPN_VERSIONS;
    descriptor: Ljava/util/List;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  private java.lang.String defaultHost;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private io.vertx.core.http.HttpVersion protocolVersion;
    descriptor: Lio/vertx/core/http/HttpVersion;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private io.vertx.core.http.Http2Settings initialSettings;
    descriptor: Lio/vertx/core/http/Http2Settings;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<io.vertx.core.http.HttpVersion> alpnVersions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;

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

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

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

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

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 113
            getstatic io.vertx.core.http.HttpVersion.HTTP_1_1:Lio/vertx/core/http/HttpVersion;
            putstatic io.vertx.core.http.HttpClientOptions.DEFAULT_PROTOCOL_VERSION:Lio/vertx/core/http/HttpVersion;
         1: .line 138
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putstatic io.vertx.core.http.HttpClientOptions.DEFAULT_ALPN_VERSIONS:Ljava/util/List;
         2: .line 193
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientOptions this
         0: .line 236
            aload 0 /* this */
            invokespecial io.vertx.core.net.ClientOptionsBase.<init>:()V
         1: .line 195
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         2: .line 237
            aload 0 /* this */
            invokevirtual io.vertx.core.http.HttpClientOptions.init:()V
         3: .line 238
            return
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/HttpClientOptions;

  public void <init>(io.vertx.core.http.HttpClientOptions);
    descriptor: (Lio/vertx/core/http/HttpClientOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.http.HttpClientOptions other
         0: .line 246
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.ClientOptionsBase.<init>:(Lio/vertx/core/net/ClientOptionsBase;)V
         1: .line 195
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         2: .line 247
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isVerifyHost:()Z
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         3: .line 248
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxPoolSize:()I
            putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
         4: .line 249
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isKeepAlive:()Z
            putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
         5: .line 250
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getKeepAliveTimeout:()I
            putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
         6: .line 251
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isPipelining:()Z
            putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
         7: .line 252
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getPipeliningLimit:()I
            putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
         8: .line 253
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getHttp2MaxPoolSize:()I
            putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
         9: .line 254
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
            putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
        10: .line 255
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
            putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
        11: .line 256
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getHttp2KeepAliveTimeout:()I
            putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
        12: .line 257
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isTryUseCompression:()Z
            putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
        13: .line 258
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
        14: .line 259
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
        15: .line 260
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
            putfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
        16: .line 261
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.defaultPort:I
            putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
        17: .line 262
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
            putfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
        18: .line 263
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
        19: .line 264
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxInitialLineLength:()I
            putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
        20: .line 265
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxHeaderSize:()I
            putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
        21: .line 266
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
        22: .line 267
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            ifnull 23
            new io.vertx.core.http.Http2Settings
            dup
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            invokespecial io.vertx.core.http.Http2Settings.<init>:(Lio/vertx/core/http/Http2Settings;)V
            goto 24
      StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
      StackMap stack: io.vertx.core.http.HttpClientOptions
        23: aconst_null
      StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
      StackMap stack: io.vertx.core.http.HttpClientOptions io.vertx.core.http.Http2Settings
        24: putfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
        25: .line 268
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            ifnull 26
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 27
      StackMap locals:
      StackMap stack: io.vertx.core.http.HttpClientOptions
        26: aconst_null
      StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
      StackMap stack: io.vertx.core.http.HttpClientOptions java.util.ArrayList
        27: putfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
        28: .line 269
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
            putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
        29: .line 270
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isSendUnmaskedFrames:()Z
            putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
        30: .line 271
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
            putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
        31: .line 272
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.forceSni:Z
            putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
        32: .line 273
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getDecoderInitialBufferSize:()I
            putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
        33: .line 274
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getPoolCleanerPeriod:()I
            putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
        34: .line 275
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
        35: .line 276
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
        36: .line 277
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
            putfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
        37: .line 278
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
            putfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
        38: .line 279
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
            putfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
        39: .line 280
            return
        end local 1 // io.vertx.core.http.HttpClientOptions other
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   40     0   this  Lio/vertx/core/http/HttpClientOptions;
            0   40     1  other  Lio/vertx/core/http/HttpClientOptions;
    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.http.HttpClientOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 288
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.ClientOptionsBase.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 195
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         2: .line 289
            aload 0 /* this */
            invokevirtual io.vertx.core.http.HttpClientOptions.init:()V
         3: .line 290
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.http.HttpClientOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/http/HttpClientOptions;)V
         4: .line 291
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/HttpClientOptions;
            0    5     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.http.HttpClientOptions this
         0: .line 299
            aload 0 /* this */
            invokespecial io.vertx.core.net.ClientOptionsBase.toJson:()Lio/vertx/core/json/JsonObject;
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 300
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.http.HttpClientOptionsConverter.toJson:(Lio/vertx/core/http/HttpClientOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 301
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/HttpClientOptions;
            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.http.HttpClientOptions this
         0: .line 305
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         1: .line 306
            aload 0 /* this */
            iconst_5
            putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
         2: .line 307
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
         3: .line 308
            aload 0 /* this */
            bipush 60
            putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
         4: .line 309
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
         5: .line 310
            aload 0 /* this */
            bipush 10
            putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
         6: .line 311
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
         7: .line 312
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
         8: .line 313
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
         9: .line 314
            aload 0 /* this */
            bipush 60
            putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
        10: .line 315
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
        11: .line 316
            aload 0 /* this */
            ldc 65536
            putfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
        12: .line 317
            aload 0 /* this */
            ldc 262144
            putfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
        13: .line 318
            aload 0 /* this */
            ldc "localhost"
            putfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
        14: .line 319
            aload 0 /* this */
            bipush 80
            putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
        15: .line 320
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpClientOptions.DEFAULT_PROTOCOL_VERSION:Lio/vertx/core/http/HttpVersion;
            putfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
        16: .line 321
            aload 0 /* this */
            sipush 8192
            putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
        17: .line 322
            aload 0 /* this */
            sipush 4096
            putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
        18: .line 323
            aload 0 /* this */
            sipush 8192
            putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
        19: .line 324
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
        20: .line 325
            aload 0 /* this */
            new io.vertx.core.http.Http2Settings
            dup
            invokespecial io.vertx.core.http.Http2Settings.<init>:()V
            putfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
        21: .line 326
            aload 0 /* this */
            new java.util.ArrayList
            dup
            getstatic io.vertx.core.http.HttpClientOptions.DEFAULT_ALPN_VERSIONS:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
        22: .line 327
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
        23: .line 328
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
        24: .line 329
            aload 0 /* this */
            bipush 16
            putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
        25: .line 330
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
        26: .line 331
            aload 0 /* this */
            sipush 128
            putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
        27: .line 332
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
        28: .line 333
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
        29: .line 334
            aload 0 /* this */
            bipush 6
            putfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
        30: .line 335
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
        31: .line 336
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
        32: .line 337
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
        33: .line 338
            return
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Lio/vertx/core/http/HttpClientOptions;

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

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

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

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

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

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

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

  public io.vertx.core.http.HttpClientOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int soLinger
         0: .line 384
            aload 0 /* this */
            iload 1 /* soLinger */
            invokespecial io.vertx.core.net.ClientOptionsBase.setSoLinger:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 385
            aload 0 /* this */
            areturn
        end local 1 // int soLinger
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  soLinger  I
    MethodParameters:
          Name  Flags
      soLinger  

  public io.vertx.core.http.HttpClientOptions setUsePooledBuffers(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean usePooledBuffers
         0: .line 390
            aload 0 /* this */
            iload 1 /* usePooledBuffers */
            invokespecial io.vertx.core.net.ClientOptionsBase.setUsePooledBuffers:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 391
            aload 0 /* this */
            areturn
        end local 1 // boolean usePooledBuffers
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  usePooledBuffers  Z
    MethodParameters:
                  Name  Flags
      usePooledBuffers  

  public io.vertx.core.http.HttpClientOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int idleTimeout
         0: .line 396
            aload 0 /* this */
            iload 1 /* idleTimeout */
            invokespecial io.vertx.core.net.ClientOptionsBase.setIdleTimeout:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 397
            aload 0 /* this */
            areturn
        end local 1 // int idleTimeout
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  idleTimeout  I
    MethodParameters:
             Name  Flags
      idleTimeout  

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

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

  public io.vertx.core.http.HttpClientOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.KeyCertOptions options
         0: .line 414
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 415
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.KeyCertOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  options  Lio/vertx/core/net/KeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 420
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 421
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 426
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.TrustOptions options
         0: .line 431
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 432
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.TrustOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  options  Lio/vertx/core/net/TrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions options
         0: .line 437
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // io.vertx.core.net.PemKeyCertOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  options  Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 442
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 443
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 448
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.PemTrustOptions options
         0: .line 453
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.ClientOptionsBase.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // io.vertx.core.net.PemTrustOptions options
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  options  Lio/vertx/core/net/PemTrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpClientOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.lang.String suite
         0: .line 458
            aload 0 /* this */
            aload 1 /* suite */
            invokespecial io.vertx.core.net.ClientOptionsBase.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 459
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String suite
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  suite  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      suite  

  public io.vertx.core.http.HttpClientOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.lang.String protocol
         0: .line 464
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.ClientOptionsBase.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 465
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  final

  public io.vertx.core.http.HttpClientOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.lang.String protocol
         0: .line 470
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.ClientOptionsBase.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  

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

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

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

  public io.vertx.core.http.HttpClientOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.lang.String crlPath
         0: .line 490
            aload 0 /* this */
            aload 1 /* crlPath */
            invokespecial io.vertx.core.net.ClientOptionsBase.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // java.lang.String crlPath
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  crlPath  Ljava/lang/String;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
         Name  Flags
      crlPath  

  public io.vertx.core.http.HttpClientOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.buffer.Buffer crlValue
         0: .line 495
            aload 0 /* this */
            aload 1 /* crlValue */
            invokespecial io.vertx.core.net.ClientOptionsBase.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // io.vertx.core.buffer.Buffer crlValue
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  crlValue  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      crlValue  

  public io.vertx.core.http.HttpClientOptions setConnectTimeout(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int connectTimeout
         0: .line 500
            aload 0 /* this */
            iload 1 /* connectTimeout */
            invokespecial io.vertx.core.net.ClientOptionsBase.setConnectTimeout:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 501
            aload 0 /* this */
            areturn
        end local 1 // int connectTimeout
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  connectTimeout  I
    MethodParameters:
                Name  Flags
      connectTimeout  

  public io.vertx.core.http.HttpClientOptions setTrustAll(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean trustAll
         0: .line 506
            aload 0 /* this */
            iload 1 /* trustAll */
            invokespecial io.vertx.core.net.ClientOptionsBase.setTrustAll:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 507
            aload 0 /* this */
            areturn
        end local 1 // boolean trustAll
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  trustAll  Z
    MethodParameters:
          Name  Flags
      trustAll  

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

  public io.vertx.core.http.HttpClientOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // long sslHandshakeTimeout
         0: .line 518
            aload 0 /* this */
            lload 1 /* sslHandshakeTimeout */
            invokespecial io.vertx.core.net.ClientOptionsBase.setSslHandshakeTimeout:(J)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 519
            aload 0 /* this */
            areturn
        end local 1 // long sslHandshakeTimeout
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  sslHandshakeTimeout  J
    MethodParameters:
                     Name  Flags
      sslHandshakeTimeout  

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

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

  public io.vertx.core.http.HttpClientOptions setMaxPoolSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxPoolSize
         0: .line 544
            iload 1 /* maxPoolSize */
            iconst_1
            if_icmpge 2
         1: .line 545
            new java.lang.IllegalArgumentException
            dup
            ldc "maxPoolSize must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxPoolSize */
            putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
         3: .line 548
            aload 0 /* this */
            areturn
        end local 1 // int maxPoolSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/core/http/HttpClientOptions;
            0    4     1  maxPoolSize  I
    MethodParameters:
             Name  Flags
      maxPoolSize  

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

  public io.vertx.core.http.HttpClientOptions setHttp2MultiplexingLimit(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int limit
         0: .line 571
            iload 1 /* limit */
            ifeq 1
            iload 1 /* limit */
            iconst_m1
            if_icmpge 2
         1: .line 572
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "maxPoolSize must be > 0 or -1 (disabled)"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* limit */
            putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
         3: .line 575
            aload 0 /* this */
            areturn
        end local 1 // int limit
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    4     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

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

  public io.vertx.core.http.HttpClientOptions setHttp2MaxPoolSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int max
         0: .line 594
            iload 1 /* max */
            iconst_1
            if_icmpge 2
         1: .line 595
            new java.lang.IllegalArgumentException
            dup
            ldc "http2MaxPoolSize must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* max */
            putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
         3: .line 598
            aload 0 /* this */
            areturn
        end local 1 // int max
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/HttpClientOptions;
            0    4     1   max  I
    MethodParameters:
      Name  Flags
      max   

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

  public io.vertx.core.http.HttpClientOptions setHttp2ConnectionWindowSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int http2ConnectionWindowSize
         0: .line 619
            aload 0 /* this */
            iload 1 /* http2ConnectionWindowSize */
            putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
         1: .line 620
            aload 0 /* this */
            areturn
        end local 1 // int http2ConnectionWindowSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  http2ConnectionWindowSize  I
    MethodParameters:
                           Name  Flags
      http2ConnectionWindowSize  

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

  public io.vertx.core.http.HttpClientOptions setHttp2KeepAliveTimeout(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int keepAliveTimeout
         0: .line 639
            iload 1 /* keepAliveTimeout */
            ifge 2
         1: .line 640
            new java.lang.IllegalArgumentException
            dup
            ldc "HTTP/2 keepAliveTimeout must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* keepAliveTimeout */
            putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
         3: .line 643
            aload 0 /* this */
            areturn
        end local 1 // int keepAliveTimeout
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/vertx/core/http/HttpClientOptions;
            0    4     1  keepAliveTimeout  I
    MethodParameters:
                  Name  Flags
      keepAliveTimeout  

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

  public io.vertx.core.http.HttpClientOptions setKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean keepAlive
         0: .line 662
            aload 0 /* this */
            iload 1 /* keepAlive */
            putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
         1: .line 663
            aload 0 /* this */
            areturn
        end local 1 // boolean keepAlive
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  keepAlive  Z
    MethodParameters:
           Name  Flags
      keepAlive  

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

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

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

  public io.vertx.core.http.HttpClientOptions setPipelining(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean pipelining
         0: .line 705
            aload 0 /* this */
            iload 1 /* pipelining */
            putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
         1: .line 706
            aload 0 /* this */
            areturn
        end local 1 // boolean pipelining
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  pipelining  Z
    MethodParameters:
            Name  Flags
      pipelining  

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

  public io.vertx.core.http.HttpClientOptions setPipeliningLimit(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int limit
         0: .line 723
            iload 1 /* limit */
            iconst_1
            if_icmpge 2
         1: .line 724
            new java.lang.IllegalArgumentException
            dup
            ldc "pipeliningLimit must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* limit */
            putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
         3: .line 727
            aload 0 /* this */
            areturn
        end local 1 // int limit
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    4     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

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

  public io.vertx.core.http.HttpClientOptions setVerifyHost(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean verifyHost
         0: .line 746
            aload 0 /* this */
            iload 1 /* verifyHost */
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         1: .line 747
            aload 0 /* this */
            areturn
        end local 1 // boolean verifyHost
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  verifyHost  Z
    MethodParameters:
            Name  Flags
      verifyHost  

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

  public io.vertx.core.http.HttpClientOptions setTryUseCompression(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean tryUseCompression
         0: .line 766
            aload 0 /* this */
            iload 1 /* tryUseCompression */
            putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
         1: .line 767
            aload 0 /* this */
            areturn
        end local 1 // boolean tryUseCompression
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  tryUseCompression  Z
    MethodParameters:
                   Name  Flags
      tryUseCompression  

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

  public io.vertx.core.http.HttpClientOptions setSendUnmaskedFrames(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean sendUnmaskedFrames
         0: .line 790
            aload 0 /* this */
            iload 1 /* sendUnmaskedFrames */
            putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
         1: .line 791
            aload 0 /* this */
            areturn
        end local 1 // boolean sendUnmaskedFrames
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  sendUnmaskedFrames  Z
    MethodParameters:
                    Name  Flags
      sendUnmaskedFrames  

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

  public io.vertx.core.http.HttpClientOptions setMaxWebsocketFrameSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxWebsocketFrameSize
         0: .line 811
            aload 0 /* this */
            iload 1 /* maxWebsocketFrameSize */
            putfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
         1: .line 812
            aload 0 /* this */
            areturn
        end local 1 // int maxWebsocketFrameSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  maxWebsocketFrameSize  I
    MethodParameters:
                       Name  Flags
      maxWebsocketFrameSize  

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

  public io.vertx.core.http.HttpClientOptions setMaxWebsocketMessageSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxWebsocketMessageSize
         0: .line 831
            aload 0 /* this */
            iload 1 /* maxWebsocketMessageSize */
            putfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
         1: .line 832
            aload 0 /* this */
            areturn
        end local 1 // int maxWebsocketMessageSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  maxWebsocketMessageSize  I
    MethodParameters:
                         Name  Flags
      maxWebsocketMessageSize  

  public java.lang.String getDefaultHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientOptions this
         0: .line 841
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpClientOptions;

  public io.vertx.core.http.HttpClientOptions setDefaultHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.lang.String defaultHost
         0: .line 850
            aload 0 /* this */
            aload 1 /* defaultHost */
            putfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
         1: .line 851
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String defaultHost
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  defaultHost  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      defaultHost  

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

  public io.vertx.core.http.HttpClientOptions setDefaultPort(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int defaultPort
         0: .line 869
            aload 0 /* this */
            iload 1 /* defaultPort */
            putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
         1: .line 870
            aload 0 /* this */
            areturn
        end local 1 // int defaultPort
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  defaultPort  I
    MethodParameters:
             Name  Flags
      defaultPort  

  public io.vertx.core.http.HttpVersion getProtocolVersion();
    descriptor: ()Lio/vertx/core/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientOptions this
         0: .line 879
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
            areturn
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpClientOptions;

  public io.vertx.core.http.HttpClientOptions setProtocolVersion(io.vertx.core.http.HttpVersion);
    descriptor: (Lio/vertx/core/http/HttpVersion;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.http.HttpVersion protocolVersion
         0: .line 889
            aload 1 /* protocolVersion */
            ifnonnull 2
         1: .line 890
            new java.lang.IllegalArgumentException
            dup
            ldc "protocolVersion must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* protocolVersion */
            putfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
         3: .line 893
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.HttpVersion protocolVersion
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/core/http/HttpClientOptions;
            0    4     1  protocolVersion  Lio/vertx/core/http/HttpVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  public io.vertx.core.http.HttpClientOptions setMaxChunkSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxChunkSize
         0: .line 902
            aload 0 /* this */
            iload 1 /* maxChunkSize */
            putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
         1: .line 903
            aload 0 /* this */
            areturn
        end local 1 // int maxChunkSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  maxChunkSize  I
    MethodParameters:
              Name  Flags
      maxChunkSize  

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

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

  public io.vertx.core.http.HttpClientOptions setMaxInitialLineLength(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxInitialLineLength
         0: .line 928
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
         1: .line 929
            aload 0 /* this */
            areturn
        end local 1 // int maxInitialLineLength
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  maxInitialLineLength  I
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  

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

  public io.vertx.core.http.HttpClientOptions setMaxHeaderSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxHeaderSize
         0: .line 946
            aload 0 /* this */
            iload 1 /* maxHeaderSize */
            putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
         1: .line 947
            aload 0 /* this */
            areturn
        end local 1 // int maxHeaderSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  maxHeaderSize  I
    MethodParameters:
               Name  Flags
      maxHeaderSize  

  public io.vertx.core.http.HttpClientOptions setMaxWaitQueueSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxWaitQueueSize
         0: .line 957
            aload 0 /* this */
            iload 1 /* maxWaitQueueSize */
            putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
         1: .line 958
            aload 0 /* this */
            areturn
        end local 1 // int maxWaitQueueSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  maxWaitQueueSize  I
    MethodParameters:
                  Name  Flags
      maxWaitQueueSize  

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

  public io.vertx.core.http.Http2Settings getInitialSettings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientOptions this
         0: .line 973
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            areturn
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpClientOptions;

  public io.vertx.core.http.HttpClientOptions setInitialSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 983
            aload 0 /* this */
            aload 1 /* settings */
            putfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
         1: .line 984
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  settings  Lio/vertx/core/http/Http2Settings;
    MethodParameters:
          Name  Flags
      settings  

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

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

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

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

  public java.util.List<io.vertx.core.http.HttpVersion> getAlpnVersions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientOptions this
         0: .line 1012
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpClientOptions;
    Signature: ()Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;

  public io.vertx.core.http.HttpClientOptions setAlpnVersions(java.util.List<io.vertx.core.http.HttpVersion>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.util.List alpnVersions
         0: .line 1028
            aload 0 /* this */
            aload 1 /* alpnVersions */
            putfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
         1: .line 1029
            aload 0 /* this */
            areturn
        end local 1 // java.util.List alpnVersions
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  alpnVersions  Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;
    Signature: (Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;)Lio/vertx/core/http/HttpClientOptions;
    MethodParameters:
              Name  Flags
      alpnVersions  

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

  public io.vertx.core.http.HttpClientOptions setHttp2ClearTextUpgrade(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean value
         0: .line 1047
            aload 0 /* this */
            iload 1 /* value */
            putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
         1: .line 1048
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

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

  public io.vertx.core.http.HttpClientOptions setMaxRedirects(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int maxRedirects
         0: .line 1065
            aload 0 /* this */
            iload 1 /* maxRedirects */
            putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
         1: .line 1066
            aload 0 /* this */
            areturn
        end local 1 // int maxRedirects
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  maxRedirects  I
    MethodParameters:
              Name  Flags
      maxRedirects  

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

  public io.vertx.core.http.HttpClientOptions setForceSni(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean forceSni
         0: .line 1084
            aload 0 /* this */
            iload 1 /* forceSni */
            putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
         1: .line 1085
            aload 0 /* this */
            areturn
        end local 1 // boolean forceSni
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  forceSni  Z
    MethodParameters:
          Name  Flags
      forceSni  

  public io.vertx.core.http.HttpClientOptions setMetricsName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.lang.String metricsName
         0: .line 1089
            aload 0 /* this */
            aload 1 /* metricsName */
            invokespecial io.vertx.core.net.ClientOptionsBase.setMetricsName:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // java.lang.String metricsName
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  metricsName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      metricsName  

  public io.vertx.core.http.HttpClientOptions setProxyOptions(io.vertx.core.net.ProxyOptions);
    descriptor: (Lio/vertx/core/net/ProxyOptions;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // io.vertx.core.net.ProxyOptions proxyOptions
         0: .line 1093
            aload 0 /* this */
            aload 1 /* proxyOptions */
            invokespecial io.vertx.core.net.ClientOptionsBase.setProxyOptions:(Lio/vertx/core/net/ProxyOptions;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // io.vertx.core.net.ProxyOptions proxyOptions
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  proxyOptions  Lio/vertx/core/net/ProxyOptions;
    MethodParameters:
              Name  Flags
      proxyOptions  

  public io.vertx.core.http.HttpClientOptions setLocalAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // java.lang.String localAddress
         0: .line 1098
            aload 0 /* this */
            aload 1 /* localAddress */
            invokespecial io.vertx.core.net.ClientOptionsBase.setLocalAddress:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            checkcast io.vertx.core.http.HttpClientOptions
            areturn
        end local 1 // java.lang.String localAddress
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/HttpClientOptions;
            0    1     1  localAddress  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      localAddress  

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

  public io.vertx.core.http.HttpClientOptions setTryUsePerFrameWebsocketCompression(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean offer
         0: .line 1114
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
         1: .line 1115
            aload 0 /* this */
            areturn
        end local 1 // boolean offer
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  offer  Z
    MethodParameters:
       Name  Flags
      offer  

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

  public io.vertx.core.http.HttpClientOptions setTryUsePerMessageWebsocketCompression(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean offer
         0: .line 1134
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
         1: .line 1135
            aload 0 /* this */
            areturn
        end local 1 // boolean offer
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  offer  Z
    MethodParameters:
       Name  Flags
      offer  

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

  public io.vertx.core.http.HttpClientOptions setWebsocketCompressionLevel(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int compressionLevel
         0: .line 1154
            aload 0 /* this */
            iload 1 /* compressionLevel */
            putfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
         1: .line 1155
            aload 0 /* this */
            areturn
        end local 1 // int compressionLevel
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  compressionLevel  I
    MethodParameters:
                  Name  Flags
      compressionLevel  

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

  public io.vertx.core.http.HttpClientOptions setWebsocketCompressionAllowClientNoContext(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean offer
         0: .line 1175
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
         1: .line 1176
            aload 0 /* this */
            areturn
        end local 1 // boolean offer
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  offer  Z
    MethodParameters:
       Name  Flags
      offer  

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

  public io.vertx.core.http.HttpClientOptions setWebsocketCompressionRequestServerNoContext(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // boolean offer
         0: .line 1197
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
         1: .line 1198
            aload 0 /* this */
            areturn
        end local 1 // boolean offer
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  offer  Z
    MethodParameters:
       Name  Flags
      offer  

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

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

  public io.vertx.core.http.HttpClientOptions setDecoderInitialBufferSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int decoderInitialBufferSize
         0: .line 1222
            iload 1 /* decoderInitialBufferSize */
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "initialBufferSizeHttpDecoder must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 1223
            aload 0 /* this */
            iload 1 /* decoderInitialBufferSize */
            putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
         4: .line 1224
            aload 0 /* this */
            areturn
        end local 1 // int decoderInitialBufferSize
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lio/vertx/core/http/HttpClientOptions;
            0    5     1  decoderInitialBufferSize  I
    MethodParameters:
                          Name  Flags
      decoderInitialBufferSize  

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

  public io.vertx.core.http.HttpClientOptions setPoolCleanerPeriod(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpClientOptions this
        start local 1 // int poolCleanerPeriod
         0: .line 1242
            aload 0 /* this */
            iload 1 /* poolCleanerPeriod */
            putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
         1: .line 1243
            aload 0 /* this */
            areturn
        end local 1 // int poolCleanerPeriod
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/http/HttpClientOptions;
            0    2     1  poolCleanerPeriod  I
    MethodParameters:
                   Name  Flags
      poolCleanerPeriod  

  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.http.HttpClientOptions this
        start local 1 // java.lang.Object o
         0: .line 1248
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 1249
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.http.HttpClientOptions
            ifne 2
            iconst_0
            ireturn
         2: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            invokespecial io.vertx.core.net.ClientOptionsBase.equals:(Ljava/lang/Object;)Z
            ifne 3
            iconst_0
            ireturn
         3: .line 1252
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.http.HttpClientOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.http.HttpClientOptions that
         4: .line 1254
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.defaultPort:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.defaultPort:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 1255
      StackMap locals: io.vertx.core.http.HttpClientOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
            if_icmpeq 6
            iconst_0
            ireturn
         6: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
            if_icmpeq 7
            iconst_0
            ireturn
         7: .line 1257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
            if_icmpeq 8
            iconst_0
            ireturn
         8: .line 1258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
            if_icmpeq 9
            iconst_0
            ireturn
         9: .line 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
            if_icmpeq 10
            iconst_0
            ireturn
        10: .line 1260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.pipelining:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.pipelining:Z
            if_icmpeq 11
            iconst_0
            ireturn
        11: .line 1261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
            if_icmpeq 12
            iconst_0
            ireturn
        12: .line 1262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
            if_icmpeq 13
            iconst_0
            ireturn
        13: .line 1263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
            if_icmpeq 14
            iconst_0
            ireturn
        14: .line 1264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 15
            iconst_0
            ireturn
        15: .line 1265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
            if_acmpeq 16
            iconst_0
            ireturn
        16: .line 1266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
            if_icmpeq 17
            iconst_0
            ireturn
        17: .line 1267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
            if_icmpeq 18
            iconst_0
            ireturn
        18: .line 1268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            ifnonnull 19
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            ifnull 21
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            invokevirtual io.vertx.core.http.Http2Settings.equals:(Ljava/lang/Object;)Z
            ifne 21
      StackMap locals:
      StackMap stack:
        20: iconst_0
            ireturn
        21: .line 1269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            ifnonnull 22
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            ifnull 24
            goto 23
      StackMap locals:
      StackMap stack:
        22: aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 24
      StackMap locals:
      StackMap stack:
        23: iconst_0
            ireturn
        24: .line 1270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
            if_icmpeq 25
            iconst_0
            ireturn
        25: .line 1271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
            if_icmpeq 26
            iconst_0
            ireturn
        26: .line 1272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
            if_icmpeq 27
            iconst_0
            ireturn
        27: .line 1273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
            if_icmpeq 28
            iconst_0
            ireturn
        28: .line 1274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
            if_icmpeq 29
            iconst_0
            ireturn
        29: .line 1275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
            if_icmpeq 30
            iconst_0
            ireturn
        30: .line 1276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
            if_icmpeq 31
            iconst_0
            ireturn
        31: .line 1277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
            if_icmpeq 32
            iconst_0
            ireturn
        32: .line 1279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
            if_icmpeq 33
            iconst_0
            ireturn
        33: .line 1280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
            if_icmpeq 34
            iconst_0
            ireturn
        34: .line 1281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
            if_icmpeq 35
            iconst_0
            ireturn
        35: .line 1282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
            if_icmpeq 36
            iconst_0
            ireturn
        36: .line 1283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
            aload 2 /* that */
            getfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
            if_icmpeq 37
            iconst_0
            ireturn
        37: .line 1285
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.http.HttpClientOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   38     0  this  Lio/vertx/core/http/HttpClientOptions;
            0   38     1     o  Ljava/lang/Object;
            4   38     2  that  Lio/vertx/core/http/HttpClientOptions;
    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.http.HttpClientOptions this
         0: .line 1290
            aload 0 /* this */
            invokespecial io.vertx.core.net.ClientOptionsBase.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 1291
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int
         2: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 1292
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
            iadd
            istore 1 /* result */
         5: .line 1293
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
            iadd
            istore 1 /* result */
         6: .line 1294
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
         8: iadd
            istore 1 /* result */
         9: .line 1295
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.pipelining:Z
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack: int
        10: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        11: iadd
            istore 1 /* result */
        12: .line 1296
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
            iadd
            istore 1 /* result */
        13: .line 1297
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
            ifeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: int
        14: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        15: iadd
            istore 1 /* result */
        16: .line 1298
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketFrameSize:I
            iadd
            istore 1 /* result */
        17: .line 1299
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxWebsocketMessageSize:I
            iadd
            istore 1 /* result */
        18: .line 1300
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
        19: .line 1301
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.defaultPort:I
            iadd
            istore 1 /* result */
        20: .line 1302
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
            invokevirtual io.vertx.core.http.HttpVersion.hashCode:()I
            iadd
            istore 1 /* result */
        21: .line 1303
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
            iadd
            istore 1 /* result */
        22: .line 1304
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
            iadd
            istore 1 /* result */
        23: .line 1305
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            ifnull 24
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            invokevirtual io.vertx.core.http.Http2Settings.hashCode:()I
            goto 25
      StackMap locals:
      StackMap stack: int
        24: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        25: iadd
            istore 1 /* result */
        26: .line 1306
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            ifnull 27
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            goto 28
      StackMap locals:
      StackMap stack: int
        27: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        28: iadd
            istore 1 /* result */
        29: .line 1307
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
            ifeq 30
            iconst_1
            goto 31
      StackMap locals:
      StackMap stack: int
        30: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        31: iadd
            istore 1 /* result */
        32: .line 1308
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
            iadd
            istore 1 /* result */
        33: .line 1309
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
            ifeq 34
            iconst_1
            goto 35
      StackMap locals:
      StackMap stack: int
        34: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        35: iadd
            istore 1 /* result */
        36: .line 1310
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
            iadd
            istore 1 /* result */
        37: .line 1311
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
            iadd
            istore 1 /* result */
        38: .line 1312
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
            iadd
            istore 1 /* result */
        39: .line 1313
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
            iadd
            istore 1 /* result */
        40: .line 1314
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
            iadd
            istore 1 /* result */
        41: .line 1315
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebsocketCompression:Z
            ifeq 42
            iconst_1
            goto 43
      StackMap locals:
      StackMap stack: int
        42: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        43: iadd
            istore 1 /* result */
        44: .line 1316
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebsocketCompression:Z
            ifeq 45
            iconst_1
            goto 46
      StackMap locals:
      StackMap stack: int
        45: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        46: iadd
            istore 1 /* result */
        47: .line 1317
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.websocketCompressionLevel:I
            iadd
            istore 1 /* result */
        48: .line 1318
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.websocketAllowClientNoContext:Z
            ifeq 49
            iconst_1
            goto 50
      StackMap locals:
      StackMap stack: int
        49: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        50: iadd
            istore 1 /* result */
        51: .line 1319
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.websocketRequestServerNoContext:Z
            ifeq 52
            iconst_1
            goto 53
      StackMap locals:
      StackMap stack: int
        52: iconst_0
      StackMap locals: io.vertx.core.http.HttpClientOptions int
      StackMap stack: int int
        53: iadd
            istore 1 /* result */
        54: .line 1320
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   55     0    this  Lio/vertx/core/http/HttpClientOptions;
            1   55     1  result  I

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

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

  public io.vertx.core.net.ClientOptionsBase addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.ClientOptionsBase setMetricsName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.setMetricsName:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public io.vertx.core.net.ClientOptionsBase setSsl(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setSsl:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSsl(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setSsl:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setTrustAll(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setTrustAll:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public io.vertx.core.net.ClientOptionsBase setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setTcpCork:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setTcpCork:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public io.vertx.core.net.ClientOptionsBase setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setUseAlpn:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setUseAlpn:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setReuseAddress:(Z)Lio/vertx/core/http/HttpClientOptions;
            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.http.HttpClientOptions.setReuseAddress:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setReuseAddress:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setReceiveBufferSize:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.http.HttpClientOptions.setReceiveBufferSize:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setReceiveBufferSize:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

  public io.vertx.core.net.ClientOptionsBase setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setTcpNoDelay:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setTcpNoDelay:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.ClientOptionsBase setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setTrafficClass:(I)Lio/vertx/core/http/HttpClientOptions;
            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.http.HttpClientOptions.setTrafficClass:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setTrafficClass:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.vertx.core.net.ClientOptionsBase setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setIdleTimeout:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setIdleTimeout:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setSendBufferSize:(I)Lio/vertx/core/http/HttpClientOptions;
            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.http.HttpClientOptions.setSendBufferSize:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setSendBufferSize:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setTcpQuickAck:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setTcpQuickAck:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setTcpKeepAlive:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setTcpKeepAlive:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setLocalAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.setLocalAddress:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setReusePort:(Z)Lio/vertx/core/http/HttpClientOptions;
            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.http.HttpClientOptions.setReusePort:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setReusePort:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setTcpFastOpen:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setTcpFastOpen:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setLogActivity:(Z)Lio/vertx/core/http/HttpClientOptions;
            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.http.HttpClientOptions.setLogActivity:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setLogActivity:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setEnabledSecureTransportProtocols(java.util.Set);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setConnectTimeout(int);
    descriptor: (I)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setConnectTimeout:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpClientOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setSoLinger(int);
    descriptor: (I)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setSoLinger:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setSoLinger:(I)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.ClientOptionsBase setUsePooledBuffers(boolean);
    descriptor: (Z)Lio/vertx/core/net/ClientOptionsBase;
    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.http.HttpClientOptions.setUsePooledBuffers:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setUsePooledBuffers(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    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.http.HttpClientOptions.setUsePooledBuffers:(Z)Lio/vertx/core/http/HttpClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HttpClientOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)