public class io.vertx.ext.web.handler.sockjs.BridgeOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.handler.sockjs.BridgeOptions
  super_class: java.lang.Object
{
  public static final int DEFAULT_MAX_ADDRESS_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 200

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

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

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

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

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

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

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

  private java.util.List<io.vertx.ext.bridge.PermittedOptions> inboundPermitted;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;

  private java.util.List<io.vertx.ext.bridge.PermittedOptions> outboundPermitted;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;

  public void <init>(io.vertx.ext.web.handler.sockjs.BridgeOptions);
    descriptor: (Lio/vertx/ext/web/handler/sockjs/BridgeOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // io.vertx.ext.web.handler.sockjs.BridgeOptions other
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
         2: .line 61
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
         3: .line 69
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxAddressLength:I
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxAddressLength:I
         4: .line 70
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxHandlersPerSocket:I
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxHandlersPerSocket:I
         5: .line 71
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.pingTimeout:J
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.pingTimeout:J
         6: .line 72
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.replyTimeout:J
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.replyTimeout:J
         7: .line 73
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
         8: .line 74
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
         9: .line 75
            return
        end local 1 // io.vertx.ext.web.handler.sockjs.BridgeOptions other
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0   10     1  other  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
         2: .line 61
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
         3: .line 81
            aload 0 /* this */
            sipush 200
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxAddressLength:I
         4: .line 82
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxHandlersPerSocket:I
         5: .line 83
            aload 0 /* this */
            ldc 10000
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.pingTimeout:J
         6: .line 84
            aload 0 /* this */
            ldc 30000
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.replyTimeout:J
         7: .line 85
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
         2: .line 61
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
         3: .line 93
            aload 0 /* this */
            aload 1 /* json */
            ldc "maxAddressLength"
            sipush 200
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxAddressLength:I
         4: .line 94
            aload 0 /* this */
            aload 1 /* json */
            ldc "maxHandlersPerSocket"
            sipush 1000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxHandlersPerSocket:I
         5: .line 95
            aload 0 /* this */
            aload 1 /* json */
            ldc "pingTimeout"
            ldc 10000
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.pingTimeout:J
         6: .line 96
            aload 0 /* this */
            aload 1 /* json */
            ldc "replyTimeout"
            ldc 30000
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.replyTimeout:J
         7: .line 98
            aload 1 /* json */
            ldc "inboundPermitteds"
            invokevirtual io.vertx.core.json.JsonObject.getJsonArray:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            astore 2 /* arr */
        start local 2 // io.vertx.core.json.JsonArray arr
         8: .line 99
            aload 2 /* arr */
            ifnull 17
         9: .line 100
            aload 2 /* arr */
            invokevirtual io.vertx.core.json.JsonArray.iterator:()Ljava/util/Iterator;
            astore 4
            goto 16
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray top java.util.Iterator
      StackMap stack:
        10: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
        11: .line 101
            aload 3 /* obj */
            instanceof io.vertx.core.json.JsonObject
            ifeq 15
        12: .line 102
            aload 3 /* obj */
            checkcast io.vertx.core.json.JsonObject
            astore 5 /* jobj */
        start local 5 // io.vertx.core.json.JsonObject jobj
        13: .line 103
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
            new io.vertx.ext.bridge.PermittedOptions
            dup
            aload 5 /* jobj */
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // io.vertx.core.json.JsonObject jobj
        14: .line 104
            goto 16
        15: .line 105
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray java.lang.Object java.util.Iterator
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " in inboundPermitteds array"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.Object obj
        16: .line 100
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        17: .line 109
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray
      StackMap stack:
            aload 1 /* json */
            ldc "outboundPermitteds"
            invokevirtual io.vertx.core.json.JsonObject.getJsonArray:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            astore 2 /* arr */
        18: .line 110
            aload 2 /* arr */
            ifnull 27
        19: .line 111
            aload 2 /* arr */
            invokevirtual io.vertx.core.json.JsonArray.iterator:()Ljava/util/Iterator;
            astore 4
            goto 26
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray top java.util.Iterator
      StackMap stack:
        20: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
        21: .line 112
            aload 3 /* obj */
            instanceof io.vertx.core.json.JsonObject
            ifeq 25
        22: .line 113
            aload 3 /* obj */
            checkcast io.vertx.core.json.JsonObject
            astore 5 /* jobj */
        start local 5 // io.vertx.core.json.JsonObject jobj
        23: .line 114
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
            new io.vertx.ext.bridge.PermittedOptions
            dup
            aload 5 /* jobj */
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // io.vertx.core.json.JsonObject jobj
        24: .line 115
            goto 26
        25: .line 116
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray java.lang.Object java.util.Iterator
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " in outboundPermitteds array"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.Object obj
        26: .line 111
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 20
        27: .line 120
      StackMap locals: io.vertx.ext.web.handler.sockjs.BridgeOptions io.vertx.core.json.JsonObject io.vertx.core.json.JsonArray
      StackMap stack:
            return
        end local 2 // io.vertx.core.json.JsonArray arr
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0   28     1  json  Lio/vertx/core/json/JsonObject;
            8   28     2   arr  Lio/vertx/core/json/JsonArray;
           11   16     3   obj  Ljava/lang/Object;
           13   14     5  jobj  Lio/vertx/core/json/JsonObject;
           21   26     3   obj  Ljava/lang/Object;
           23   24     5  jobj  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public int getMaxAddressLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxAddressLength:I
            ireturn
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;

  public io.vertx.ext.web.handler.sockjs.BridgeOptions setMaxAddressLength(int);
    descriptor: (I)Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // int maxAddressLength
         0: .line 127
            iload 1 /* maxAddressLength */
            iconst_1
            if_icmpge 2
         1: .line 128
            new java.lang.IllegalArgumentException
            dup
            ldc "maxAddressLength must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxAddressLength */
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxAddressLength:I
         3: .line 131
            aload 0 /* this */
            areturn
        end local 1 // int maxAddressLength
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    4     1  maxAddressLength  I
    MethodParameters:
                  Name  Flags
      maxAddressLength  

  public int getMaxHandlersPerSocket();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxHandlersPerSocket:I
            ireturn
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;

  public io.vertx.ext.web.handler.sockjs.BridgeOptions setMaxHandlersPerSocket(int);
    descriptor: (I)Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // int maxHandlersPerSocket
         0: .line 139
            iload 1 /* maxHandlersPerSocket */
            iconst_1
            if_icmpge 2
         1: .line 140
            new java.lang.IllegalArgumentException
            dup
            ldc "maxHandlersPerSocket must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxHandlersPerSocket */
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.maxHandlersPerSocket:I
         3: .line 143
            aload 0 /* this */
            areturn
        end local 1 // int maxHandlersPerSocket
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    4     1  maxHandlersPerSocket  I
    MethodParameters:
                      Name  Flags
      maxHandlersPerSocket  

  public long getPingTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.pingTimeout:J
            lreturn
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;

  public io.vertx.ext.web.handler.sockjs.BridgeOptions setPingTimeout(long);
    descriptor: (J)Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // long pingTimeout
         0: .line 151
            lload 1 /* pingTimeout */
            lconst_1
            lcmp
            ifge 2
         1: .line 152
            new java.lang.IllegalArgumentException
            dup
            ldc "pingTimeout must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* pingTimeout */
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.pingTimeout:J
         3: .line 155
            aload 0 /* this */
            areturn
        end local 1 // long pingTimeout
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    4     1  pingTimeout  J
    MethodParameters:
             Name  Flags
      pingTimeout  

  public long getReplyTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.replyTimeout:J
            lreturn
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;

  public io.vertx.ext.web.handler.sockjs.BridgeOptions setReplyTimeout(long);
    descriptor: (J)Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // long replyTimeout
         0: .line 163
            lload 1 /* replyTimeout */
            lconst_1
            lcmp
            ifge 2
         1: .line 164
            new java.lang.IllegalArgumentException
            dup
            ldc "replyTimeout must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* replyTimeout */
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.replyTimeout:J
         3: .line 167
            aload 0 /* this */
            areturn
        end local 1 // long replyTimeout
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    4     1  replyTimeout  J
    MethodParameters:
              Name  Flags
      replyTimeout  

  public io.vertx.ext.web.handler.sockjs.BridgeOptions addInboundPermitted(io.vertx.ext.bridge.PermittedOptions);
    descriptor: (Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // io.vertx.ext.bridge.PermittedOptions permitted
         0: .line 171
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
            aload 1 /* permitted */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 172
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.bridge.PermittedOptions permitted
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    2     1  permitted  Lio/vertx/ext/bridge/PermittedOptions;
    MethodParameters:
           Name  Flags
      permitted  

  public java.util.List<io.vertx.ext.bridge.PermittedOptions> getInboundPermitteds();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
         0: .line 176
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    Signature: ()Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;

  public void setInboundPermitted(java.util.List<io.vertx.ext.bridge.PermittedOptions>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // java.util.List inboundPermitted
         0: .line 180
            aload 0 /* this */
            aload 1 /* inboundPermitted */
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.inboundPermitted:Ljava/util/List;
         1: .line 181
            return
        end local 1 // java.util.List inboundPermitted
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    2     1  inboundPermitted  Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;
    Signature: (Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;)V
    MethodParameters:
                  Name  Flags
      inboundPermitted  

  public io.vertx.ext.web.handler.sockjs.BridgeOptions addOutboundPermitted(io.vertx.ext.bridge.PermittedOptions);
    descriptor: (Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // io.vertx.ext.bridge.PermittedOptions permitted
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
            aload 1 /* permitted */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.bridge.PermittedOptions permitted
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    2     1  permitted  Lio/vertx/ext/bridge/PermittedOptions;
    MethodParameters:
           Name  Flags
      permitted  

  public java.util.List<io.vertx.ext.bridge.PermittedOptions> getOutboundPermitteds();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
    Signature: ()Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;

  public void setOutboundPermitted(java.util.List<io.vertx.ext.bridge.PermittedOptions>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
        start local 1 // java.util.List outboundPermitted
         0: .line 193
            aload 0 /* this */
            aload 1 /* outboundPermitted */
            putfield io.vertx.ext.web.handler.sockjs.BridgeOptions.outboundPermitted:Ljava/util/List;
         1: .line 194
            return
        end local 1 // java.util.List outboundPermitted
        end local 0 // io.vertx.ext.web.handler.sockjs.BridgeOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/web/handler/sockjs/BridgeOptions;
            0    2     1  outboundPermitted  Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;
    Signature: (Ljava/util/List<Lio/vertx/ext/bridge/PermittedOptions;>;)V
    MethodParameters:
                   Name  Flags
      outboundPermitted  
}
SourceFile: "BridgeOptions.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()