public class io.vertx.ext.stomp.StompServerOptions extends io.vertx.core.net.NetServerOptions implements io.vertx.ext.stomp.StompOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.stomp.StompServerOptions
  super_class: io.vertx.core.net.NetServerOptions
{
  public static final int DEFAULT_MAX_HEADER_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10240

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  private io.vertx.core.json.JsonObject heartbeat;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 75
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:()V
         1: .line 47
            aload 0 /* this */
            sipush 10240
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaderLength:I
         2: .line 48
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaders:I
         3: .line 49
            aload 0 /* this */
            ldc 104857600
            putfield io.vertx.ext.stomp.StompServerOptions.maxBodyLength:I
         4: .line 51
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxFrameInTransaction:I
         5: .line 56
            aload 0 /* this */
            new java.util.ArrayList
            dup
            getstatic io.vertx.ext.stomp.StompServerOptions.DEFAULT_SUPPORTED_VERSIONS:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.stomp.StompServerOptions.supportedVersions:Ljava/util/List;
         6: .line 57
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.secured:Z
         7: .line 58
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.sendErrorOnNoSubscriptions:Z
         8: .line 59
            aload 0 /* this */
            ldc 10000
            putfield io.vertx.ext.stomp.StompServerOptions.ackTimeout:J
         9: .line 60
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.stomp.StompServerOptions.timeFactor:I
        10: .line 61
            aload 0 /* this */
            getstatic io.vertx.ext.stomp.StompServerOptions.DEFAULT_STOMP_HEARTBEAT:Lio/vertx/core/json/JsonObject;
            putfield io.vertx.ext.stomp.StompServerOptions.heartbeat:Lio/vertx/core/json/JsonObject;
        11: .line 62
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.transactionChunkSize:I
        12: .line 63
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxSubscriptionsByClient:I
        13: .line 65
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.websocketBridge:Z
        14: .line 66
            aload 0 /* this */
            ldc "/stomp"
            putfield io.vertx.ext.stomp.StompServerOptions.websocketPath:Ljava/lang/String;
        15: .line 69
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.trailingLine:Z
        16: .line 76
            aload 0 /* this */
            ldc 61613
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setPort:(I)Lio/vertx/ext/stomp/StompServerOptions;
            pop
        17: .line 77
            aload 0 /* this */
            ldc "0.0.0.0"
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompServerOptions;
            pop
        18: .line 78
            return
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public void <init>(io.vertx.ext.stomp.StompServerOptions);
    descriptor: (Lio/vertx/ext/stomp/StompServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // io.vertx.ext.stomp.StompServerOptions other
         0: .line 86
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/net/NetServerOptions;)V
         1: .line 47
            aload 0 /* this */
            sipush 10240
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaderLength:I
         2: .line 48
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaders:I
         3: .line 49
            aload 0 /* this */
            ldc 104857600
            putfield io.vertx.ext.stomp.StompServerOptions.maxBodyLength:I
         4: .line 51
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxFrameInTransaction:I
         5: .line 56
            aload 0 /* this */
            new java.util.ArrayList
            dup
            getstatic io.vertx.ext.stomp.StompServerOptions.DEFAULT_SUPPORTED_VERSIONS:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.stomp.StompServerOptions.supportedVersions:Ljava/util/List;
         6: .line 57
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.secured:Z
         7: .line 58
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.sendErrorOnNoSubscriptions:Z
         8: .line 59
            aload 0 /* this */
            ldc 10000
            putfield io.vertx.ext.stomp.StompServerOptions.ackTimeout:J
         9: .line 60
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.stomp.StompServerOptions.timeFactor:I
        10: .line 61
            aload 0 /* this */
            getstatic io.vertx.ext.stomp.StompServerOptions.DEFAULT_STOMP_HEARTBEAT:Lio/vertx/core/json/JsonObject;
            putfield io.vertx.ext.stomp.StompServerOptions.heartbeat:Lio/vertx/core/json/JsonObject;
        11: .line 62
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.transactionChunkSize:I
        12: .line 63
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxSubscriptionsByClient:I
        13: .line 65
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.websocketBridge:Z
        14: .line 66
            aload 0 /* this */
            ldc "/stomp"
            putfield io.vertx.ext.stomp.StompServerOptions.websocketPath:Ljava/lang/String;
        15: .line 69
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.trailingLine:Z
        16: .line 87
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.maxHeaderLength:I
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaderLength:I
        17: .line 88
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.maxHeaders:I
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaders:I
        18: .line 89
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.maxBodyLength:I
            putfield io.vertx.ext.stomp.StompServerOptions.maxBodyLength:I
        19: .line 90
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.supportedVersions:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.stomp.StompServerOptions.supportedVersions:Ljava/util/List;
        20: .line 91
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.secured:Z
            putfield io.vertx.ext.stomp.StompServerOptions.secured:Z
        21: .line 92
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.sendErrorOnNoSubscriptions:Z
            putfield io.vertx.ext.stomp.StompServerOptions.sendErrorOnNoSubscriptions:Z
        22: .line 93
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.ackTimeout:J
            putfield io.vertx.ext.stomp.StompServerOptions.ackTimeout:J
        23: .line 94
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.timeFactor:I
            putfield io.vertx.ext.stomp.StompServerOptions.timeFactor:I
        24: .line 95
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.heartbeat:Lio/vertx/core/json/JsonObject;
            putfield io.vertx.ext.stomp.StompServerOptions.heartbeat:Lio/vertx/core/json/JsonObject;
        25: .line 96
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.maxFrameInTransaction:I
            putfield io.vertx.ext.stomp.StompServerOptions.maxFrameInTransaction:I
        26: .line 97
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.transactionChunkSize:I
            putfield io.vertx.ext.stomp.StompServerOptions.transactionChunkSize:I
        27: .line 98
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.maxSubscriptionsByClient:I
            putfield io.vertx.ext.stomp.StompServerOptions.maxSubscriptionsByClient:I
        28: .line 100
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.websocketBridge:Z
            putfield io.vertx.ext.stomp.StompServerOptions.websocketBridge:Z
        29: .line 101
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.websocketPath:Ljava/lang/String;
            putfield io.vertx.ext.stomp.StompServerOptions.websocketPath:Ljava/lang/String;
        30: .line 103
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.disableTCPServer:Z
            putfield io.vertx.ext.stomp.StompServerOptions.disableTCPServer:Z
        31: .line 104
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.stomp.StompServerOptions.trailingLine:Z
            putfield io.vertx.ext.stomp.StompServerOptions.trailingLine:Z
        32: .line 105
            return
        end local 1 // io.vertx.ext.stomp.StompServerOptions other
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lio/vertx/ext/stomp/StompServerOptions;
            0   33     1  other  Lio/vertx/ext/stomp/StompServerOptions;
    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=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 113
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 47
            aload 0 /* this */
            sipush 10240
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaderLength:I
         2: .line 48
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaders:I
         3: .line 49
            aload 0 /* this */
            ldc 104857600
            putfield io.vertx.ext.stomp.StompServerOptions.maxBodyLength:I
         4: .line 51
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxFrameInTransaction:I
         5: .line 56
            aload 0 /* this */
            new java.util.ArrayList
            dup
            getstatic io.vertx.ext.stomp.StompServerOptions.DEFAULT_SUPPORTED_VERSIONS:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.stomp.StompServerOptions.supportedVersions:Ljava/util/List;
         6: .line 57
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.secured:Z
         7: .line 58
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.sendErrorOnNoSubscriptions:Z
         8: .line 59
            aload 0 /* this */
            ldc 10000
            putfield io.vertx.ext.stomp.StompServerOptions.ackTimeout:J
         9: .line 60
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.stomp.StompServerOptions.timeFactor:I
        10: .line 61
            aload 0 /* this */
            getstatic io.vertx.ext.stomp.StompServerOptions.DEFAULT_STOMP_HEARTBEAT:Lio/vertx/core/json/JsonObject;
            putfield io.vertx.ext.stomp.StompServerOptions.heartbeat:Lio/vertx/core/json/JsonObject;
        11: .line 62
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.transactionChunkSize:I
        12: .line 63
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.ext.stomp.StompServerOptions.maxSubscriptionsByClient:I
        13: .line 65
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.websocketBridge:Z
        14: .line 66
            aload 0 /* this */
            ldc "/stomp"
            putfield io.vertx.ext.stomp.StompServerOptions.websocketPath:Ljava/lang/String;
        15: .line 69
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.stomp.StompServerOptions.trailingLine:Z
        16: .line 114
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.stomp.StompServerOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/stomp/StompServerOptions;)V
        17: .line 115
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/vertx/ext/stomp/StompServerOptions;
            0   18     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 121
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 122
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.stomp.StompServerOptionsConverter.toJson:(Lio/vertx/ext/stomp/StompServerOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 123
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/stomp/StompServerOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public int getMaxBodyLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.maxBodyLength:I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setMaxBodyLength(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int maxBodyLength
         0: .line 143
            aload 0 /* this */
            iload 1 /* maxBodyLength */
            putfield io.vertx.ext.stomp.StompServerOptions.maxBodyLength:I
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // int maxBodyLength
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  maxBodyLength  I
    MethodParameters:
               Name  Flags
      maxBodyLength  

  public int getMaxHeaderLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.maxHeaderLength:I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setMaxHeaderLength(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int maxHeaderLength
         0: .line 164
            aload 0 /* this */
            iload 1 /* maxHeaderLength */
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaderLength:I
         1: .line 165
            aload 0 /* this */
            areturn
        end local 1 // int maxHeaderLength
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  maxHeaderLength  I
    MethodParameters:
                 Name  Flags
      maxHeaderLength  

  public int getMaxHeaders();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.maxHeaders:I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setMaxHeaders(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int maxHeaders
         0: .line 185
            aload 0 /* this */
            iload 1 /* maxHeaders */
            putfield io.vertx.ext.stomp.StompServerOptions.maxHeaders:I
         1: .line 186
            aload 0 /* this */
            areturn
        end local 1 // int maxHeaders
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  maxHeaders  I
    MethodParameters:
            Name  Flags
      maxHeaders  

  public java.util.List<java.lang.String> getSupportedVersions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 196
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.supportedVersions:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.ext.stomp.StompServerOptions setSupportedVersions(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // java.util.List supportedVersions
         0: .line 206
            aload 0 /* this */
            aload 1 /* supportedVersions */
            putfield io.vertx.ext.stomp.StompServerOptions.supportedVersions:Ljava/util/List;
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // java.util.List supportedVersions
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  supportedVersions  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/ext/stomp/StompServerOptions;
    MethodParameters:
                   Name  Flags
      supportedVersions  

  public boolean isSecured();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 217
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.secured:Z
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setSecured(boolean);
    descriptor: (Z)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // boolean secured
         0: .line 227
            aload 0 /* this */
            iload 1 /* secured */
            putfield io.vertx.ext.stomp.StompServerOptions.secured:Z
         1: .line 228
            aload 0 /* this */
            areturn
        end local 1 // boolean secured
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  secured  Z
    MethodParameters:
         Name  Flags
      secured  

  public boolean isSendErrorOnNoSubscriptions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 238
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.sendErrorOnNoSubscriptions:Z
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setSendErrorOnNoSubscriptions(boolean);
    descriptor: (Z)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // boolean sendErrorOnNoSubscriptions
         0: .line 249
            aload 0 /* this */
            iload 1 /* sendErrorOnNoSubscriptions */
            putfield io.vertx.ext.stomp.StompServerOptions.sendErrorOnNoSubscriptions:Z
         1: .line 250
            aload 0 /* this */
            areturn
        end local 1 // boolean sendErrorOnNoSubscriptions
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  sendErrorOnNoSubscriptions  Z
    MethodParameters:
                            Name  Flags
      sendErrorOnNoSubscriptions  

  public int getTimeFactor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 259
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.timeFactor:I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setTimeFactor(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int timeFactor
         0: .line 269
            iload 1 /* timeFactor */
            ifgt 2
         1: .line 270
            new java.lang.IllegalArgumentException
            dup
            ldc "The time factor must be strictly positive"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* timeFactor */
            putfield io.vertx.ext.stomp.StompServerOptions.timeFactor:I
         3: .line 273
            aload 0 /* this */
            areturn
        end local 1 // int timeFactor
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/ext/stomp/StompServerOptions;
            0    4     1  timeFactor  I
    MethodParameters:
            Name  Flags
      timeFactor  

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

  public io.vertx.ext.stomp.StompServerOptions setPort(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int port
         0: .line 290
            iload 1 /* port */
            iconst_m1
            if_icmpeq 3
         1: .line 292
            aload 0 /* this */
            iload 1 /* port */
            invokespecial io.vertx.core.net.NetServerOptions.setPort:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         2: .line 293
            goto 4
         3: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.stomp.StompServerOptions.disableTCPServer:Z
         4: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/stomp/StompServerOptions;
            0    5     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 304
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.disableTCPServer:Z
            ifeq 2
         1: .line 305
            iconst_m1
            ireturn
         2: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.getPort:()I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // java.lang.String host
         0: .line 313
            aload 0 /* this */
            aload 1 /* host */
            invokespecial io.vertx.core.net.NetServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 314
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String host
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      host  

  public io.vertx.core.json.JsonObject getHeartbeat();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 324
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.heartbeat:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setHeartbeat(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // io.vertx.core.json.JsonObject heartbeat
         0: .line 335
            aload 0 /* this */
            aload 1 /* heartbeat */
            putfield io.vertx.ext.stomp.StompServerOptions.heartbeat:Lio/vertx/core/json/JsonObject;
         1: .line 336
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject heartbeat
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  heartbeat  Lio/vertx/core/json/JsonObject;
    MethodParameters:
           Name  Flags
      heartbeat  

  public int getMaxFrameInTransaction();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 346
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.maxFrameInTransaction:I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setMaxFrameInTransaction(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int maxFrameInTransaction
         0: .line 358
            aload 0 /* this */
            iload 1 /* maxFrameInTransaction */
            putfield io.vertx.ext.stomp.StompServerOptions.maxFrameInTransaction:I
         1: .line 359
            aload 0 /* this */
            areturn
        end local 1 // int maxFrameInTransaction
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  maxFrameInTransaction  I
    MethodParameters:
                       Name  Flags
      maxFrameInTransaction  

  public int getTransactionChunkSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 369
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.transactionChunkSize:I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setTransactionChunkSize(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int transactionChunkSize
         0: .line 380
            iload 1 /* transactionChunkSize */
            ifgt 2
         1: .line 381
            new java.lang.IllegalArgumentException
            dup
            ldc "Chunk size must be strictly positive"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* transactionChunkSize */
            putfield io.vertx.ext.stomp.StompServerOptions.transactionChunkSize:I
         3: .line 384
            aload 0 /* this */
            areturn
        end local 1 // int transactionChunkSize
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lio/vertx/ext/stomp/StompServerOptions;
            0    4     1  transactionChunkSize  I
    MethodParameters:
                      Name  Flags
      transactionChunkSize  

  public int getMaxSubscriptionsByClient();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 394
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.maxSubscriptionsByClient:I
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setMaxSubscriptionsByClient(int);
    descriptor: (I)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // int maxSubscriptionsByClient
         0: .line 405
            aload 0 /* this */
            iload 1 /* maxSubscriptionsByClient */
            putfield io.vertx.ext.stomp.StompServerOptions.maxSubscriptionsByClient:I
         1: .line 406
            aload 0 /* this */
            areturn
        end local 1 // int maxSubscriptionsByClient
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  maxSubscriptionsByClient  I
    MethodParameters:
                          Name  Flags
      maxSubscriptionsByClient  

  public boolean isWebsocketBridge();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 418
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.websocketBridge:Z
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setWebsocketBridge(boolean);
    descriptor: (Z)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // boolean websocketBridge
         0: .line 428
            aload 0 /* this */
            iload 1 /* websocketBridge */
            putfield io.vertx.ext.stomp.StompServerOptions.websocketBridge:Z
         1: .line 429
            aload 0 /* this */
            areturn
        end local 1 // boolean websocketBridge
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  websocketBridge  Z
    MethodParameters:
                 Name  Flags
      websocketBridge  

  public java.lang.String getWebsocketPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 439
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.websocketPath:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setWebsocketPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // java.lang.String websocketPath
         0: .line 449
            aload 0 /* this */
            aload 1 /* websocketPath */
            putfield io.vertx.ext.stomp.StompServerOptions.websocketPath:Ljava/lang/String;
         1: .line 450
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String websocketPath
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  websocketPath  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      websocketPath  

  public boolean isTrailingLine();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
         0: .line 460
            aload 0 /* this */
            getfield io.vertx.ext.stomp.StompServerOptions.trailingLine:Z
            ireturn
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/StompServerOptions;

  public io.vertx.ext.stomp.StompServerOptions setTrailingLine(boolean);
    descriptor: (Z)Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.stomp.StompServerOptions this
        start local 1 // boolean trailingLine
         0: .line 471
            aload 0 /* this */
            iload 1 /* trailingLine */
            putfield io.vertx.ext.stomp.StompServerOptions.trailingLine:Z
         1: .line 472
            aload 0 /* this */
            areturn
        end local 1 // boolean trailingLine
        end local 0 // io.vertx.ext.stomp.StompServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/stomp/StompServerOptions;
            0    2     1  trailingLine  Z
    MethodParameters:
              Name  Flags
      trailingLine  

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

  public io.vertx.core.net.NetServerOptions setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
    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.stomp.StompServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPort(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    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.stomp.StompServerOptions.setPort:(I)Lio/vertx/ext/stomp/StompServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "StompServerOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)