public class io.vertx.ext.shell.ShellServerOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.ShellServerOptions
  super_class: java.lang.Object
{
  public static final long DEFAULT_REAPER_INTERVAL;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=8, args_size=0
         0: .line 62
            ldc "Welcome to Vert.x Shell"
            astore 0 /* welcome */
        start local 0 // java.lang.String welcome
         1: .line 63
            ldc Lio/vertx/ext/shell/ShellServerOptions;
            ldc "vertx-banner.txt"
            invokevirtual java.lang.Class.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
            astore 1 /* resource */
        start local 1 // java.io.InputStream resource
         2: .line 64
            aload 1 /* resource */
            ifnull 20
         3: .line 65
            aconst_null
            astore 2
            aconst_null
            astore 3
         4: aload 1 /* resource */
            astore 4 /* in */
        start local 4 // java.io.InputStream in
         5: .line 66
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 5 /* tmp */
        start local 5 // java.io.ByteArrayOutputStream tmp
         6: .line 67
            sipush 256
            newarray 8
            astore 6 /* buf */
        start local 6 // byte[] buf
         7: .line 69
      StackMap locals: java.lang.String java.io.InputStream java.lang.Throwable java.lang.Throwable java.io.InputStream java.io.ByteArrayOutputStream byte[]
      StackMap stack:
            aload 4 /* in */
            aload 6 /* buf */
            invokevirtual java.io.InputStream.read:([B)I
            istore 7 /* len */
        start local 7 // int len
         8: .line 70
            iload 7 /* len */
            iconst_m1
            if_icmpne 10
         9: .line 71
            goto 12
        10: .line 73
      StackMap locals: int
      StackMap stack:
            aload 5 /* tmp */
            aload 6 /* buf */
            iconst_0
            iload 7 /* len */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        end local 7 // int len
        11: .line 68
            goto 7
        12: .line 75
      StackMap locals:
      StackMap stack:
            aload 5 /* tmp */
            invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
            astore 0 /* welcome */
        end local 6 // byte[] buf
        end local 5 // java.io.ByteArrayOutputStream tmp
        13: .line 76
            aload 4 /* in */
            ifnull 20
            aload 4 /* in */
            invokevirtual java.io.InputStream.close:()V
            goto 20
      StackMap locals: java.lang.String java.io.InputStream java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.lang.Throwable
        14: astore 2
            aload 4 /* in */
            ifnull 15
            aload 4 /* in */
            invokevirtual java.io.InputStream.close:()V
        end local 4 // java.io.InputStream in
      StackMap locals:
      StackMap stack:
        15: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 3
            aload 2
            ifnonnull 17
            aload 3
            astore 2
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2
            aload 3
            if_acmpeq 18
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        18: aload 2
            athrow
      StackMap locals: java.lang.String java.io.InputStream
      StackMap stack: java.lang.Exception
        19: pop
        20: .line 80
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* welcome */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic io.vertx.ext.shell.ShellServerOptions.DEFAULT_WELCOME_MESSAGE:Ljava/lang/String;
        end local 1 // java.io.InputStream resource
        end local 0 // java.lang.String welcome
        21: .line 81
            return
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   21     0   welcome  Ljava/lang/String;
            2   21     1  resource  Ljava/io/InputStream;
            5   15     4        in  Ljava/io/InputStream;
            6   13     5       tmp  Ljava/io/ByteArrayOutputStream;
            7   13     6       buf  [B
            8   11     7       len  I
      Exception table:
        from    to  target  type
           5    13      14  any
           4    16      16  any
           3    19      19  Class java.lang.Exception

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.ShellServerOptions this
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            getstatic io.vertx.ext.shell.ShellServerOptions.DEFAULT_WELCOME_MESSAGE:Ljava/lang/String;
            putfield io.vertx.ext.shell.ShellServerOptions.welcomeMessage:Ljava/lang/String;
         2: .line 89
            aload 0 /* this */
            ldc 1800000
            putfield io.vertx.ext.shell.ShellServerOptions.sessionTimeout:J
         3: .line 90
            aload 0 /* this */
            ldc 1000
            putfield io.vertx.ext.shell.ShellServerOptions.reaperInterval:J
         4: .line 91
            return
        end local 0 // io.vertx.ext.shell.ShellServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/shell/ShellServerOptions;

  public void <init>(io.vertx.ext.shell.ShellServerOptions);
    descriptor: (Lio/vertx/ext/shell/ShellServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.ShellServerOptions this
        start local 1 // io.vertx.ext.shell.ShellServerOptions that
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.ShellServerOptions.welcomeMessage:Ljava/lang/String;
            putfield io.vertx.ext.shell.ShellServerOptions.welcomeMessage:Ljava/lang/String;
         2: .line 95
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.ShellServerOptions.sessionTimeout:J
            putfield io.vertx.ext.shell.ShellServerOptions.sessionTimeout:J
         3: .line 96
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.shell.ShellServerOptions.reaperInterval:J
            putfield io.vertx.ext.shell.ShellServerOptions.reaperInterval:J
         4: .line 97
            return
        end local 1 // io.vertx.ext.shell.ShellServerOptions that
        end local 0 // io.vertx.ext.shell.ShellServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/shell/ShellServerOptions;
            0    5     1  that  Lio/vertx/ext/shell/ShellServerOptions;
    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.ShellServerOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 100
            aload 0 /* this */
            invokespecial io.vertx.ext.shell.ShellServerOptions.<init>:()V
         1: .line 101
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.shell.ShellServerOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/shell/ShellServerOptions;)V
         2: .line 102
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.shell.ShellServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/shell/ShellServerOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

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

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

  public long getSessionTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.ShellServerOptions this
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.ext.shell.ShellServerOptions.sessionTimeout:J
            lreturn
        end local 0 // io.vertx.ext.shell.ShellServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/ShellServerOptions;

  public io.vertx.ext.shell.ShellServerOptions setSessionTimeout(long);
    descriptor: (J)Lio/vertx/ext/shell/ShellServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.ShellServerOptions this
        start local 1 // long sessionTimeout
         0: .line 136
            aload 0 /* this */
            lload 1 /* sessionTimeout */
            putfield io.vertx.ext.shell.ShellServerOptions.sessionTimeout:J
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // long sessionTimeout
        end local 0 // io.vertx.ext.shell.ShellServerOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/ext/shell/ShellServerOptions;
            0    2     1  sessionTimeout  J
    MethodParameters:
                Name  Flags
      sessionTimeout  

  public long getReaperInterval();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.ShellServerOptions this
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.ext.shell.ShellServerOptions.reaperInterval:J
            lreturn
        end local 0 // io.vertx.ext.shell.ShellServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/ShellServerOptions;

  public io.vertx.ext.shell.ShellServerOptions setReaperInterval(long);
    descriptor: (J)Lio/vertx/ext/shell/ShellServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.ShellServerOptions this
        start local 1 // long reaperInterval
         0: .line 154
            aload 0 /* this */
            lload 1 /* reaperInterval */
            putfield io.vertx.ext.shell.ShellServerOptions.reaperInterval:J
         1: .line 155
            aload 0 /* this */
            areturn
        end local 1 // long reaperInterval
        end local 0 // io.vertx.ext.shell.ShellServerOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/ext/shell/ShellServerOptions;
            0    2     1  reaperInterval  J
    MethodParameters:
                Name  Flags
      reaperInterval  
}
SourceFile: "ShellServerOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)