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 int DEFAULT_MAX_WEBSOCKETS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 50

  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

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

  public static final io.vertx.core.tracing.TracingPolicy DEFAULT_TRACING_POLICY;
    descriptor: Lio/vertx/core/tracing/TracingPolicy;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  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 int maxWebSockets;
    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

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

  private io.vertx.core.tracing.TracingPolicy tracingPolicy;
    descriptor: Lio/vertx/core/tracing/TracingPolicy;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 119
            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 144
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putstatic io.vertx.core.http.HttpClientOptions.DEFAULT_ALPN_VERSIONS:Ljava/util/List;
         2: .line 209
            getstatic io.vertx.core.tracing.TracingPolicy.PROPAGATE:Lio/vertx/core/tracing/TracingPolicy;
            putstatic io.vertx.core.http.HttpClientOptions.DEFAULT_TRACING_POLICY:Lio/vertx/core/tracing/TracingPolicy;
            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 255
            aload 0 /* this */
            invokespecial io.vertx.core.net.ClientOptionsBase.<init>:()V
         1: .line 211
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         2: .line 256
            aload 0 /* this */
            invokevirtual io.vertx.core.http.HttpClientOptions.init:()V
         3: .line 257
            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 265
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.ClientOptionsBase.<init>:(Lio/vertx/core/net/ClientOptionsBase;)V
         1: .line 211
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         2: .line 266
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isVerifyHost:()Z
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         3: .line 267
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxPoolSize:()I
            putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
         4: .line 268
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isKeepAlive:()Z
            putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
         5: .line 269
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getKeepAliveTimeout:()I
            putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
         6: .line 270
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isPipelining:()Z
            putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
         7: .line 271
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getPipeliningLimit:()I
            putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
         8: .line 272
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getHttp2MaxPoolSize:()I
            putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
         9: .line 273
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
            putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
        10: .line 274
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
            putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
        11: .line 275
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getHttp2KeepAliveTimeout:()I
            putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
        12: .line 276
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isTryUseCompression:()Z
            putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
        13: .line 277
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxWebSocketFrameSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxWebSocketFrameSize:I
        14: .line 278
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxWebSocketMessageSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxWebSocketMessageSize:I
        15: .line 279
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxWebSockets:I
            putfield io.vertx.core.http.HttpClientOptions.maxWebSockets:I
        16: .line 280
            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;
        17: .line 281
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.defaultPort:I
            putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
        18: .line 282
            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;
        19: .line 283
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
        20: .line 284
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxInitialLineLength:()I
            putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
        21: .line 285
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxHeaderSize:()I
            putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
        22: .line 286
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
            putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
        23: .line 287
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            ifnull 24
            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 25
      StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
      StackMap stack: io.vertx.core.http.HttpClientOptions
        24: 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
        25: putfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
        26: .line 288
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
            ifnull 27
            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 28
      StackMap locals:
      StackMap stack: io.vertx.core.http.HttpClientOptions
        27: aconst_null
      StackMap locals: io.vertx.core.http.HttpClientOptions io.vertx.core.http.HttpClientOptions
      StackMap stack: io.vertx.core.http.HttpClientOptions java.util.ArrayList
        28: putfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
        29: .line 289
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
            putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
        30: .line 290
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.isSendUnmaskedFrames:()Z
            putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
        31: .line 291
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
            putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
        32: .line 292
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.forceSni:Z
            putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
        33: .line 293
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getDecoderInitialBufferSize:()I
            putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
        34: .line 294
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpClientOptions.getPoolCleanerPeriod:()I
            putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
        35: .line 295
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebSocketCompression:Z
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebSocketCompression:Z
        36: .line 296
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebSocketCompression:Z
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebSocketCompression:Z
        37: .line 297
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.webSocketAllowClientNoContext:Z
            putfield io.vertx.core.http.HttpClientOptions.webSocketAllowClientNoContext:Z
        38: .line 298
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.webSocketCompressionLevel:I
            putfield io.vertx.core.http.HttpClientOptions.webSocketCompressionLevel:I
        39: .line 299
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.webSocketRequestServerNoContext:Z
            putfield io.vertx.core.http.HttpClientOptions.webSocketRequestServerNoContext:Z
        40: .line 300
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.webSocketClosingTimeout:I
            putfield io.vertx.core.http.HttpClientOptions.webSocketClosingTimeout:I
        41: .line 301
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpClientOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
            putfield io.vertx.core.http.HttpClientOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
        42: .line 302
            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   43     0   this  Lio/vertx/core/http/HttpClientOptions;
            0   43     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 310
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.ClientOptionsBase.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 211
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         2: .line 311
            aload 0 /* this */
            invokevirtual io.vertx.core.http.HttpClientOptions.init:()V
         3: .line 312
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.http.HttpClientOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/http/HttpClientOptions;)V
         4: .line 313
            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 321
            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 322
            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 323
            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 327
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         1: .line 328
            aload 0 /* this */
            iconst_5
            putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
         2: .line 329
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
         3: .line 330
            aload 0 /* this */
            bipush 60
            putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
         4: .line 331
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
         5: .line 332
            aload 0 /* this */
            bipush 10
            putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
         6: .line 333
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
         7: .line 334
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
         8: .line 335
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
         9: .line 336
            aload 0 /* this */
            bipush 60
            putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
        10: .line 337
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
        11: .line 338
            aload 0 /* this */
            ldc 65536
            putfield io.vertx.core.http.HttpClientOptions.maxWebSocketFrameSize:I
        12: .line 339
            aload 0 /* this */
            ldc 262144
            putfield io.vertx.core.http.HttpClientOptions.maxWebSocketMessageSize:I
        13: .line 340
            aload 0 /* this */
            bipush 50
            putfield io.vertx.core.http.HttpClientOptions.maxWebSockets:I
        14: .line 341
            aload 0 /* this */
            ldc "localhost"
            putfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
        15: .line 342
            aload 0 /* this */
            bipush 80
            putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
        16: .line 343
            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;
        17: .line 344
            aload 0 /* this */
            sipush 8192
            putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
        18: .line 345
            aload 0 /* this */
            sipush 4096
            putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
        19: .line 346
            aload 0 /* this */
            sipush 8192
            putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
        20: .line 347
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
        21: .line 348
            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;
        22: .line 349
            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;
        23: .line 350
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
        24: .line 351
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
        25: .line 352
            aload 0 /* this */
            bipush 16
            putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
        26: .line 353
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
        27: .line 354
            aload 0 /* this */
            sipush 128
            putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
        28: .line 355
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebSocketCompression:Z
        29: .line 356
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebSocketCompression:Z
        30: .line 357
            aload 0 /* this */
            bipush 6
            putfield io.vertx.core.http.HttpClientOptions.webSocketCompressionLevel:I
        31: .line 358
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.webSocketAllowClientNoContext:Z
        32: .line 359
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpClientOptions.webSocketRequestServerNoContext:Z
        33: .line 360
            aload 0 /* this */
            sipush 10000
            putfield io.vertx.core.http.HttpClientOptions.webSocketClosingTimeout:I
        34: .line 361
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
        35: .line 362
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpClientOptions.DEFAULT_TRACING_POLICY:Lio/vertx/core/tracing/TracingPolicy;
            putfield io.vertx.core.http.HttpClientOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
        36: .line 363
            return
        end local 0 // io.vertx.core.http.HttpClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     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 367
            aload 0 /* this */
            iload 1 /* sendBufferSize */
            invokespecial io.vertx.core.net.ClientOptionsBase.setSendBufferSize:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 368
            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 373
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            invokespecial io.vertx.core.net.ClientOptionsBase.setReceiveBufferSize:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 374
            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 379
            aload 0 /* this */
            iload 1 /* reuseAddress */
            invokespecial io.vertx.core.net.ClientOptionsBase.setReuseAddress:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 380
            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 385
            aload 0 /* this */
            iload 1 /* reusePort */
            invokespecial io.vertx.core.net.ClientOptionsBase.setReusePort:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 386
            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 391
            aload 0 /* this */
            iload 1 /* trafficClass */
            invokespecial io.vertx.core.net.ClientOptionsBase.setTrafficClass:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 392
            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 397
            aload 0 /* this */
            iload 1 /* tcpNoDelay */
            invokespecial io.vertx.core.net.ClientOptionsBase.setTcpNoDelay:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 398
            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 403
            aload 0 /* this */
            iload 1 /* tcpKeepAlive */
            invokespecial io.vertx.core.net.ClientOptionsBase.setTcpKeepAlive:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 404
            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 409
            aload 0 /* this */
            iload 1 /* soLinger */
            invokespecial io.vertx.core.net.ClientOptionsBase.setSoLinger:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 410
            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 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 415
            aload 0 /* this */
            iload 1 /* idleTimeout */
            invokespecial io.vertx.core.net.ClientOptionsBase.setIdleTimeout:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 416
            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 421
            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 422
            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 427
            aload 0 /* this */
            iload 1 /* ssl */
            invokespecial io.vertx.core.net.ClientOptionsBase.setSsl:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 428
            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 433
            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 434
            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 439
            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 440
            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 445
            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 450
            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 451
            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 456
            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 461
            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 462
            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 467
            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 472
            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 477
            aload 0 /* this */
            aload 1 /* suite */
            invokespecial io.vertx.core.net.ClientOptionsBase.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 478
            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 483
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.ClientOptionsBase.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 484
            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 489
            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 494
            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 499
            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 504
            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 509
            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 514
            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 519
            aload 0 /* this */
            iload 1 /* connectTimeout */
            invokespecial io.vertx.core.net.ClientOptionsBase.setConnectTimeout:(I)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 520
            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 525
            aload 0 /* this */
            iload 1 /* trustAll */
            invokespecial io.vertx.core.net.ClientOptionsBase.setTrustAll:(Z)Lio/vertx/core/net/ClientOptionsBase;
            pop
         1: .line 526
            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 531
            aload 0 /* this */
            aload 1 /* enabledSecureTransportProtocols */
            invokespecial io.vertx.core.net.ClientOptionsBase.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 532
            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 537
            aload 0 /* this */
            lload 1 /* sslHandshakeTimeout */
            invokespecial io.vertx.core.net.ClientOptionsBase.setSslHandshakeTimeout:(J)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 538
            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 543
            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 544
            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 553
            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 563
            iload 1 /* maxPoolSize */
            iconst_1
            if_icmpge 2
         1: .line 564
            new java.lang.IllegalArgumentException
            dup
            ldc "maxPoolSize must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxPoolSize */
            putfield io.vertx.core.http.HttpClientOptions.maxPoolSize:I
         3: .line 567
            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 575
            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 590
            iload 1 /* limit */
            ifeq 1
            iload 1 /* limit */
            iconst_m1
            if_icmpge 2
         1: .line 591
      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 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* limit */
            putfield io.vertx.core.http.HttpClientOptions.http2MultiplexingLimit:I
         3: .line 594
            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 603
            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 613
            iload 1 /* max */
            iconst_1
            if_icmpge 2
         1: .line 614
            new java.lang.IllegalArgumentException
            dup
            ldc "http2MaxPoolSize must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* max */
            putfield io.vertx.core.http.HttpClientOptions.http2MaxPoolSize:I
         3: .line 617
            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 624
            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 638
            aload 0 /* this */
            iload 1 /* http2ConnectionWindowSize */
            putfield io.vertx.core.http.HttpClientOptions.http2ConnectionWindowSize:I
         1: .line 639
            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 646
            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 660
            iload 1 /* keepAliveTimeout */
            ifge 2
         1: .line 661
            new java.lang.IllegalArgumentException
            dup
            ldc "HTTP/2 keepAliveTimeout must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* keepAliveTimeout */
            putfield io.vertx.core.http.HttpClientOptions.http2KeepAliveTimeout:I
         3: .line 664
            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 673
            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 683
            aload 0 /* this */
            iload 1 /* keepAlive */
            putfield io.vertx.core.http.HttpClientOptions.keepAlive:Z
         1: .line 684
            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 691
            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 705
            iload 1 /* keepAliveTimeout */
            ifge 2
         1: .line 706
            new java.lang.IllegalArgumentException
            dup
            ldc "keepAliveTimeout must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* keepAliveTimeout */
            putfield io.vertx.core.http.HttpClientOptions.keepAliveTimeout:I
         3: .line 709
            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 718
            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 728
            aload 0 /* this */
            iload 1 /* pipelining */
            putfield io.vertx.core.http.HttpClientOptions.pipelining:Z
         1: .line 729
            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 736
            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 746
            iload 1 /* limit */
            iconst_1
            if_icmpge 2
         1: .line 747
            new java.lang.IllegalArgumentException
            dup
            ldc "pipeliningLimit must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* limit */
            putfield io.vertx.core.http.HttpClientOptions.pipeliningLimit:I
         3: .line 750
            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 759
            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 769
            aload 0 /* this */
            iload 1 /* verifyHost */
            putfield io.vertx.core.http.HttpClientOptions.verifyHost:Z
         1: .line 770
            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 779
            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 789
            aload 0 /* this */
            iload 1 /* tryUseCompression */
            putfield io.vertx.core.http.HttpClientOptions.tryUseCompression:Z
         1: .line 790
            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 798
            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 813
            aload 0 /* this */
            iload 1 /* sendUnmaskedFrames */
            putfield io.vertx.core.http.HttpClientOptions.sendUnmaskedFrames:Z
         1: .line 814
            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 823
            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 833
            aload 0 /* this */
            iload 1 /* maxWebSocketFrameSize */
            putfield io.vertx.core.http.HttpClientOptions.maxWebSocketFrameSize:I
         1: .line 834
            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 843
            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 853
            aload 0 /* this */
            iload 1 /* maxWebSocketMessageSize */
            putfield io.vertx.core.http.HttpClientOptions.maxWebSocketMessageSize:I
         1: .line 854
            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 int getMaxWebSockets();
    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 863
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.maxWebSockets: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 setMaxWebSockets(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 maxWebSockets
         0: .line 873
            iload 1 /* maxWebSockets */
            ifeq 1
            iload 1 /* maxWebSockets */
            iconst_m1
            if_icmpge 2
         1: .line 874
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "maxWebSockets must be > 0 or -1 (disabled)"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 876
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxWebSockets */
            putfield io.vertx.core.http.HttpClientOptions.maxWebSockets:I
         3: .line 877
            aload 0 /* this */
            areturn
        end local 1 // int maxWebSockets
        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  maxWebSockets  I
    MethodParameters:
               Name  Flags
      maxWebSockets  

  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 886
            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 895
            aload 0 /* this */
            aload 1 /* defaultHost */
            putfield io.vertx.core.http.HttpClientOptions.defaultHost:Ljava/lang/String;
         1: .line 896
            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 905
            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 914
            aload 0 /* this */
            iload 1 /* defaultPort */
            putfield io.vertx.core.http.HttpClientOptions.defaultPort:I
         1: .line 915
            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 924
            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 934
            aload 1 /* protocolVersion */
            ifnonnull 2
         1: .line 935
            new java.lang.IllegalArgumentException
            dup
            ldc "protocolVersion must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 937
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* protocolVersion */
            putfield io.vertx.core.http.HttpClientOptions.protocolVersion:Lio/vertx/core/http/HttpVersion;
         3: .line 938
            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 947
            aload 0 /* this */
            iload 1 /* maxChunkSize */
            putfield io.vertx.core.http.HttpClientOptions.maxChunkSize:I
         1: .line 948
            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 956
            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 963
            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 973
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            putfield io.vertx.core.http.HttpClientOptions.maxInitialLineLength:I
         1: .line 974
            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 981
            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 991
            aload 0 /* this */
            iload 1 /* maxHeaderSize */
            putfield io.vertx.core.http.HttpClientOptions.maxHeaderSize:I
         1: .line 992
            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 1002
            aload 0 /* this */
            iload 1 /* maxWaitQueueSize */
            putfield io.vertx.core.http.HttpClientOptions.maxWaitQueueSize:I
         1: .line 1003
            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 1011
            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 1018
            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 1028
            aload 0 /* this */
            aload 1 /* settings */
            putfield io.vertx.core.http.HttpClientOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
         1: .line 1029
            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 1034
            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 1039
            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 1044
            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 1049
            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 1057
            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 1073
            aload 0 /* this */
            aload 1 /* alpnVersions */
            putfield io.vertx.core.http.HttpClientOptions.alpnVersions:Ljava/util/List;
         1: .line 1074
            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 1081
            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 1092
            aload 0 /* this */
            iload 1 /* value */
            putfield io.vertx.core.http.HttpClientOptions.http2ClearTextUpgrade:Z
         1: .line 1093
            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 1100
            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 1110
            aload 0 /* this */
            iload 1 /* maxRedirects */
            putfield io.vertx.core.http.HttpClientOptions.maxRedirects:I
         1: .line 1111
            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 1118
            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 1129
            aload 0 /* this */
            iload 1 /* forceSni */
            putfield io.vertx.core.http.HttpClientOptions.forceSni:Z
         1: .line 1130
            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 1134
            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 1138
            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 1143
            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 1148
            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 1158
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerFrameWebSocketCompression:Z
         1: .line 1159
            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 1166
            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 1176
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.tryUsePerMessageWebSocketCompression:Z
         1: .line 1177
            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 1184
            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 1194
            aload 0 /* this */
            iload 1 /* compressionLevel */
            putfield io.vertx.core.http.HttpClientOptions.webSocketCompressionLevel:I
         1: .line 1195
            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 1202
            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 1213
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.webSocketAllowClientNoContext:Z
         1: .line 1214
            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 1222
            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 1233
            aload 0 /* this */
            iload 1 /* offer */
            putfield io.vertx.core.http.HttpClientOptions.webSocketRequestServerNoContext:Z
         1: .line 1234
            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 1242
            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 getWebSocketClosingTimeout();
    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 1249
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.webSocketClosingTimeout: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 setWebSocketClosingTimeout(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 webSocketClosingTimeout
         0: .line 1264
            aload 0 /* this */
            iload 1 /* webSocketClosingTimeout */
            putfield io.vertx.core.http.HttpClientOptions.webSocketClosingTimeout:I
         1: .line 1265
            aload 0 /* this */
            areturn
        end local 1 // int webSocketClosingTimeout
        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  webSocketClosingTimeout  I
    MethodParameters:
                         Name  Flags
      webSocketClosingTimeout  

  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 1271
            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 1280
            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 1281
            aload 0 /* this */
            iload 1 /* decoderInitialBufferSize */
            putfield io.vertx.core.http.HttpClientOptions.decoderInitialBufferSize:I
         4: .line 1282
            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 1289
            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 1300
            aload 0 /* this */
            iload 1 /* poolCleanerPeriod */
            putfield io.vertx.core.http.HttpClientOptions.poolCleanerPeriod:I
         1: .line 1301
            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 io.vertx.core.tracing.TracingPolicy getTracingPolicy();
    descriptor: ()Lio/vertx/core/tracing/TracingPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClientOptions this
         0: .line 1308
            aload 0 /* this */
            getfield io.vertx.core.http.HttpClientOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
            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 setTracingPolicy(io.vertx.core.tracing.TracingPolicy);
    descriptor: (Lio/vertx/core/tracing/TracingPolicy;)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.tracing.TracingPolicy tracingPolicy
         0: .line 1318
            aload 0 /* this */
            aload 1 /* tracingPolicy */
            putfield io.vertx.core.http.HttpClientOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
         1: .line 1319
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.tracing.TracingPolicy tracingPolicy
        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  tracingPolicy  Lio/vertx/core/tracing/TracingPolicy;
    MethodParameters:
               Name  Flags
      tracingPolicy  

  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
}
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)