public class io.vertx.ext.web.client.WebClientOptions extends io.vertx.core.http.HttpClientOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.client.WebClientOptions
  super_class: io.vertx.core.http.HttpClientOptions
{
  public static final boolean DEFAULT_USER_AGENT_ENABLED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            invokestatic io.vertx.ext.web.client.WebClientOptions.loadUserAgent:()Ljava/lang/String;
            putstatic io.vertx.ext.web.client.WebClientOptions.DEFAULT_USER_AGENT:Ljava/lang/String;
         1: .line 51
            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.ext.web.client.WebClientOptions this
         0: .line 57
            aload 0 /* this */
            invokespecial io.vertx.core.http.HttpClientOptions.<init>:()V
         1: .line 53
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
         2: .line 54
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.WebClientOptions.DEFAULT_USER_AGENT:Ljava/lang/String;
            putfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
         4: .line 58
            return
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/web/client/WebClientOptions;

  public void <init>(io.vertx.ext.web.client.WebClientOptions);
    descriptor: (Lio/vertx/ext/web/client/WebClientOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // io.vertx.ext.web.client.WebClientOptions other
         0: .line 66
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.http.HttpClientOptions.<init>:(Lio/vertx/core/http/HttpClientOptions;)V
         1: .line 53
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
         2: .line 54
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.WebClientOptions.DEFAULT_USER_AGENT:Ljava/lang/String;
            putfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
         4: .line 67
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.web.client.WebClientOptions.init:(Lio/vertx/ext/web/client/WebClientOptions;)V
         5: .line 68
            return
        end local 1 // io.vertx.ext.web.client.WebClientOptions other
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/web/client/WebClientOptions;
            0    6     1  other  Lio/vertx/ext/web/client/WebClientOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.http.HttpClientOptions);
    descriptor: (Lio/vertx/core/http/HttpClientOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // io.vertx.core.http.HttpClientOptions other
         0: .line 76
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.http.HttpClientOptions.<init>:(Lio/vertx/core/http/HttpClientOptions;)V
         1: .line 53
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
         2: .line 54
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.WebClientOptions.DEFAULT_USER_AGENT:Ljava/lang/String;
            putfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
         4: .line 77
            return
        end local 1 // io.vertx.core.http.HttpClientOptions other
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/ext/web/client/WebClientOptions;
            0    5     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.ext.web.client.WebClientOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 85
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.http.HttpClientOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 53
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
         2: .line 54
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.WebClientOptions.DEFAULT_USER_AGENT:Ljava/lang/String;
            putfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
         4: .line 86
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.web.client.WebClientOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/web/client/WebClientOptions;)V
         5: .line 87
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/web/client/WebClientOptions;
            0    6     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  void init(io.vertx.ext.web.client.WebClientOptions);
    descriptor: (Lio/vertx/ext/web/client/WebClientOptions;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // io.vertx.ext.web.client.WebClientOptions other
         0: .line 90
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
            putfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
         1: .line 91
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
            putfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
         2: .line 92
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
            putfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
         3: .line 93
            return
        end local 1 // io.vertx.ext.web.client.WebClientOptions other
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/ext/web/client/WebClientOptions;
            0    4     1  other  Lio/vertx/ext/web/client/WebClientOptions;
    MethodParameters:
       Name  Flags
      other  

  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.ext.web.client.WebClientOptions this
         0: .line 101
            aload 0 /* this */
            invokespecial io.vertx.core.http.HttpClientOptions.toJson:()Lio/vertx/core/json/JsonObject;
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 102
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.web.client.WebClientOptionsConverter.toJson:(Lio/vertx/ext/web/client/WebClientOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 103
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/client/WebClientOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public boolean isUserAgentEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
            ireturn
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/WebClientOptions;

  public io.vertx.ext.web.client.WebClientOptions setUserAgentEnabled(boolean);
    descriptor: (Z)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // boolean userAgentEnabled
         0: .line 120
            aload 0 /* this */
            iload 1 /* userAgentEnabled */
            putfield io.vertx.ext.web.client.WebClientOptions.userAgentEnabled:Z
         1: .line 121
            aload 0 /* this */
            areturn
        end local 1 // boolean userAgentEnabled
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/ext/web/client/WebClientOptions;
            0    2     1  userAgentEnabled  Z
    MethodParameters:
                  Name  Flags
      userAgentEnabled  

  public java.lang.String getUserAgent();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
         0: .line 128
            aload 0 /* this */
            getfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/WebClientOptions;

  public io.vertx.ext.web.client.WebClientOptions setUserAgent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // java.lang.String userAgent
         0: .line 138
            aload 0 /* this */
            aload 1 /* userAgent */
            putfield io.vertx.ext.web.client.WebClientOptions.userAgent:Ljava/lang/String;
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String userAgent
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/client/WebClientOptions;
            0    2     1  userAgent  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      userAgent  

  public boolean isFollowRedirects();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
            ireturn
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/WebClientOptions;

  public io.vertx.ext.web.client.WebClientOptions setFollowRedirects(boolean);
    descriptor: (Z)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // boolean followRedirects
         0: .line 156
            aload 0 /* this */
            iload 1 /* followRedirects */
            putfield io.vertx.ext.web.client.WebClientOptions.followRedirects:Z
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // boolean followRedirects
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/ext/web/client/WebClientOptions;
            0    2     1  followRedirects  Z
    MethodParameters:
                 Name  Flags
      followRedirects  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public io.vertx.ext.web.client.WebClientOptions setMaxPoolSize(int);
    descriptor: (I)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // int maxPoolSize
         0: .line 287
            aload 0 /* this */
            iload 1 /* maxPoolSize */
            invokespecial io.vertx.core.http.HttpClientOptions.setMaxPoolSize:(I)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // int maxPoolSize
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1  maxPoolSize  I
    MethodParameters:
             Name  Flags
      maxPoolSize  

  public io.vertx.ext.web.client.WebClientOptions setHttp2MultiplexingLimit(int);
    descriptor: (I)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // int limit
         0: .line 292
            aload 0 /* this */
            iload 1 /* limit */
            invokespecial io.vertx.core.http.HttpClientOptions.setHttp2MultiplexingLimit:(I)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // int limit
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

  public io.vertx.ext.web.client.WebClientOptions setHttp2MaxPoolSize(int);
    descriptor: (I)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // int max
         0: .line 297
            aload 0 /* this */
            iload 1 /* max */
            invokespecial io.vertx.core.http.HttpClientOptions.setHttp2MaxPoolSize:(I)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // int max
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1   max  I
    MethodParameters:
      Name  Flags
      max   

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

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

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

  public io.vertx.ext.web.client.WebClientOptions setPipeliningLimit(int);
    descriptor: (I)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // int limit
         0: .line 317
            aload 0 /* this */
            iload 1 /* limit */
            invokespecial io.vertx.core.http.HttpClientOptions.setPipeliningLimit:(I)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // int limit
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1  limit  I
    MethodParameters:
       Name  Flags
      limit  

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

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

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

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

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

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

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

  public io.vertx.ext.web.client.WebClientOptions setProtocolVersion(io.vertx.core.http.HttpVersion);
    descriptor: (Lio/vertx/core/http/HttpVersion;)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // io.vertx.core.http.HttpVersion protocolVersion
         0: .line 357
            aload 0 /* this */
            aload 1 /* protocolVersion */
            invokespecial io.vertx.core.http.HttpClientOptions.setProtocolVersion:(Lio/vertx/core/http/HttpVersion;)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // io.vertx.core.http.HttpVersion protocolVersion
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1  protocolVersion  Lio/vertx/core/http/HttpVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public io.vertx.ext.web.client.WebClientOptions setHttp2KeepAliveTimeout(int);
    descriptor: (I)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // int keepAliveTimeout
         0: .line 457
            aload 0 /* this */
            iload 1 /* keepAliveTimeout */
            invokespecial io.vertx.core.http.HttpClientOptions.setHttp2KeepAliveTimeout:(I)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // int keepAliveTimeout
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1  keepAliveTimeout  I
    MethodParameters:
                  Name  Flags
      keepAliveTimeout  

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

  public io.vertx.ext.web.client.WebClientOptions setDecoderInitialBufferSize(int);
    descriptor: (I)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // int decoderInitialBufferSize
         0: .line 467
            aload 0 /* this */
            iload 1 /* decoderInitialBufferSize */
            invokespecial io.vertx.core.http.HttpClientOptions.setDecoderInitialBufferSize:(I)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // int decoderInitialBufferSize
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1  decoderInitialBufferSize  I
    MethodParameters:
                          Name  Flags
      decoderInitialBufferSize  

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

  public io.vertx.ext.web.client.WebClientOptions setKeepAliveTimeout(int);
    descriptor: (I)Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClientOptions this
        start local 1 // int keepAliveTimeout
         0: .line 477
            aload 0 /* this */
            iload 1 /* keepAliveTimeout */
            invokespecial io.vertx.core.http.HttpClientOptions.setKeepAliveTimeout:(I)Lio/vertx/core/http/HttpClientOptions;
            checkcast io.vertx.ext.web.client.WebClientOptions
            areturn
        end local 1 // int keepAliveTimeout
        end local 0 // io.vertx.ext.web.client.WebClientOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/ext/web/client/WebClientOptions;
            0    1     1  keepAliveTimeout  I
    MethodParameters:
                  Name  Flags
      keepAliveTimeout  

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

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

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

  public static java.lang.String loadUserAgent();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 498
            ldc "Vert.x-WebClient"
            astore 0 /* userAgent */
        start local 0 // java.lang.String userAgent
         1: .line 499
            invokestatic io.vertx.core.impl.launcher.commands.VersionCommand.getVersion:()Ljava/lang/String;
            astore 1 /* version */
        start local 1 // java.lang.String version
         2: .line 500
            aload 1 /* version */
            invokevirtual java.lang.String.length:()I
            ifle 4
         3: .line 501
            new java.lang.StringBuilder
            dup
            aload 0 /* userAgent */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* version */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 0 /* userAgent */
         4: .line 503
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* userAgent */
            areturn
        end local 1 // java.lang.String version
        end local 0 // java.lang.String userAgent
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            1    5     0  userAgent  Ljava/lang/String;
            2    5     1    version  Ljava/lang/String;

  public io.vertx.core.http.HttpClientOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setKeepAliveTimeout(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setKeepAliveTimeout:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setHttp2ClearTextUpgrade(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setHttp2ClearTextUpgrade:(Z)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setHttp2KeepAliveTimeout(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setHttp2KeepAliveTimeout:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setDefaultHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setDefaultHost:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMaxInitialLineLength(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxInitialLineLength:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.vertx.core.http.HttpClientOptions setDecoderInitialBufferSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setDecoderInitialBufferSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setProxyOptions(io.vertx.core.net.ProxyOptions);
    descriptor: (Lio/vertx/core/net/ProxyOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setProxyOptions:(Lio/vertx/core/net/ProxyOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setProxyOptions:(Lio/vertx/core/net/ProxyOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setInitialSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setInitialSettings:(Lio/vertx/core/http/Http2Settings;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setAlpnVersions(java.util.List);
    descriptor: (Ljava/util/List;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setAlpnVersions:(Ljava/util/List;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setPipelining(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setPipelining:(Z)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setVerifyHost(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setVerifyHost:(Z)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setProtocolVersion(io.vertx.core.http.HttpVersion);
    descriptor: (Lio/vertx/core/http/HttpVersion;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setProtocolVersion:(Lio/vertx/core/http/HttpVersion;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMaxWaitQueueSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxWaitQueueSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMaxRedirects(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxRedirects:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  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.ext.web.client.WebClientOptions.setTrafficClass:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setLocalAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setLocalAddress:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setLocalAddress:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setEnabledSecureTransportProtocols(java.util.Set);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setSendUnmaskedFrames(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setSendUnmaskedFrames:(Z)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMetricsName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMetricsName:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ext.web.client.WebClientOptions.setMetricsName:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.vertx.core.http.HttpClientOptions setHttp2MultiplexingLimit(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setHttp2MultiplexingLimit:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.vertx.core.http.HttpClientOptions setPoolCleanerPeriod(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setPoolCleanerPeriod:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setTryUseCompression(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setTryUseCompression:(Z)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setKeepAlive:(Z)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  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.ext.web.client.WebClientOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.http.HttpClientOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ext.web.client.WebClientOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setForceSni(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setForceSni:(Z)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMaxChunkSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxChunkSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setHttp2MaxPoolSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setHttp2MaxPoolSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setHttp2ConnectionWindowSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setHttp2ConnectionWindowSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMaxWebsocketFrameSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxWebsocketFrameSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMaxWebsocketMessageSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxWebsocketMessageSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setDefaultPort(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setDefaultPort:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setPipeliningLimit(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setPipeliningLimit:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions setMaxPoolSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxPoolSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpClientOptions setMaxHeaderSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.setMaxHeaderSize:(I)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.http.HttpClientOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientOptions;
    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.ext.web.client.WebClientOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/client/WebClientOptions;
            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.ext.web.client.WebClientOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  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.ext.web.client.WebClientOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/client/WebClientOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException
}
SourceFile: "WebClientOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)