public class io.vertx.ext.shell.term.SSHTermOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.term.SSHTermOptions
  super_class: java.lang.Object
{
  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_PORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final java.lang.String DEFAULT_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 java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private io.vertx.core.net.KeyCertOptions keyPairOptions;
    descriptor: Lio/vertx/core/net/KeyCertOptions;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject authOptions;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String defaultCharset;
    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.SSHTermOptions.DEFAULT_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=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            ldc "0.0.0.0"
            putfield io.vertx.ext.shell.term.SSHTermOptions.host:Ljava/lang/String;
         2: .line 68
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.shell.term.SSHTermOptions.port:I
         3: .line 69
            aload 0 /* this */
            getstatic io.vertx.ext.shell.term.SSHTermOptions.DEFAULT_DEFAULT_CHARSET:Ljava/lang/String;
            putfield io.vertx.ext.shell.term.SSHTermOptions.defaultCharset:Ljava/lang/String;
         4: .line 70
            aload 0 /* this */
            ldc "/io/vertx/ext/shell/inputrc"
            putfield io.vertx.ext.shell.term.SSHTermOptions.intputrc:Ljava/lang/String;
         5: .line 71
            return
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/shell/term/SSHTermOptions;

  public void <init>(io.vertx.ext.shell.term.SSHTermOptions);
    descriptor: (Lio/vertx/ext/shell/term/SSHTermOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
        start local 1 // io.vertx.ext.shell.term.SSHTermOptions that
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.host:Ljava/lang/String;
            putfield io.vertx.ext.shell.term.SSHTermOptions.host:Ljava/lang/String;
         2: .line 75
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.port:I
            putfield io.vertx.ext.shell.term.SSHTermOptions.port:I
         3: .line 76
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.keyPairOptions:Lio/vertx/core/net/KeyCertOptions;
            ifnull 4
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.keyPairOptions:Lio/vertx/core/net/KeyCertOptions;
            invokeinterface io.vertx.core.net.KeyCertOptions.copy:()Lio/vertx/core/net/KeyCertOptions;
            goto 5
      StackMap locals: io.vertx.ext.shell.term.SSHTermOptions io.vertx.ext.shell.term.SSHTermOptions
      StackMap stack: io.vertx.ext.shell.term.SSHTermOptions
         4: aconst_null
      StackMap locals: io.vertx.ext.shell.term.SSHTermOptions io.vertx.ext.shell.term.SSHTermOptions
      StackMap stack: io.vertx.ext.shell.term.SSHTermOptions io.vertx.core.net.KeyCertOptions
         5: putfield io.vertx.ext.shell.term.SSHTermOptions.keyPairOptions:Lio/vertx/core/net/KeyCertOptions;
         6: .line 77
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.authOptions:Lio/vertx/core/json/JsonObject;
            ifnull 7
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.authOptions:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            goto 8
      StackMap locals:
      StackMap stack: io.vertx.ext.shell.term.SSHTermOptions
         7: aconst_null
      StackMap locals: io.vertx.ext.shell.term.SSHTermOptions io.vertx.ext.shell.term.SSHTermOptions
      StackMap stack: io.vertx.ext.shell.term.SSHTermOptions io.vertx.core.json.JsonObject
         8: putfield io.vertx.ext.shell.term.SSHTermOptions.authOptions:Lio/vertx/core/json/JsonObject;
         9: .line 78
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.defaultCharset:Ljava/lang/String;
            putfield io.vertx.ext.shell.term.SSHTermOptions.defaultCharset:Ljava/lang/String;
        10: .line 79
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.term.SSHTermOptions.intputrc:Ljava/lang/String;
            putfield io.vertx.ext.shell.term.SSHTermOptions.intputrc:Ljava/lang/String;
        11: .line 80
            return
        end local 1 // io.vertx.ext.shell.term.SSHTermOptions that
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/vertx/ext/shell/term/SSHTermOptions;
            0   12     1  that  Lio/vertx/ext/shell/term/SSHTermOptions;
    MethodParameters:
      Name  Flags
      that  

  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.SSHTermOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 83
            aload 0 /* this */
            invokespecial io.vertx.ext.shell.term.SSHTermOptions.<init>:()V
         1: .line 84
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.shell.term.SSHTermOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/shell/term/SSHTermOptions;)V
         2: .line 85
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/shell/term/SSHTermOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  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.ext.shell.term.SSHTermOptions this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.SSHTermOptions.host:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/SSHTermOptions;

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

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

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

  public io.vertx.core.net.KeyCertOptions getKeyPairOptions();
    descriptor: ()Lio/vertx/core/net/KeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.SSHTermOptions.keyPairOptions:Lio/vertx/core/net/KeyCertOptions;
            areturn
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/SSHTermOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.ext.shell.term.SSHTermOptions setKeyPairOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 135
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.ext.shell.term.SSHTermOptions.keyPairOptions:Lio/vertx/core/net/KeyCertOptions;
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/term/SSHTermOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

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

  public io.vertx.ext.shell.term.SSHTermOptions setPemKeyPairOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions options
         0: .line 155
            aload 0 /* this */
            aload 1 /* options */
            putfield io.vertx.ext.shell.term.SSHTermOptions.keyPairOptions:Lio/vertx/core/net/KeyCertOptions;
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.PemKeyCertOptions options
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/term/SSHTermOptions;
            0    2     1  options  Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.json.JsonObject getAuthOptions();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
         0: .line 163
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.SSHTermOptions.authOptions:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/SSHTermOptions;

  public io.vertx.ext.shell.term.SSHTermOptions setAuthOptions(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/shell/term/SSHTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
        start local 1 // io.vertx.core.json.JsonObject authOptions
         0: .line 173
            aload 0 /* this */
            aload 1 /* authOptions */
            putfield io.vertx.ext.shell.term.SSHTermOptions.authOptions:Lio/vertx/core/json/JsonObject;
         1: .line 174
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject authOptions
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/shell/term/SSHTermOptions;
            0    2     1  authOptions  Lio/vertx/core/json/JsonObject;
    MethodParameters:
             Name  Flags
      authOptions  

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

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

  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.SSHTermOptions this
         0: .line 196
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.SSHTermOptions.intputrc:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/SSHTermOptions;

  public io.vertx.ext.shell.term.SSHTermOptions setIntputrc(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/SSHTermOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.SSHTermOptions this
        start local 1 // java.lang.String intputrc
         0: .line 206
            aload 0 /* this */
            aload 1 /* intputrc */
            putfield io.vertx.ext.shell.term.SSHTermOptions.intputrc:Ljava/lang/String;
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String intputrc
        end local 0 // io.vertx.ext.shell.term.SSHTermOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/shell/term/SSHTermOptions;
            0    2     1  intputrc  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      intputrc  
}
SourceFile: "SSHTermOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)