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

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

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

  public static final java.util.concurrent.TimeUnit DEFAULT_PROXY_PROTOCOL_TIMEOUT_TIME_UNIT;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  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

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

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

  private java.util.concurrent.TimeUnit proxyProtocolTimeoutUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    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 70
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            putstatic io.vertx.core.net.NetServerOptions.DEFAULT_PROXY_PROTOCOL_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            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 85
            aload 0 /* this */
            invokespecial io.vertx.core.net.TCPSSLOptions.<init>:()V
         1: .line 86
            aload 0 /* this */
            invokevirtual io.vertx.core.net.NetServerOptions.init:()V
         2: .line 87
            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=3, 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 95
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.TCPSSLOptions.<init>:(Lio/vertx/core/net/TCPSSLOptions;)V
         1: .line 96
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getPort:()I
            putfield io.vertx.core.net.NetServerOptions.port:I
         2: .line 97
            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 98
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getAcceptBacklog:()I
            putfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
         4: .line 99
            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 100
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.isSni:()Z
            putfield io.vertx.core.net.NetServerOptions.sni:Z
         6: .line 101
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.isUseProxyProtocol:()Z
            putfield io.vertx.core.net.NetServerOptions.useProxyProtocol:Z
         7: .line 102
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeout:J
            putfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeout:J
         8: .line 103
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getProxyProtocolTimeoutUnit:()Ljava/util/concurrent/TimeUnit;
            ifnull 10
         9: .line 104
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetServerOptions.getProxyProtocolTimeoutUnit:()Ljava/util/concurrent/TimeUnit;
            goto 11
        10: .line 105
      StackMap locals: io.vertx.core.net.NetServerOptions io.vertx.core.net.NetServerOptions
      StackMap stack: io.vertx.core.net.NetServerOptions
            getstatic io.vertx.core.net.NetServerOptions.DEFAULT_PROXY_PROTOCOL_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
        11: .line 103
      StackMap locals: io.vertx.core.net.NetServerOptions io.vertx.core.net.NetServerOptions
      StackMap stack: io.vertx.core.net.NetServerOptions java.util.concurrent.TimeUnit
            putfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeoutUnit:Ljava/util/concurrent/TimeUnit;
        12: .line 106
            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   13     0   this  Lio/vertx/core/net/NetServerOptions;
            0   13     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 114
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.TCPSSLOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 115
            aload 0 /* this */
            invokevirtual io.vertx.core.net.NetServerOptions.init:()V
         2: .line 116
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.NetServerOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/NetServerOptions;)V
         3: .line 117
            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 125
            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 126
            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 127
            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 132
            aload 0 /* this */
            iload 1 /* sendBufferSize */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSendBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 133
            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 138
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            invokespecial io.vertx.core.net.TCPSSLOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 139
            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 144
            aload 0 /* this */
            iload 1 /* reuseAddress */
            invokespecial io.vertx.core.net.TCPSSLOptions.setReuseAddress:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 145
            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 150
            aload 0 /* this */
            iload 1 /* reusePort */
            invokespecial io.vertx.core.net.TCPSSLOptions.setReusePort:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 151
            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 156
            aload 0 /* this */
            iload 1 /* trafficClass */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTrafficClass:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 157
            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 162
            aload 0 /* this */
            iload 1 /* tcpNoDelay */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTcpNoDelay:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 163
            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 168
            aload 0 /* this */
            iload 1 /* tcpKeepAlive */
            invokespecial io.vertx.core.net.TCPSSLOptions.setTcpKeepAlive:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 169
            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 174
            aload 0 /* this */
            iload 1 /* soLinger */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSoLinger:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 175
            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 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 180
            aload 0 /* this */
            iload 1 /* idleTimeout */
            invokespecial io.vertx.core.net.TCPSSLOptions.setIdleTimeout:(I)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 181
            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 186
            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 187
            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 192
            aload 0 /* this */
            iload 1 /* ssl */
            invokespecial io.vertx.core.net.TCPSSLOptions.setSsl:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 193
            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 198
            aload 0 /* this */
            iload 1 /* useAlpn */
            invokespecial io.vertx.core.net.TCPSSLOptions.setUseAlpn:(Z)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 199
            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 204
            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 205
            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 210
            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 215
            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 220
            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 221
            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 226
            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 227
            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 232
            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 237
            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 242
            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 243
            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 248
            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 249
            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 254
            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 259
            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 264
            aload 0 /* this */
            aload 1 /* suite */
            invokespecial io.vertx.core.net.TCPSSLOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 265
            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 270
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.TCPSSLOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
            pop
         1: .line 271
            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 276
            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 281
            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 286
            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 291
            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 296
            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 301
            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 306
            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 311
            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 316
            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 323
            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 333
            aload 0 /* this */
            iload 1 /* acceptBacklog */
            putfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
         1: .line 334
            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 342
            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 352
            iload 1 /* port */
            iflt 1
            iload 1 /* port */
            ldc 65535
            if_icmple 2
         1: .line 353
      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 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* port */
            putfield io.vertx.core.net.NetServerOptions.port:I
         3: .line 356
            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 364
            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 373
            aload 0 /* this */
            aload 1 /* host */
            putfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
         1: .line 374
            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 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 378
            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 390
            aload 0 /* this */
            aload 1 /* clientAuth */
            putfield io.vertx.core.net.NetServerOptions.clientAuth:Lio/vertx/core/http/ClientAuth;
         1: .line 391
            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 396
            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 403
            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 412
            aload 0 /* this */
            iload 1 /* sni */
            putfield io.vertx.core.net.NetServerOptions.sni:Z
         1: .line 413
            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 isUseProxyProtocol();
    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 419
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.useProxyProtocol: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 setUseProxyProtocol(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 useProxyProtocol
         0: .line 427
            aload 0 /* this */
            iload 1 /* useProxyProtocol */
            putfield io.vertx.core.net.NetServerOptions.useProxyProtocol:Z
         1: .line 428
            aload 0 /* this */
            areturn
        end local 1 // boolean useProxyProtocol
        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  useProxyProtocol  Z
    MethodParameters:
                  Name  Flags
      useProxyProtocol  

  public long getProxyProtocolTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 435
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeout:J
            lreturn
        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 setProxyProtocolTimeout(long);
    descriptor: (J)Lio/vertx/core/net/NetServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.net.NetServerOptions this
        start local 1 // long proxyProtocolTimeout
         0: .line 445
            lload 1 /* proxyProtocolTimeout */
            lconst_0
            lcmp
            ifge 2
         1: .line 446
            new java.lang.IllegalArgumentException
            dup
            ldc "proxyProtocolTimeout must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* proxyProtocolTimeout */
            putfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeout:J
         3: .line 449
            aload 0 /* this */
            areturn
        end local 1 // long proxyProtocolTimeout
        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  proxyProtocolTimeout  J
    MethodParameters:
                      Name  Flags
      proxyProtocolTimeout  

  public io.vertx.core.net.NetServerOptions setProxyProtocolTimeoutUnit(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 proxyProtocolTimeoutUnit
         0: .line 459
            aload 0 /* this */
            aload 1 /* proxyProtocolTimeoutUnit */
            putfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeoutUnit:Ljava/util/concurrent/TimeUnit;
         1: .line 460
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit proxyProtocolTimeoutUnit
        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  proxyProtocolTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                          Name  Flags
      proxyProtocolTimeoutUnit  

  public java.util.concurrent.TimeUnit getProxyProtocolTimeoutUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 467
            aload 0 /* this */
            getfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeoutUnit:Ljava/util/concurrent/TimeUnit;
            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;

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetServerOptions this
         0: .line 471
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.NetServerOptions.port:I
         1: .line 472
            aload 0 /* this */
            ldc "0.0.0.0"
            putfield io.vertx.core.net.NetServerOptions.host:Ljava/lang/String;
         2: .line 473
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.net.NetServerOptions.acceptBacklog:I
         3: .line 474
            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 475
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.NetServerOptions.sni:Z
         5: .line 476
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.NetServerOptions.useProxyProtocol:Z
         6: .line 477
            aload 0 /* this */
            ldc 10
            putfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeout:J
         7: .line 478
            aload 0 /* this */
            getstatic io.vertx.core.net.NetServerOptions.DEFAULT_PROXY_PROTOCOL_TIMEOUT_TIME_UNIT:Ljava/util/concurrent/TimeUnit;
            putfield io.vertx.core.net.NetServerOptions.proxyProtocolTimeoutUnit:Ljava/util/concurrent/TimeUnit;
         8: .line 479
            return
        end local 0 // io.vertx.core.net.NetServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     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
}
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)