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

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

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

  public static final io.vertx.core.http.ClientAuth DEFAULT_CLIENT_AUTH;
    descriptor: Lio/vertx/core/http/ClientAuth;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final boolean DEFAULT_SNI;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 50
            getstatic io.vertx.core.http.ClientAuth.NONE:Lio/vertx/core/http/ClientAuth;
            putstatic io.vertx.core.net.NetServerOptions.DEFAULT_CLIENT_AUTH:Lio/vertx/core/http/ClientAuth;
         1: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public void <init>(io.vertx.core.net.NetServerOptions);
    descriptor: (Lio/vertx/core/net/NetServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetServerOptions this
        start local 1 // io.vertx.core.net.NetServerOptions other
         0: .line 77
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.TCPSSLOptions.<init>:(Lio/vertx/core/net/TCPSSLOptions;)V
         1: .line 78
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getPort:()I
            putfield io.vertx.core.net.NetServerOptions.port:I
         2: .line 79
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getHost:()Ljava/lang/String;
            putfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
         3: .line 80
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getAcceptBacklog:()I
            putfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
         4: .line 81
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getClientAuth:()Lio/vertx/core/http/ClientAuth;
            putfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
         5: .line 82
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.isSni:()Z
            putfield io.vertx.core.net.NetServerOptions.sni:Z
         6: .line 83
            return
        end local 1 // io.vertx.core.net.NetServerOptions other
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/core/net/NetServerOptions;
            0    7     1  other  Lio/vertx/core/net/NetServerOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetServerOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 91
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.TCPSSLOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 92
            aload 0 /* this */
            invokevirtual io.vertx.core.net.NetServerOptions.init:()V
         2: .line 93
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.NetServerOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/NetServerOptions;)V
         3: .line 94
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/NetServerOptions;
            0    4     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.core.net.NetServerOptions this
         0: .line 102
            aload 0 /* this */
            invokespecial io.vertx.core.net.TCPSSLOptions.toJson:()Lio/vertx/core/json/JsonObject;
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 103
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.NetServerOptionsConverter.toJson:(Lio/vertx/core/net/NetServerOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 104
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/NetServerOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public io.vertx.core.net.NetServerOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/net/NetServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.net.NetServerOptions this
        start local 1 // long sslHandshakeTimeout
         0: .line 294
            aload 0 /* this */
            lload 1 /* sslHandshakeTimeout */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/net/TCPSSLOptions;
            checkcast io.vertx.core.net.NetServerOptions
            areturn
        end local 1 // long sslHandshakeTimeout
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/core/net/NetServerOptions;
            0    1     1  sslHandshakeTimeout  J
    MethodParameters:
                     Name  Flags
      sslHandshakeTimeout  

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

  public int getAcceptBacklog();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 306
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
            ireturn
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetServerOptions;

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

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 325
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.port:I
            ireturn
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetServerOptions;

  public io.vertx.core.net.NetServerOptions setPort(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetServerOptions this
        start local 1 // int port
         0: .line 335
            iload 1 /* port */
            iflt 1
            iload 1 /* port */
            ldc 65535
            if_icmple 2
         1: .line 336
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "port p must be in range 0 <= p <= 65535"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* port */
            putfield io.vertx.core.net.NetServerOptions.port:I
         3: .line 339
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/NetServerOptions;
            0    4     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public java.lang.String getHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 347
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetServerOptions;

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

  public boolean isClientAuthRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 367
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
            getstatic io.vertx.core.http.ClientAuth.REQUIRED:Lio/vertx/core/http/ClientAuth;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/NetServerOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.core.net.NetServerOptions setClientAuthRequired(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetServerOptions this
        start local 1 // boolean clientAuthRequired
         0: .line 379
            aload 0 /* this */
            iload 1 /* clientAuthRequired */
            ifeq 1
            getstatic io.vertx.core.http.ClientAuth.REQUIRED:Lio/vertx/core/http/ClientAuth;
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.net.NetServerOptions
         1: getstatic io.vertx.core.http.ClientAuth.NONE:Lio/vertx/core/http/ClientAuth;
      StackMap locals: io.vertx.core.net.NetServerOptions int
      StackMap stack: io.vertx.core.net.NetServerOptions io.vertx.core.http.ClientAuth
         2: putfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
         3: .line 380
            aload 0 /* this */
            areturn
        end local 1 // boolean clientAuthRequired
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lio/vertx/core/net/NetServerOptions;
            0    4     1  clientAuthRequired  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                    Name  Flags
      clientAuthRequired  

  public io.vertx.core.http.ClientAuth getClientAuth();
    descriptor: ()Lio/vertx/core/http/ClientAuth;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 384
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
            areturn
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetServerOptions;

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

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

  public boolean isSni();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 409
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.sni:Z
            ireturn
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetServerOptions;

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

  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.core.net.NetServerOptions this
        start local 1 // java.lang.Object o
         0: .line 424
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 425
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.net.NetServerOptions
            ifne 2
            iconst_0
            ireturn
         2: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            invokespecial io.vertx.core.net.TCPSSLOptions.equals:(Ljava/lang/Object;)Z
            ifne 3
            iconst_0
            ireturn
         3: .line 428
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.NetServerOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.net.NetServerOptions that
         4: .line 430
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
            aload 2 /* that */
            getfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 431
      StackMap locals: io.vertx.core.net.NetServerOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
            aload 2 /* that */
            getfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
            if_acmpeq 6
            iconst_0
            ireturn
         6: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.port:I
            aload 2 /* that */
            getfield io.vertx.core.net.NetServerOptions.port:I
            if_icmpeq 7
            iconst_0
            ireturn
         7: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
            ifnull 8
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 2 /* that */
            getfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
            ifnull 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.sni:Z
            aload 2 /* that */
            getfield io.vertx.core.net.NetServerOptions.sni:Z
            if_icmpeq 11
            iconst_0
            ireturn
        11: .line 436
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.NetServerOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/vertx/core/net/NetServerOptions;
            0   12     1     o  Ljava/lang/Object;
            4   12     2  that  Lio/vertx/core/net/NetServerOptions;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 441
            aload 0 /* this */
            invokespecial io.vertx.core.net.TCPSSLOptions.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 442
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.port:I
            iadd
            istore 1 /* result */
         2: .line 443
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
            ifnull 3
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 4
      StackMap locals: io.vertx.core.net.NetServerOptions int
      StackMap stack: int
         3: iconst_0
      StackMap locals: io.vertx.core.net.NetServerOptions int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 444
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
            iadd
            istore 1 /* result */
         6: .line 445
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
            invokevirtual io.vertx.core.http.ClientAuth.hashCode:()I
            iadd
            istore 1 /* result */
         7: .line 446
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.sni:Z
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: int
         8: iconst_0
      StackMap locals: io.vertx.core.net.NetServerOptions int
      StackMap stack: int int
         9: iadd
            istore 1 /* result */
        10: .line 447
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/core/net/NetServerOptions;
            1   11     1  result  I

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 451
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.NetServerOptions.port:I
         1: .line 452
            aload 0 /* this */
            ldc "0.0.0.0"
            putfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
         2: .line 453
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
         3: .line 454
            aload 0 /* this */
            getstatic io.vertx.core.net.NetServerOptions.DEFAULT_CLIENT_AUTH:Lio/vertx/core/http/ClientAuth;
            putfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
         4: .line 455
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.NetServerOptions.sni:Z
         5: .line 456
            return
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/net/NetServerOptions;

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

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

  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.core.net.NetServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setSsl:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setTcpCork:(Z)Lio/vertx/core/net/NetServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeoutUnit(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.core.net.NetServerOptions.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setUseAlpn:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setReuseAddress:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setReuseAddress:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.net.NetServerOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setIdleTimeout:(I)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setSendBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setSendBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setTcpQuickAck:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setTcpKeepAlive:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setReusePort:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setReusePort:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setTcpFastOpen:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setLogActivity:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setLogActivity:(Z)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setSoLinger:(I)Lio/vertx/core/net/NetServerOptions;
            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.core.net.NetServerOptions.setUsePooledBuffers:(Z)Lio/vertx/core/net/NetServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NetServerOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)