public class io.vertx.mqtt.MqttServerOptions extends io.vertx.core.net.NetServerOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.mqtt.MqttServerOptions
  super_class: io.vertx.core.net.NetServerOptions
{
  public static final int DEFAULT_PORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1883

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

  public static final int DEFAULT_MAX_MESSAGE_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.MqttServerOptions this
         0: .line 55
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:()V
         1: .line 57
            aload 0 /* this */
            sipush 1883
            invokevirtual io.vertx.mqtt.MqttServerOptions.setPort:(I)Lio/vertx/mqtt/MqttServerOptions;
            pop
         2: .line 58
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.mqtt.MqttServerOptions.maxMessageSize:I
         3: .line 59
            aload 0 /* this */
            iconst_1
            putfield io.vertx.mqtt.MqttServerOptions.isAutoClientId:Z
         4: .line 60
            aload 0 /* this */
            bipush 90
            putfield io.vertx.mqtt.MqttServerOptions.timeoutOnConnect:I
         5: .line 61
            return
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/mqtt/MqttServerOptions;

  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.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 69
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 71
            aload 0 /* this */
            aload 1 /* json */
            ldc "port"
            sipush 1883
            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
            invokevirtual io.vertx.mqtt.MqttServerOptions.setPort:(I)Lio/vertx/mqtt/MqttServerOptions;
            pop
         2: .line 72
            aload 0 /* this */
            aload 1 /* json */
            ldc "maxMessageSize"
            iconst_m1
            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.mqtt.MqttServerOptions.maxMessageSize:I
         3: .line 73
            aload 0 /* this */
            aload 1 /* json */
            ldc "isAutoClientId"
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.mqtt.MqttServerOptions.isAutoClientId:Z
         4: .line 74
            aload 0 /* this */
            aload 1 /* json */
            ldc "timeoutOnConnect"
            bipush 90
            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.mqtt.MqttServerOptions.timeoutOnConnect:I
         5: .line 76
            aload 0 /* this */
            getfield io.vertx.mqtt.MqttServerOptions.maxMessageSize:I
            ifle 10
            aload 0 /* this */
            invokevirtual io.vertx.mqtt.MqttServerOptions.getReceiveBufferSize:()I
            ifle 10
         6: .line 77
            aload 0 /* this */
            invokevirtual io.vertx.mqtt.MqttServerOptions.getReceiveBufferSize:()I
            aload 0 /* this */
            getfield io.vertx.mqtt.MqttServerOptions.maxMessageSize:I
            if_icmplt 7
            iconst_1
            goto 8
      StackMap locals: io.vertx.mqtt.MqttServerOptions io.vertx.core.json.JsonObject
      StackMap stack:
         7: iconst_0
         8: .line 78
      StackMap locals:
      StackMap stack: int
            ldc "Receiver buffer size can't be lower than max message size"
         9: .line 77
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
        10: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/mqtt/MqttServerOptions;
            0   11     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public void <init>(io.vertx.mqtt.MqttServerOptions);
    descriptor: (Lio/vertx/mqtt/MqttServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.mqtt.MqttServerOptions other
         0: .line 88
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/net/NetServerOptions;)V
         1: .line 89
            return
        end local 1 // io.vertx.mqtt.MqttServerOptions other
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  other  Lio/vertx/mqtt/MqttServerOptions;
    MethodParameters:
       Name  Flags
      other  

  public io.vertx.mqtt.MqttServerOptions setPort(int);
    descriptor: (I)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // int port
         0: .line 93
            aload 0 /* this */
            iload 1 /* port */
            invokespecial io.vertx.core.net.NetServerOptions.setPort:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  port  I
    MethodParameters:
      Name  Flags
      port  

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

  public io.vertx.mqtt.MqttServerOptions setClientAuth(io.vertx.core.http.ClientAuth);
    descriptor: (Lio/vertx/core/http/ClientAuth;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.http.ClientAuth clientAuth
         0: .line 105
            aload 0 /* this */
            aload 1 /* clientAuth */
            invokespecial io.vertx.core.net.NetServerOptions.setClientAuth:(Lio/vertx/core/http/ClientAuth;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 106
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.ClientAuth clientAuth
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  clientAuth  Lio/vertx/core/http/ClientAuth;
    MethodParameters:
            Name  Flags
      clientAuth  

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

  public io.vertx.mqtt.MqttServerOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.KeyCertOptions options
         0: .line 117
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.KeyCertOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/KeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 123
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 129
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 130
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions options
         0: .line 135
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemKeyCertOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.TrustOptions options
         0: .line 141
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 142
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.TrustOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/TrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 147
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.PemTrustOptions options
         0: .line 153
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 154
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemTrustOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/PemTrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 159
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 160
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.mqtt.MqttServerOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // java.lang.String suite
         0: .line 165
            aload 0 /* this */
            aload 1 /* suite */
            invokespecial io.vertx.core.net.NetServerOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 166
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String suite
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  suite  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      suite  

  public io.vertx.mqtt.MqttServerOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // java.lang.String protocol
         0: .line 171
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.NetServerOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 172
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  final

  public io.vertx.mqtt.MqttServerOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // java.lang.String crlPath
         0: .line 177
            aload 0 /* this */
            aload 1 /* crlPath */
            invokespecial io.vertx.core.net.NetServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String crlPath
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  crlPath  Ljava/lang/String;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
         Name  Flags
      crlPath  

  public io.vertx.mqtt.MqttServerOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // io.vertx.core.buffer.Buffer crlValue
         0: .line 183
            aload 0 /* this */
            aload 1 /* crlValue */
            invokespecial io.vertx.core.net.NetServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 184
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer crlValue
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  crlValue  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      crlValue  

  public io.vertx.mqtt.MqttServerOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // int receiveBufferSize
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.mqtt.MqttServerOptions.maxMessageSize:I
            ifle 5
            iload 1 /* receiveBufferSize */
            ifle 5
         1: .line 190
            iload 1 /* receiveBufferSize */
            aload 0 /* this */
            getfield io.vertx.mqtt.MqttServerOptions.maxMessageSize:I
            if_icmplt 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
         3: .line 191
      StackMap locals:
      StackMap stack: int
            ldc "Receiver buffer size can't be lower than max message size"
         4: .line 190
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         5: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            invokespecial io.vertx.core.net.NetServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         6: .line 194
            aload 0 /* this */
            areturn
        end local 1 // int receiveBufferSize
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lio/vertx/mqtt/MqttServerOptions;
            0    7     1  receiveBufferSize  I
    MethodParameters:
                   Name  Flags
      receiveBufferSize  

  public io.vertx.mqtt.MqttServerOptions setSni(boolean);
    descriptor: (Z)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // boolean sni
         0: .line 199
            aload 0 /* this */
            iload 1 /* sni */
            invokespecial io.vertx.core.net.NetServerOptions.setSni:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 200
            aload 0 /* this */
            areturn
        end local 1 // boolean sni
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1   sni  Z
    MethodParameters:
      Name  Flags
      sni   

  public io.vertx.mqtt.MqttServerOptions setMaxMessageSize(int);
    descriptor: (I)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // int maxMessageSize
         0: .line 210
            iload 1 /* maxMessageSize */
            ifgt 1
            iload 1 /* maxMessageSize */
            iconst_m1
            if_icmpeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ldc "maxMessageSize must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 211
            iload 1 /* maxMessageSize */
            ifle 8
            aload 0 /* this */
            invokevirtual io.vertx.mqtt.MqttServerOptions.getReceiveBufferSize:()I
            ifle 8
         4: .line 212
            aload 0 /* this */
            invokevirtual io.vertx.mqtt.MqttServerOptions.getReceiveBufferSize:()I
            iload 1 /* maxMessageSize */
            if_icmplt 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
         6: .line 213
      StackMap locals:
      StackMap stack: int
            ldc "Receiver buffer size can't be lower than max message size"
         7: .line 212
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         8: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxMessageSize */
            putfield io.vertx.mqtt.MqttServerOptions.maxMessageSize:I
         9: .line 216
            aload 0 /* this */
            areturn
        end local 1 // int maxMessageSize
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lio/vertx/mqtt/MqttServerOptions;
            0   10     1  maxMessageSize  I
    MethodParameters:
                Name  Flags
      maxMessageSize  

  public int getMaxMessageSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.MqttServerOptions this
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.mqtt.MqttServerOptions.maxMessageSize:I
            ireturn
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/MqttServerOptions;

  public io.vertx.mqtt.MqttServerOptions setAutoClientId(boolean);
    descriptor: (Z)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // boolean isAutoClientId
         0: .line 233
            aload 0 /* this */
            iload 1 /* isAutoClientId */
            putfield io.vertx.mqtt.MqttServerOptions.isAutoClientId:Z
         1: .line 234
            aload 0 /* this */
            areturn
        end local 1 // boolean isAutoClientId
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  isAutoClientId  Z
    MethodParameters:
                Name  Flags
      isAutoClientId  

  public boolean isAutoClientId();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.MqttServerOptions this
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.mqtt.MqttServerOptions.isAutoClientId:Z
            ireturn
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/MqttServerOptions;

  public io.vertx.mqtt.MqttServerOptions setTimeoutOnConnect(int);
    descriptor: (I)Lio/vertx/mqtt/MqttServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mqtt.MqttServerOptions this
        start local 1 // int timeoutOnConnect
         0: .line 251
            aload 0 /* this */
            iload 1 /* timeoutOnConnect */
            putfield io.vertx.mqtt.MqttServerOptions.timeoutOnConnect:I
         1: .line 252
            aload 0 /* this */
            areturn
        end local 1 // int timeoutOnConnect
        end local 0 // io.vertx.mqtt.MqttServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/mqtt/MqttServerOptions;
            0    2     1  timeoutOnConnect  I
    MethodParameters:
                  Name  Flags
      timeoutOnConnect  

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

  public io.vertx.core.net.NetServerOptions setSni(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.mqtt.MqttServerOptions.setSni:(Z)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)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.mqtt.MqttServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.NetServerOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)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.mqtt.MqttServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)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.mqtt.MqttServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.mqtt.MqttServerOptions.setSsl:(Z)Lio/vertx/mqtt/MqttServerOptions;
            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.mqtt.MqttServerOptions.setSsl:(Z)Lio/vertx/mqtt/MqttServerOptions;
            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.mqtt.MqttServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)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.mqtt.MqttServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)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.mqtt.MqttServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)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.mqtt.MqttServerOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setReceiveBufferSize(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.mqtt.MqttServerOptions.setReceiveBufferSize:(I)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setReceiveBufferSize:(I)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setReceiveBufferSize:(I)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)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.mqtt.MqttServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)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.mqtt.MqttServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addCrlPath(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.mqtt.MqttServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.NetServerOptions setClientAuth(io.vertx.core.http.ClientAuth);
    descriptor: (Lio/vertx/core/http/ClientAuth;)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.mqtt.MqttServerOptions.setClientAuth:(Lio/vertx/core/http/ClientAuth;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)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.mqtt.MqttServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addEnabledSecureTransportProtocol(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.mqtt.MqttServerOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
            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.mqtt.MqttServerOptions.setPort:(I)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addEnabledCipherSuite(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.mqtt.MqttServerOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.mqtt.MqttServerOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/mqtt/MqttServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MqttServerOptions.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()