public class io.vertx.proton.ProtonServerOptions extends io.vertx.core.net.NetServerOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.ProtonServerOptions
  super_class: io.vertx.core.net.NetServerOptions
{
  private int heartbeat;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>(io.vertx.proton.ProtonServerOptions);
    descriptor: (Lio/vertx/proton/ProtonServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.proton.ProtonServerOptions other
         0: .line 54
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/net/NetServerOptions;)V
         1: .line 55
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.proton.ProtonServerOptions.heartbeat:I
            putfield io.vertx.proton.ProtonServerOptions.heartbeat:I
         2: .line 56
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.proton.ProtonServerOptions.maxFrameSize:I
            putfield io.vertx.proton.ProtonServerOptions.maxFrameSize:I
         3: .line 57
            return
        end local 1 // io.vertx.proton.ProtonServerOptions other
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/proton/ProtonServerOptions;
            0    4     1  other  Lio/vertx/proton/ProtonServerOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 65
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 66
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.proton.ProtonServerOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/proton/ProtonServerOptions;)V
         2: .line 67
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/ProtonServerOptions;
            0    3     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.proton.ProtonServerOptions this
         0: .line 76
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.toJson:()Lio/vertx/core/json/JsonObject;
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 77
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.proton.ProtonServerOptionsConverter.toJson:(Lio/vertx/proton/ProtonServerOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 78
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/ProtonServerOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public io.vertx.proton.ProtonServerOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int sendBufferSize
         0: .line 83
            aload 0 /* this */
            iload 1 /* sendBufferSize */
            invokespecial io.vertx.core.net.NetServerOptions.setSendBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // int sendBufferSize
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  sendBufferSize  I
    MethodParameters:
                Name  Flags
      sendBufferSize  

  public io.vertx.proton.ProtonServerOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int receiveBufferSize
         0: .line 89
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            invokespecial io.vertx.core.net.NetServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // int receiveBufferSize
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  receiveBufferSize  I
    MethodParameters:
                   Name  Flags
      receiveBufferSize  

  public io.vertx.proton.ProtonServerOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean reuseAddress
         0: .line 95
            aload 0 /* this */
            iload 1 /* reuseAddress */
            invokespecial io.vertx.core.net.NetServerOptions.setReuseAddress:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // boolean reuseAddress
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  reuseAddress  Z
    MethodParameters:
              Name  Flags
      reuseAddress  

  public io.vertx.proton.ProtonServerOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int trafficClass
         0: .line 101
            aload 0 /* this */
            iload 1 /* trafficClass */
            invokespecial io.vertx.core.net.NetServerOptions.setTrafficClass:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // int trafficClass
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  trafficClass  I
    MethodParameters:
              Name  Flags
      trafficClass  

  public io.vertx.proton.ProtonServerOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean tcpNoDelay
         0: .line 107
            aload 0 /* this */
            iload 1 /* tcpNoDelay */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpNoDelay:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpNoDelay
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  tcpNoDelay  Z
    MethodParameters:
            Name  Flags
      tcpNoDelay  

  public io.vertx.proton.ProtonServerOptions setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean tcpKeepAlive
         0: .line 113
            aload 0 /* this */
            iload 1 /* tcpKeepAlive */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpKeepAlive:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 114
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpKeepAlive
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  tcpKeepAlive  Z
    MethodParameters:
              Name  Flags
      tcpKeepAlive  

  public io.vertx.proton.ProtonServerOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int soLinger
         0: .line 119
            aload 0 /* this */
            iload 1 /* soLinger */
            invokespecial io.vertx.core.net.NetServerOptions.setSoLinger:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // int soLinger
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  soLinger  I
    MethodParameters:
          Name  Flags
      soLinger  

  public io.vertx.proton.ProtonServerOptions setUsePooledBuffers(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean usePooledBuffers
         0: .line 125
            aload 0 /* this */
            iload 1 /* usePooledBuffers */
            invokespecial io.vertx.core.net.NetServerOptions.setUsePooledBuffers:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 126
            aload 0 /* this */
            areturn
        end local 1 // boolean usePooledBuffers
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  usePooledBuffers  Z
    MethodParameters:
                  Name  Flags
      usePooledBuffers  

  public io.vertx.proton.ProtonServerOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int idleTimeout
         0: .line 131
            aload 0 /* this */
            iload 1 /* idleTimeout */
            invokespecial io.vertx.core.net.NetServerOptions.setIdleTimeout:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // int idleTimeout
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  idleTimeout  I
    MethodParameters:
             Name  Flags
      idleTimeout  

  public io.vertx.proton.ProtonServerOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // java.util.concurrent.TimeUnit idleTimeoutUnit
         0: .line 137
            aload 0 /* this */
            aload 1 /* idleTimeoutUnit */
            invokespecial io.vertx.core.net.NetServerOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 138
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit idleTimeoutUnit
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  idleTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                 Name  Flags
      idleTimeoutUnit  

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

  public io.vertx.proton.ProtonServerOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 149
            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 150
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.proton.ProtonServerOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 155
            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 156
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.proton.ProtonServerOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions options
         0: .line 161
            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 162
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemKeyCertOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.proton.ProtonServerOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 167
            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 168
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.proton.ProtonServerOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 173
            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 174
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.proton.ProtonServerOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.PemTrustOptions options
         0: .line 179
            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 180
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemTrustOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/PemTrustOptions;
    MethodParameters:
         Name  Flags
      options  

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

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

  public io.vertx.proton.ProtonServerOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.buffer.Buffer crlValue
         0: .line 197
            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 198
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer crlValue
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  crlValue  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      crlValue  

  public io.vertx.proton.ProtonServerOptions setAcceptBacklog(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int acceptBacklog
         0: .line 203
            aload 0 /* this */
            iload 1 /* acceptBacklog */
            invokespecial io.vertx.core.net.NetServerOptions.setAcceptBacklog:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 204
            aload 0 /* this */
            areturn
        end local 1 // int acceptBacklog
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  acceptBacklog  I
    MethodParameters:
               Name  Flags
      acceptBacklog  

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

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

  public io.vertx.proton.ProtonServerOptions setClientAuthRequired(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean clientAuthRequired
         0: .line 222
            aload 0 /* this */
            iload 1 /* clientAuthRequired */
            invokespecial io.vertx.core.net.NetServerOptions.setClientAuthRequired:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 223
            aload 0 /* this */
            areturn
        end local 1 // boolean clientAuthRequired
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  clientAuthRequired  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                    Name  Flags
      clientAuthRequired  

  public io.vertx.proton.ProtonServerOptions setClientAuth(io.vertx.core.http.ClientAuth);
    descriptor: (Lio/vertx/core/http/ClientAuth;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.http.ClientAuth clientAuth
         0: .line 228
            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 229
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.ClientAuth clientAuth
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  clientAuth  Lio/vertx/core/http/ClientAuth;
    MethodParameters:
            Name  Flags
      clientAuth  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.proton.ProtonServerOptions this
         0: .line 236
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 237
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.proton.ProtonServerOptions.heartbeat:I
            iadd
            istore 1 /* result */
         2: .line 238
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.proton.ProtonServerOptions.maxFrameSize:I
            iadd
            istore 1 /* result */
         3: .line 240
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/proton/ProtonServerOptions;
            1    4     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // java.lang.Object obj
         0: .line 245
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 246
            iconst_1
            ireturn
         2: .line 249
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 250
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial io.vertx.core.net.NetServerOptions.equals:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 254
            iconst_0
            ireturn
         6: .line 257
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast io.vertx.proton.ProtonServerOptions
            astore 2 /* other */
        start local 2 // io.vertx.proton.ProtonServerOptions other
         7: .line 258
            aload 0 /* this */
            getfield io.vertx.proton.ProtonServerOptions.heartbeat:I
            aload 2 /* other */
            getfield io.vertx.proton.ProtonServerOptions.heartbeat:I
            if_icmpeq 9
         8: .line 259
            iconst_0
            ireturn
         9: .line 261
      StackMap locals: io.vertx.proton.ProtonServerOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.ProtonServerOptions.maxFrameSize:I
            aload 2 /* other */
            getfield io.vertx.proton.ProtonServerOptions.maxFrameSize:I
            if_icmpeq 11
        10: .line 262
            iconst_0
            ireturn
        11: .line 265
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.proton.ProtonServerOptions other
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lio/vertx/proton/ProtonServerOptions;
            0   12     1    obj  Ljava/lang/Object;
            7   12     2  other  Lio/vertx/proton/ProtonServerOptions;
    MethodParameters:
      Name  Flags
      obj   

  public io.vertx.proton.ProtonServerOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean useAlpn
         0: .line 270
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // boolean useAlpn
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    1     1  useAlpn  Z
    MethodParameters:
         Name  Flags
      useAlpn  

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

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

  public io.vertx.proton.ProtonServerOptions setEnabledSecureTransportProtocols(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // java.util.Set enabledSecureTransportProtocols
         0: .line 287
            aload 0 /* this */
            aload 1 /* enabledSecureTransportProtocols */
            invokespecial io.vertx.core.net.NetServerOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 288
            aload 0 /* this */
            areturn
        end local 1 // java.util.Set enabledSecureTransportProtocols
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    2     0                             this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  enabledSecureTransportProtocols  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/proton/ProtonServerOptions;
    MethodParameters:
                                 Name  Flags
      enabledSecureTransportProtocols  

  public io.vertx.proton.ProtonServerOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
         0: .line 293
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.NetServerOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 294
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  sslEngineOptions  Lio/vertx/core/net/JdkSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.proton.ProtonServerOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.KeyCertOptions options
         0: .line 299
            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 300
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.KeyCertOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/KeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.proton.ProtonServerOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
         0: .line 305
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.NetServerOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 306
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  sslEngineOptions  Lio/vertx/core/net/OpenSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.proton.ProtonServerOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
         0: .line 311
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.NetServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 312
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  sslEngineOptions  Lio/vertx/core/net/SSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.proton.ProtonServerOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // io.vertx.core.net.TrustOptions options
         0: .line 317
            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 318
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.TrustOptions options
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  options  Lio/vertx/core/net/TrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.proton.ProtonServerOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean logEnabled
         0: .line 323
            aload 0 /* this */
            iload 1 /* logEnabled */
            invokespecial io.vertx.core.net.NetServerOptions.setLogActivity:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 324
            aload 0 /* this */
            areturn
        end local 1 // boolean logEnabled
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  logEnabled  Z
    MethodParameters:
            Name  Flags
      logEnabled  

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

  public io.vertx.proton.ProtonServerOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean reusePort
         0: .line 335
            aload 0 /* this */
            iload 1 /* reusePort */
            invokespecial io.vertx.core.net.NetServerOptions.setReusePort:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 336
            aload 0 /* this */
            areturn
        end local 1 // boolean reusePort
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  reusePort  Z
    MethodParameters:
           Name  Flags
      reusePort  

  public io.vertx.proton.ProtonServerOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean tcpFastOpen
         0: .line 341
            aload 0 /* this */
            iload 1 /* tcpFastOpen */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpFastOpen:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 342
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpFastOpen
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  tcpFastOpen  Z
    MethodParameters:
             Name  Flags
      tcpFastOpen  

  public io.vertx.proton.ProtonServerOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean tcpCork
         0: .line 347
            aload 0 /* this */
            iload 1 /* tcpCork */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpCork:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 348
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpCork
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  tcpCork  Z
    MethodParameters:
         Name  Flags
      tcpCork  

  public io.vertx.proton.ProtonServerOptions setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // boolean tcpQuickAck
         0: .line 353
            aload 0 /* this */
            iload 1 /* tcpQuickAck */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpQuickAck:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 354
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpQuickAck
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  tcpQuickAck  Z
    MethodParameters:
             Name  Flags
      tcpQuickAck  

  public io.vertx.proton.ProtonServerOptions setHeartbeat(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int heartbeat
         0: .line 365
            aload 0 /* this */
            iload 1 /* heartbeat */
            putfield io.vertx.proton.ProtonServerOptions.heartbeat:I
         1: .line 366
            aload 0 /* this */
            areturn
        end local 1 // int heartbeat
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/proton/ProtonServerOptions;
            0    2     1  heartbeat  I
    MethodParameters:
           Name  Flags
      heartbeat  

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

  public io.vertx.proton.ProtonServerOptions setMaxFrameSize(int);
    descriptor: (I)Lio/vertx/proton/ProtonServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.ProtonServerOptions this
        start local 1 // int maxFrameSize
         0: .line 389
            iload 1 /* maxFrameSize */
            ifge 3
         1: .line 390
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.proton.ProtonServerOptions.maxFrameSize:I
         2: .line 391
            goto 4
         3: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxFrameSize */
            putfield io.vertx.proton.ProtonServerOptions.maxFrameSize:I
         4: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int maxFrameSize
        end local 0 // io.vertx.proton.ProtonServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/vertx/proton/ProtonServerOptions;
            0    5     1  maxFrameSize  I
    MethodParameters:
              Name  Flags
      maxFrameSize  

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

  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.proton.ProtonServerOptions.setSni:(Z)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)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.proton.ProtonServerOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

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

  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.proton.ProtonServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setSsl:(Z)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setSsl:(Z)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)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.proton.ProtonServerOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.net.TCPSSLOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setTcpCork:(Z)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.vertx.core.net.TCPSSLOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setUseAlpn:(Z)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setReceiveBufferSize:(I)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setReceiveBufferSize:(I)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setReceiveBufferSize:(I)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.vertx.core.net.TCPSSLOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setReuseAddress:(Z)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)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.proton.ProtonServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.net.TCPSSLOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setTcpNoDelay:(Z)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

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

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

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

  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.proton.ProtonServerOptions.setClientAuth:(Lio/vertx/core/http/ClientAuth;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

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

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

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

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

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

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

  public io.vertx.core.net.TCPSSLOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setTcpFastOpen:(Z)Lio/vertx/proton/ProtonServerOptions;
            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.proton.ProtonServerOptions.setPort:(I)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)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.proton.ProtonServerOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public io.vertx.core.net.NetServerOptions setEnabledSecureTransportProtocols(java.util.Set);
    descriptor: (Ljava/util/Set;)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.proton.ProtonServerOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public io.vertx.core.net.TCPSSLOptions setUsePooledBuffers(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.proton.ProtonServerOptions.setUsePooledBuffers:(Z)Lio/vertx/proton/ProtonServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ProtonServerOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)