public class io.vertx.ext.shell.term.TelnetTermOptions extends io.vertx.core.net.NetServerOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.term.TelnetTermOptions
  super_class: io.vertx.core.net.NetServerOptions
{
  public static final boolean DEFAULT_IN_BINARY;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

  public static final java.lang.String DEFAULT_INPUTRC;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "/io/vertx/ext/shell/inputrc"

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 56
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            putstatic io.vertx.ext.shell.term.TelnetTermOptions.DEFAULT_CHARSET:Ljava/lang/String;
         1: .line 57
            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.ext.shell.term.TelnetTermOptions this
         0: .line 64
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:()V
         1: .line 65
            aload 0 /* this */
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.init:()V
         2: .line 66
            return
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/shell/term/TelnetTermOptions;

  public void <init>(io.vertx.ext.shell.term.TelnetTermOptions);
    descriptor: (Lio/vertx/ext/shell/term/TelnetTermOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
        start local 1 // io.vertx.ext.shell.term.TelnetTermOptions other
         0: .line 69
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/net/NetServerOptions;)V
         1: .line 70
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.outBinary:Z
            putfield io.vertx.ext.shell.term.TelnetTermOptions.outBinary:Z
         2: .line 71
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.inBinary:Z
            putfield io.vertx.ext.shell.term.TelnetTermOptions.inBinary:Z
         3: .line 72
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.charset:Ljava/lang/String;
            putfield io.vertx.ext.shell.term.TelnetTermOptions.charset:Ljava/lang/String;
         4: .line 73
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.intputrc:Ljava/lang/String;
            putfield io.vertx.ext.shell.term.TelnetTermOptions.intputrc:Ljava/lang/String;
         5: .line 74
            return
        end local 1 // io.vertx.ext.shell.term.TelnetTermOptions other
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/shell/term/TelnetTermOptions;
            0    6     1  other  Lio/vertx/ext/shell/term/TelnetTermOptions;
    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.ext.shell.term.TelnetTermOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 77
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 78
            aload 0 /* this */
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.init:()V
         2: .line 79
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.shell.term.TelnetTermOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/shell/term/TelnetTermOptions;)V
         3: .line 80
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/shell/term/TelnetTermOptions;
            0    4     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
         0: .line 83
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.shell.term.TelnetTermOptions.outBinary:Z
         1: .line 84
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.shell.term.TelnetTermOptions.inBinary:Z
         2: .line 85
            aload 0 /* this */
            getstatic io.vertx.ext.shell.term.TelnetTermOptions.DEFAULT_CHARSET:Ljava/lang/String;
            putfield io.vertx.ext.shell.term.TelnetTermOptions.charset:Ljava/lang/String;
         3: .line 86
            aload 0 /* this */
            ldc "/io/vertx/ext/shell/inputrc"
            putfield io.vertx.ext.shell.term.TelnetTermOptions.intputrc:Ljava/lang/String;
         4: .line 87
            return
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/shell/term/TelnetTermOptions;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public boolean getOutBinary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
         0: .line 205
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.outBinary:Z
            ireturn
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/TelnetTermOptions;

  public io.vertx.ext.shell.term.TelnetTermOptions setOutBinary(boolean);
    descriptor: (Z)Lio/vertx/ext/shell/term/TelnetTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
        start local 1 // boolean outBinary
         0: .line 216
            aload 0 /* this */
            iload 1 /* outBinary */
            putfield io.vertx.ext.shell.term.TelnetTermOptions.outBinary:Z
         1: .line 217
            aload 0 /* this */
            areturn
        end local 1 // boolean outBinary
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/shell/term/TelnetTermOptions;
            0    2     1  outBinary  Z
    MethodParameters:
           Name  Flags
      outBinary  

  public boolean getInBinary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
         0: .line 221
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.inBinary:Z
            ireturn
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/TelnetTermOptions;

  public io.vertx.ext.shell.term.TelnetTermOptions setInBinary(boolean);
    descriptor: (Z)Lio/vertx/ext/shell/term/TelnetTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
        start local 1 // boolean inBinary
         0: .line 232
            aload 0 /* this */
            iload 1 /* inBinary */
            putfield io.vertx.ext.shell.term.TelnetTermOptions.inBinary:Z
         1: .line 233
            aload 0 /* this */
            areturn
        end local 1 // boolean inBinary
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/shell/term/TelnetTermOptions;
            0    2     1  inBinary  Z
    MethodParameters:
          Name  Flags
      inBinary  

  public java.lang.String getCharset();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
         0: .line 237
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.charset:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/TelnetTermOptions;

  public io.vertx.ext.shell.term.TelnetTermOptions setCharset(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/TelnetTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
        start local 1 // java.lang.String charset
         0: .line 247
            aload 0 /* this */
            aload 1 /* charset */
            putfield io.vertx.ext.shell.term.TelnetTermOptions.charset:Ljava/lang/String;
         1: .line 248
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String charset
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/term/TelnetTermOptions;
            0    2     1  charset  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      charset  

  public java.lang.String getIntputrc();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.TelnetTermOptions.intputrc:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/TelnetTermOptions;

  public io.vertx.ext.shell.term.TelnetTermOptions setIntputrc(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/TelnetTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
        start local 1 // java.lang.String intputrc
         0: .line 265
            aload 0 /* this */
            aload 1 /* intputrc */
            putfield io.vertx.ext.shell.term.TelnetTermOptions.intputrc:Ljava/lang/String;
         1: .line 266
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String intputrc
        end local 0 // io.vertx.ext.shell.term.TelnetTermOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/shell/term/TelnetTermOptions;
            0    2     1  intputrc  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      intputrc  

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

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

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

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

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

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

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

  public io.vertx.core.net.NetServerOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.core.net.NetServerOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.vertx.core.net.NetServerOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public io.vertx.core.net.NetServerOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setTrafficClass:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setTrafficClass:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setTrafficClass:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setIdleTimeout:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setIdleTimeout:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setSendBufferSize:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setSendBufferSize:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setSendBufferSize:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.vertx.core.net.NetServerOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setSoLinger:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setSoLinger:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setUsePooledBuffers(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setUsePooledBuffers:(Z)Lio/vertx/ext/shell/term/TelnetTermOptions;
            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.ext.shell.term.TelnetTermOptions.setUsePooledBuffers:(Z)Lio/vertx/ext/shell/term/TelnetTermOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TelnetTermOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)