public class io.vertx.core.http.WebSocketConnectOptions extends io.vertx.core.http.RequestOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.WebSocketConnectOptions
  super_class: io.vertx.core.http.RequestOptions
{
  public static final io.vertx.core.http.WebsocketVersion DEFAULT_VERSION;
    descriptor: Lio/vertx/core/http/WebsocketVersion;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 32
            getstatic io.vertx.core.http.WebsocketVersion.V13:Lio/vertx/core/http/WebsocketVersion;
            putstatic io.vertx.core.http.WebSocketConnectOptions.DEFAULT_VERSION:Lio/vertx/core/http/WebsocketVersion;
         1: .line 37
            aconst_null
            putstatic io.vertx.core.http.WebSocketConnectOptions.DEFAULT_SUB_PROTOCOLS:Ljava/util/List;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
         0: .line 42
            aload 0 /* this */
            invokespecial io.vertx.core.http.RequestOptions.<init>:()V
         1: .line 43
            aload 0 /* this */
            getstatic io.vertx.core.http.WebSocketConnectOptions.DEFAULT_VERSION:Lio/vertx/core/http/WebsocketVersion;
            putfield io.vertx.core.http.WebSocketConnectOptions.version:Lio/vertx/core/http/WebsocketVersion;
         2: .line 44
            aload 0 /* this */
            getstatic io.vertx.core.http.WebSocketConnectOptions.DEFAULT_SUB_PROTOCOLS:Ljava/util/List;
            putfield io.vertx.core.http.WebSocketConnectOptions.subProtocols:Ljava/util/List;
         3: .line 45
            return
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/WebSocketConnectOptions;

  public void <init>(io.vertx.core.http.WebSocketConnectOptions);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // io.vertx.core.http.WebSocketConnectOptions other
         0: .line 48
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.http.RequestOptions.<init>:(Lio/vertx/core/http/RequestOptions;)V
         1: .line 49
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.WebSocketConnectOptions.version:Lio/vertx/core/http/WebsocketVersion;
            putfield io.vertx.core.http.WebSocketConnectOptions.version:Lio/vertx/core/http/WebsocketVersion;
         2: .line 50
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.WebSocketConnectOptions.subProtocols:Ljava/util/List;
            putfield io.vertx.core.http.WebSocketConnectOptions.subProtocols:Ljava/util/List;
         3: .line 51
            return
        end local 1 // io.vertx.core.http.WebSocketConnectOptions other
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    4     1  other  Lio/vertx/core/http/WebSocketConnectOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 54
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.http.RequestOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 55
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.http.WebSocketConnectOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/http/WebSocketConnectOptions;)V
         2: .line 56
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.http.WebsocketVersion getVersion();
    descriptor: ()Lio/vertx/core/http/WebsocketVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.core.http.WebSocketConnectOptions.version:Lio/vertx/core/http/WebsocketVersion;
            areturn
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/WebSocketConnectOptions;

  public io.vertx.core.http.WebSocketConnectOptions setVersion(io.vertx.core.http.WebsocketVersion);
    descriptor: (Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // io.vertx.core.http.WebsocketVersion version
         0: .line 71
            aload 0 /* this */
            aload 1 /* version */
            putfield io.vertx.core.http.WebSocketConnectOptions.version:Lio/vertx/core/http/WebsocketVersion;
         1: .line 72
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.WebsocketVersion version
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    2     1  version  Lio/vertx/core/http/WebsocketVersion;
    MethodParameters:
         Name  Flags
      version  

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

  public io.vertx.core.http.WebSocketConnectOptions setSubProtocols(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // java.util.List subProtocols
         0: .line 88
            aload 0 /* this */
            aload 1 /* subProtocols */
            putfield io.vertx.core.http.WebSocketConnectOptions.subProtocols:Ljava/util/List;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.util.List subProtocols
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    2     1  subProtocols  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/http/WebSocketConnectOptions;
    MethodParameters:
              Name  Flags
      subProtocols  

  public io.vertx.core.http.WebSocketConnectOptions addSubProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // java.lang.String subprotocol
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.core.http.WebSocketConnectOptions.subProtocols:Ljava/util/List;
            ifnonnull 2
         1: .line 99
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.http.WebSocketConnectOptions.subProtocols:Ljava/util/List;
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.WebSocketConnectOptions.subProtocols:Ljava/util/List;
            aload 1 /* subprotocol */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 102
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String subprotocol
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    4     1  subprotocol  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      subprotocol  

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

  public io.vertx.core.http.WebSocketConnectOptions setPort(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // java.lang.Integer port
         0: .line 112
            aload 0 /* this */
            aload 1 /* port */
            invokespecial io.vertx.core.http.RequestOptions.setPort:(Ljava/lang/Integer;)Lio/vertx/core/http/RequestOptions;
            checkcast io.vertx.core.http.WebSocketConnectOptions
            areturn
        end local 1 // java.lang.Integer port
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    1     1  port  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      port  

  public io.vertx.core.http.WebSocketConnectOptions setSsl(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // java.lang.Boolean ssl
         0: .line 117
            aload 0 /* this */
            aload 1 /* ssl */
            invokespecial io.vertx.core.http.RequestOptions.setSsl:(Ljava/lang/Boolean;)Lio/vertx/core/http/RequestOptions;
            checkcast io.vertx.core.http.WebSocketConnectOptions
            areturn
        end local 1 // java.lang.Boolean ssl
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    1     1   ssl  Ljava/lang/Boolean;
    MethodParameters:
      Name  Flags
      ssl   

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

  public io.vertx.core.http.WebSocketConnectOptions addHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 127
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial io.vertx.core.http.RequestOptions.addHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            checkcast io.vertx.core.http.WebSocketConnectOptions
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    1     1    key  Ljava/lang/String;
            0    1     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  public io.vertx.core.http.WebSocketConnectOptions setHeaders(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
        start local 1 // io.vertx.core.MultiMap headers
         0: .line 133
            aload 0 /* this */
            aload 1 /* headers */
            invokespecial io.vertx.core.http.RequestOptions.setHeaders:(Lio/vertx/core/MultiMap;)Lio/vertx/core/http/RequestOptions;
            checkcast io.vertx.core.http.WebSocketConnectOptions
            areturn
        end local 1 // io.vertx.core.MultiMap headers
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/WebSocketConnectOptions;
            0    1     1  headers  Lio/vertx/core/MultiMap;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
         Name  Flags
      headers  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.WebSocketConnectOptions this
         0: .line 138
            aload 0 /* this */
            invokespecial io.vertx.core.http.RequestOptions.toJson:()Lio/vertx/core/json/JsonObject;
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 139
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.http.WebSocketConnectOptionsConverter.toJson:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 140
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.WebSocketConnectOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/WebSocketConnectOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

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

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

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

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

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

  public io.vertx.core.http.RequestOptions setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.WebSocketConnectOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/WebSocketConnectOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "WebSocketConnectOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)