public class examples.ShellExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.ShellExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.ShellExamples this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/ShellExamples;

  public void deployTelnetService(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 70
            aload 1 /* vertx */
            ldc "maven:{maven-groupId}:{maven-artifactId}:{maven-version}"
         1: .line 71
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
         2: .line 72
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "telnetOptions"
         3: .line 73
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         4: .line 74
            ldc "host"
            ldc "localhost"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         5: .line 75
            ldc "port"
            sipush 4000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         6: .line 72
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
         7: .line 71
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
         8: .line 70
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         9: .line 78
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lexamples/ShellExamples;
            0   10     1  vertx  Lio/vertx/core/Vertx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void deploySSHServiceWithShiro(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 81
            aload 1 /* vertx */
            ldc "maven:{maven-groupId}:{maven-artifactId}:{maven-version}"
         1: .line 82
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 83
            ldc "sshOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         3: .line 84
            ldc "host"
            ldc "localhost"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         4: .line 85
            ldc "port"
            sipush 5000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         5: .line 86
            ldc "keyPairOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         6: .line 87
            ldc "path"
            ldc "src/test/resources/ssh.jks"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         7: .line 88
            ldc "password"
            ldc "wibble"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         8: .line 86
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
         9: .line 89
            ldc "authOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        10: .line 90
            ldc "provider"
            ldc "shiro"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        11: .line 91
            ldc "config"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        12: .line 92
            ldc "properties_path"
            ldc "file:/path/to/my/auth.properties"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        13: .line 91
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        14: .line 89
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        15: .line 83
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        16: .line 82
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
        17: .line 81
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
        18: .line 95
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lexamples/ShellExamples;
            0   19     1  vertx  Lio/vertx/core/Vertx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void deploySSHServiceWithJDBC(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 98
            aload 1 /* vertx */
            ldc "maven:{maven-groupId}:{maven-artifactId}:{maven-version}"
         1: .line 99
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 100
            ldc "sshOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         3: .line 101
            ldc "host"
            ldc "localhost"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         4: .line 102
            ldc "port"
            sipush 5000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         5: .line 103
            ldc "keyPairOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         6: .line 104
            ldc "path"
            ldc "src/test/resources/ssh.jks"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         7: .line 105
            ldc "password"
            ldc "wibble"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         8: .line 103
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
         9: .line 106
            ldc "authOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        10: .line 107
            ldc "provider"
            ldc "jdbc"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        11: .line 108
            ldc "config"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        12: .line 109
            ldc "url"
            ldc "jdbc:hsqldb:mem:test?shutdown=true"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        13: .line 110
            ldc "driver_class"
            ldc "org.hsqldb.jdbcDriver"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        14: .line 108
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        15: .line 106
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        16: .line 100
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        17: .line 99
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
        18: .line 98
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
        19: .line 113
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lexamples/ShellExamples;
            0   20     1  vertx  Lio/vertx/core/Vertx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void deploySSHServiceWithMongo(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 116
            aload 1 /* vertx */
            ldc "maven:{maven-groupId}:{maven-artifactId}:{maven-version}"
         1: .line 117
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 118
            ldc "sshOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         3: .line 119
            ldc "host"
            ldc "localhost"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         4: .line 120
            ldc "port"
            sipush 5000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         5: .line 121
            ldc "keyPairOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         6: .line 122
            ldc "path"
            ldc "src/test/resources/ssh.jks"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         7: .line 123
            ldc "password"
            ldc "wibble"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         8: .line 121
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
         9: .line 124
            ldc "authOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        10: .line 125
            ldc "provider"
            ldc "mongo"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        11: .line 126
            ldc "config"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        12: .line 127
            ldc "connection_string"
            ldc "mongodb://localhost:27018"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        13: .line 126
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        14: .line 124
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        15: .line 118
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        16: .line 117
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
        17: .line 116
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
        18: .line 130
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lexamples/ShellExamples;
            0   19     1  vertx  Lio/vertx/core/Vertx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void deployHttpServiceWithShiro(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 133
            aload 1 /* vertx */
            ldc "maven:{maven-groupId}:{maven-artifactId}:{maven-version}"
         1: .line 134
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 135
            ldc "httpOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         3: .line 136
            ldc "host"
            ldc "localhost"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         4: .line 137
            ldc "port"
            sipush 8080
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         5: .line 138
            ldc "ssl"
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
         6: .line 139
            ldc "keyPairOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         7: .line 140
            ldc "path"
            ldc "src/test/resources/server-keystore.jks"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         8: .line 141
            ldc "password"
            ldc "wibble"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         9: .line 139
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        10: .line 142
            ldc "authOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        11: .line 143
            ldc "provider"
            ldc "shiro"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        12: .line 144
            ldc "config"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        13: .line 145
            ldc "properties_path"
            ldc "file:/path/to/my/auth.properties"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        14: .line 144
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        15: .line 142
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        16: .line 135
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        17: .line 134
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
        18: .line 133
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
        19: .line 148
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lexamples/ShellExamples;
            0   20     1  vertx  Lio/vertx/core/Vertx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void deployHttpServiceWithJDBC(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 151
            aload 1 /* vertx */
            ldc "maven:{maven-groupId}:{maven-artifactId}:{maven-version}"
         1: .line 152
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 153
            ldc "httpOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         3: .line 154
            ldc "host"
            ldc "localhost"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         4: .line 155
            ldc "port"
            sipush 8080
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         5: .line 156
            ldc "ssl"
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
         6: .line 157
            ldc "keyPairOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         7: .line 158
            ldc "path"
            ldc "src/test/resources/server-keystore.jks"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         8: .line 159
            ldc "password"
            ldc "wibble"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         9: .line 157
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        10: .line 160
            ldc "authOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        11: .line 161
            ldc "provider"
            ldc "jdbc"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        12: .line 162
            ldc "config"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        13: .line 163
            ldc "url"
            ldc "jdbc:hsqldb:mem:test?shutdown=true"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        14: .line 164
            ldc "driver_class"
            ldc "org.hsqldb.jdbcDriver"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        15: .line 162
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        16: .line 160
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        17: .line 153
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        18: .line 152
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
        19: .line 151
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
        20: .line 167
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lexamples/ShellExamples;
            0   21     1  vertx  Lio/vertx/core/Vertx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void deployHttpServiceWithMongo(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 170
            aload 1 /* vertx */
            ldc "maven:{maven-groupId}:{maven-artifactId}:{maven-version}"
         1: .line 171
            new io.vertx.core.DeploymentOptions
            dup
            invokespecial io.vertx.core.DeploymentOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 172
            ldc "httpOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         3: .line 173
            ldc "host"
            ldc "localhost"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         4: .line 174
            ldc "port"
            sipush 8080
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         5: .line 175
            ldc "ssl"
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
         6: .line 176
            ldc "keyPairOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         7: .line 177
            ldc "path"
            ldc "src/test/resources/server-keystore.jks"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         8: .line 178
            ldc "password"
            ldc "wibble"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         9: .line 176
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        10: .line 179
            ldc "authOptions"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        11: .line 180
            ldc "provider"
            ldc "mongo"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        12: .line 181
            ldc "config"
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        13: .line 182
            ldc "connection_string"
            ldc "mongodb://localhost:27018"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        14: .line 181
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        15: .line 179
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        16: .line 172
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
        17: .line 171
            invokevirtual io.vertx.core.DeploymentOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/DeploymentOptions;
        18: .line 170
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
        19: .line 185
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lexamples/ShellExamples;
            0   20     1  vertx  Lio/vertx/core/Vertx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void runTelnetService(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 188
            aload 1 /* vertx */
         1: .line 189
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:()V
         2: .line 190
            new io.vertx.ext.shell.term.TelnetTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.TelnetTermOptions.<init>:()V
         3: .line 191
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/TelnetTermOptions;
         4: .line 192
            sipush 4000
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setPort:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
         5: .line 189
            invokevirtual io.vertx.ext.shell.ShellServiceOptions.setTelnetOptions:(Lio/vertx/ext/shell/term/TelnetTermOptions;)Lio/vertx/ext/shell/ShellServiceOptions;
         6: .line 188
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 2 /* service */
        start local 2 // io.vertx.ext.shell.ShellService service
         7: .line 195
            aload 2 /* service */
            invokeinterface io.vertx.ext.shell.ShellService.start:()V
         8: .line 196
            return
        end local 2 // io.vertx.ext.shell.ShellService service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lexamples/ShellExamples;
            0    9     1    vertx  Lio/vertx/core/Vertx;
            7    9     2  service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void runSSHServiceWithShiro(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 199
            aload 1 /* vertx */
         1: .line 200
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:()V
         2: .line 201
            new io.vertx.ext.shell.term.SSHTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.SSHTermOptions.<init>:()V
         3: .line 202
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/SSHTermOptions;
         4: .line 203
            sipush 5000
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setPort:(I)Lio/vertx/ext/shell/term/SSHTermOptions;
         5: .line 204
            new io.vertx.core.net.JksOptions
            dup
            invokespecial io.vertx.core.net.JksOptions.<init>:()V
         6: .line 205
            ldc "server-keystore.jks"
            invokevirtual io.vertx.core.net.JksOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
         7: .line 206
            ldc "wibble"
            invokevirtual io.vertx.core.net.JksOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
         8: .line 204
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setKeyPairOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
         9: .line 208
            new io.vertx.ext.auth.shiro.ShiroAuthOptions
            dup
            invokespecial io.vertx.ext.auth.shiro.ShiroAuthOptions.<init>:()V
        10: .line 209
            getstatic io.vertx.ext.auth.shiro.ShiroAuthRealmType.PROPERTIES:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
            invokevirtual io.vertx.ext.auth.shiro.ShiroAuthOptions.setType:(Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;)Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
        11: .line 210
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        12: .line 211
            ldc "properties_path"
            ldc "file:/path/to/my/auth.properties"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        13: .line 210
            invokevirtual io.vertx.ext.auth.shiro.ShiroAuthOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
        14: .line 208
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setAuthOptions:(Lio/vertx/ext/auth/AuthOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
        15: .line 200
            invokevirtual io.vertx.ext.shell.ShellServiceOptions.setSSHOptions:(Lio/vertx/ext/shell/term/SSHTermOptions;)Lio/vertx/ext/shell/ShellServiceOptions;
        16: .line 199
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 2 /* service */
        start local 2 // io.vertx.ext.shell.ShellService service
        17: .line 215
            aload 2 /* service */
            invokeinterface io.vertx.ext.shell.ShellService.start:()V
        18: .line 216
            return
        end local 2 // io.vertx.ext.shell.ShellService service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lexamples/ShellExamples;
            0   19     1    vertx  Lio/vertx/core/Vertx;
           17   19     2  service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void runSSHServiceWithMongo(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 219
            aload 1 /* vertx */
         1: .line 220
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:()V
         2: .line 221
            new io.vertx.ext.shell.term.SSHTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.SSHTermOptions.<init>:()V
         3: .line 222
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/SSHTermOptions;
         4: .line 223
            sipush 5000
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setPort:(I)Lio/vertx/ext/shell/term/SSHTermOptions;
         5: .line 224
            new io.vertx.core.net.JksOptions
            dup
            invokespecial io.vertx.core.net.JksOptions.<init>:()V
         6: .line 225
            ldc "server-keystore.jks"
            invokevirtual io.vertx.core.net.JksOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
         7: .line 226
            ldc "wibble"
            invokevirtual io.vertx.core.net.JksOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
         8: .line 224
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setKeyPairOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
         9: .line 228
            new io.vertx.ext.auth.mongo.MongoAuthOptions
            dup
            invokespecial io.vertx.ext.auth.mongo.MongoAuthOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        10: .line 229
            ldc "connection_string"
            ldc "mongodb://localhost:27018"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        11: .line 228
            invokevirtual io.vertx.ext.auth.mongo.MongoAuthOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/mongo/MongoAuthOptions;
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setAuthOptions:(Lio/vertx/ext/auth/AuthOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
        12: .line 220
            invokevirtual io.vertx.ext.shell.ShellServiceOptions.setSSHOptions:(Lio/vertx/ext/shell/term/SSHTermOptions;)Lio/vertx/ext/shell/ShellServiceOptions;
        13: .line 219
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 2 /* service */
        start local 2 // io.vertx.ext.shell.ShellService service
        14: .line 233
            aload 2 /* service */
            invokeinterface io.vertx.ext.shell.ShellService.start:()V
        15: .line 234
            return
        end local 2 // io.vertx.ext.shell.ShellService service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lexamples/ShellExamples;
            0   16     1    vertx  Lio/vertx/core/Vertx;
           14   16     2  service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void runSSHServiceWithJDBC(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 237
            aload 1 /* vertx */
         1: .line 238
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:()V
         2: .line 239
            new io.vertx.ext.shell.term.SSHTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.SSHTermOptions.<init>:()V
         3: .line 240
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/SSHTermOptions;
         4: .line 241
            sipush 5000
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setPort:(I)Lio/vertx/ext/shell/term/SSHTermOptions;
         5: .line 242
            new io.vertx.core.net.JksOptions
            dup
            invokespecial io.vertx.core.net.JksOptions.<init>:()V
         6: .line 243
            ldc "server-keystore.jks"
            invokevirtual io.vertx.core.net.JksOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
         7: .line 244
            ldc "wibble"
            invokevirtual io.vertx.core.net.JksOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
         8: .line 242
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setKeyPairOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
         9: .line 246
            new io.vertx.ext.auth.jdbc.JDBCAuthOptions
            dup
            invokespecial io.vertx.ext.auth.jdbc.JDBCAuthOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        10: .line 247
            ldc "url"
            ldc "jdbc:hsqldb:mem:test?shutdown=true"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        11: .line 248
            ldc "driver_class"
            ldc "org.hsqldb.jdbcDriver"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
        12: .line 246
            invokevirtual io.vertx.ext.auth.jdbc.JDBCAuthOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/jdbc/JDBCAuthOptions;
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setAuthOptions:(Lio/vertx/ext/auth/AuthOptions;)Lio/vertx/ext/shell/term/SSHTermOptions;
        13: .line 238
            invokevirtual io.vertx.ext.shell.ShellServiceOptions.setSSHOptions:(Lio/vertx/ext/shell/term/SSHTermOptions;)Lio/vertx/ext/shell/ShellServiceOptions;
        14: .line 237
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 2 /* service */
        start local 2 // io.vertx.ext.shell.ShellService service
        15: .line 252
            aload 2 /* service */
            invokeinterface io.vertx.ext.shell.ShellService.start:()V
        16: .line 253
            return
        end local 2 // io.vertx.ext.shell.ShellService service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lexamples/ShellExamples;
            0   17     1    vertx  Lio/vertx/core/Vertx;
           15   17     2  service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void runHttpService(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 256
            aload 1 /* vertx */
         1: .line 257
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:()V
         2: .line 258
            new io.vertx.ext.shell.term.HttpTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.HttpTermOptions.<init>:()V
         3: .line 259
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/HttpTermOptions;
         4: .line 260
            sipush 8080
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setPort:(I)Lio/vertx/ext/shell/term/HttpTermOptions;
         5: .line 257
            invokevirtual io.vertx.ext.shell.ShellServiceOptions.setHttpOptions:(Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/ShellServiceOptions;
         6: .line 256
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 2 /* service */
        start local 2 // io.vertx.ext.shell.ShellService service
         7: .line 263
            aload 2 /* service */
            invokeinterface io.vertx.ext.shell.ShellService.start:()V
         8: .line 264
            return
        end local 2 // io.vertx.ext.shell.ShellService service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lexamples/ShellExamples;
            0    9     1    vertx  Lio/vertx/core/Vertx;
            7    9     2  service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void runHTTPServiceWithMongo(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 267
            aload 1 /* vertx */
         1: .line 268
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:()V
         2: .line 269
            new io.vertx.ext.shell.term.HttpTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.HttpTermOptions.<init>:()V
         3: .line 270
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/HttpTermOptions;
         4: .line 271
            sipush 8080
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setPort:(I)Lio/vertx/ext/shell/term/HttpTermOptions;
         5: .line 272
            new io.vertx.ext.auth.mongo.MongoAuthOptions
            dup
            invokespecial io.vertx.ext.auth.mongo.MongoAuthOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         6: .line 273
            ldc "connection_string"
            ldc "mongodb://localhost:27018"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         7: .line 272
            invokevirtual io.vertx.ext.auth.mongo.MongoAuthOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/mongo/MongoAuthOptions;
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setAuthOptions:(Lio/vertx/ext/auth/AuthOptions;)Lio/vertx/ext/shell/term/HttpTermOptions;
         8: .line 268
            invokevirtual io.vertx.ext.shell.ShellServiceOptions.setHttpOptions:(Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/ShellServiceOptions;
         9: .line 267
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 2 /* service */
        start local 2 // io.vertx.ext.shell.ShellService service
        10: .line 277
            aload 2 /* service */
            invokeinterface io.vertx.ext.shell.ShellService.start:()V
        11: .line 278
            return
        end local 2 // io.vertx.ext.shell.ShellService service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lexamples/ShellExamples;
            0   12     1    vertx  Lio/vertx/core/Vertx;
           10   12     2  service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void runHTTPServiceWithJDBC(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 281
            aload 1 /* vertx */
         1: .line 282
            new io.vertx.ext.shell.ShellServiceOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServiceOptions.<init>:()V
         2: .line 283
            new io.vertx.ext.shell.term.HttpTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.HttpTermOptions.<init>:()V
         3: .line 284
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/HttpTermOptions;
         4: .line 285
            sipush 8080
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setPort:(I)Lio/vertx/ext/shell/term/HttpTermOptions;
         5: .line 286
            new io.vertx.ext.auth.jdbc.JDBCAuthOptions
            dup
            invokespecial io.vertx.ext.auth.jdbc.JDBCAuthOptions.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         6: .line 287
            ldc "url"
            ldc "jdbc:hsqldb:mem:test?shutdown=true"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         7: .line 288
            ldc "driver_class"
            ldc "org.hsqldb.jdbcDriver"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
         8: .line 286
            invokevirtual io.vertx.ext.auth.jdbc.JDBCAuthOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/jdbc/JDBCAuthOptions;
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setAuthOptions:(Lio/vertx/ext/auth/AuthOptions;)Lio/vertx/ext/shell/term/HttpTermOptions;
         9: .line 282
            invokevirtual io.vertx.ext.shell.ShellServiceOptions.setHttpOptions:(Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/ShellServiceOptions;
        10: .line 281
            invokestatic io.vertx.ext.shell.ShellService.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServiceOptions;)Lio/vertx/ext/shell/ShellService;
            astore 2 /* service */
        start local 2 // io.vertx.ext.shell.ShellService service
        11: .line 292
            aload 2 /* service */
            invokeinterface io.vertx.ext.shell.ShellService.start:()V
        12: .line 293
            return
        end local 2 // io.vertx.ext.shell.ShellService service
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lexamples/ShellExamples;
            0   13     1    vertx  Lio/vertx/core/Vertx;
           11   13     2  service  Lio/vertx/ext/shell/ShellService;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public void shellServer(io.vertx.core.Vertx, io.vertx.ext.web.Router);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.web.Router router
         0: .line 297
            aload 1 /* vertx */
            invokestatic io.vertx.ext.shell.ShellServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/ShellServer;
            astore 3 /* server */
        start local 3 // io.vertx.ext.shell.ShellServer server
         1: .line 299
            aload 1 /* vertx */
            invokestatic io.vertx.ext.web.Router.router:(Lio/vertx/core/Vertx;)Lio/vertx/ext/web/Router;
            astore 4 /* shellRouter */
        start local 4 // io.vertx.ext.web.Router shellRouter
         2: .line 300
            aload 2 /* router */
            ldc "/shell"
            aload 4 /* shellRouter */
            invokeinterface io.vertx.ext.web.Router.mountSubRouter:(Ljava/lang/String;Lio/vertx/ext/web/Router;)Lio/vertx/ext/web/Router;
            pop
         3: .line 301
            aload 1 /* vertx */
            aload 2 /* router */
            invokestatic io.vertx.ext.shell.term.TermServer.createHttpTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;)Lio/vertx/ext/shell/term/TermServer;
            astore 5 /* httpTermServer */
        start local 5 // io.vertx.ext.shell.term.TermServer httpTermServer
         4: .line 303
            aload 1 /* vertx */
            invokestatic io.vertx.ext.shell.term.TermServer.createSSHTermServer:(Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/term/TermServer;
            astore 6 /* sshTermServer */
        start local 6 // io.vertx.ext.shell.term.TermServer sshTermServer
         5: .line 305
            aload 3 /* server */
            aload 5 /* httpTermServer */
            invokeinterface io.vertx.ext.shell.ShellServer.registerTermServer:(Lio/vertx/ext/shell/term/TermServer;)Lio/vertx/ext/shell/ShellServer;
            pop
         6: .line 306
            aload 3 /* server */
            aload 6 /* sshTermServer */
            invokeinterface io.vertx.ext.shell.ShellServer.registerTermServer:(Lio/vertx/ext/shell/term/TermServer;)Lio/vertx/ext/shell/ShellServer;
            pop
         7: .line 308
            aload 3 /* server */
            aload 1 /* vertx */
            invokestatic io.vertx.ext.shell.command.CommandResolver.baseCommands:(Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/CommandResolver;
            invokeinterface io.vertx.ext.shell.ShellServer.registerCommandResolver:(Lio/vertx/ext/shell/command/CommandResolver;)Lio/vertx/ext/shell/ShellServer;
            pop
         8: .line 310
            aload 3 /* server */
            invokeinterface io.vertx.ext.shell.ShellServer.listen:()Lio/vertx/ext/shell/ShellServer;
            pop
         9: .line 311
            return
        end local 6 // io.vertx.ext.shell.term.TermServer sshTermServer
        end local 5 // io.vertx.ext.shell.term.TermServer httpTermServer
        end local 4 // io.vertx.ext.web.Router shellRouter
        end local 3 // io.vertx.ext.shell.ShellServer server
        end local 2 // io.vertx.ext.web.Router router
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lexamples/ShellExamples;
            0   10     1           vertx  Lio/vertx/core/Vertx;
            0   10     2          router  Lio/vertx/ext/web/Router;
            1   10     3          server  Lio/vertx/ext/shell/ShellServer;
            2   10     4     shellRouter  Lio/vertx/ext/web/Router;
            4   10     5  httpTermServer  Lio/vertx/ext/shell/term/TermServer;
            5   10     6   sshTermServer  Lio/vertx/ext/shell/term/TermServer;
    MethodParameters:
        Name  Flags
      vertx   
      router  

  public void helloWorld(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 315
            ldc "my-command"
            invokestatic io.vertx.ext.shell.command.CommandBuilder.command:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandBuilder;
            astore 2 /* builder */
        start local 2 // io.vertx.ext.shell.command.CommandBuilder builder
         1: .line 316
            aload 2 /* builder */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$0(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         2: .line 326
            aload 1 /* vertx */
            invokestatic io.vertx.ext.shell.command.CommandRegistry.getShared:(Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/CommandRegistry;
            astore 3 /* registry */
        start local 3 // io.vertx.ext.shell.command.CommandRegistry registry
         3: .line 327
            aload 3 /* registry */
            aload 2 /* builder */
            aload 1 /* vertx */
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.build:(Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/Command;
            invokeinterface io.vertx.ext.shell.command.CommandRegistry.registerCommand:(Lio/vertx/ext/shell/command/Command;)Lio/vertx/ext/shell/command/CommandRegistry;
            pop
         4: .line 328
            return
        end local 3 // io.vertx.ext.shell.command.CommandRegistry registry
        end local 2 // io.vertx.ext.shell.command.CommandBuilder builder
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lexamples/ShellExamples;
            0    5     1     vertx  Lio/vertx/core/Vertx;
            1    5     2   builder  Lio/vertx/ext/shell/command/CommandBuilder;
            3    5     3  registry  Lio/vertx/ext/shell/command/CommandRegistry;
    MethodParameters:
       Name  Flags
      vertx  

  public void cliCommand();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // examples.ShellExamples this
         0: .line 331
            ldc "my-command"
            invokestatic io.vertx.core.cli.CLI.create:(Ljava/lang/String;)Lio/vertx/core/cli/CLI;
         1: .line 332
            new io.vertx.core.cli.Argument
            dup
            invokespecial io.vertx.core.cli.Argument.<init>:()V
            ldc "my-arg"
            invokevirtual io.vertx.core.cli.Argument.setArgName:(Ljava/lang/String;)Lio/vertx/core/cli/Argument;
            invokeinterface io.vertx.core.cli.CLI.addArgument:(Lio/vertx/core/cli/Argument;)Lio/vertx/core/cli/CLI;
         2: .line 333
            new io.vertx.core.cli.Option
            dup
            invokespecial io.vertx.core.cli.Option.<init>:()V
            ldc "m"
            invokevirtual io.vertx.core.cli.Option.setShortName:(Ljava/lang/String;)Lio/vertx/core/cli/Option;
            ldc "my-option"
            invokevirtual io.vertx.core.cli.Option.setLongName:(Ljava/lang/String;)Lio/vertx/core/cli/Option;
            invokeinterface io.vertx.core.cli.CLI.addOption:(Lio/vertx/core/cli/Option;)Lio/vertx/core/cli/CLI;
         3: .line 331
            astore 1 /* cli */
        start local 1 // io.vertx.core.cli.CLI cli
         4: .line 334
            aload 1 /* cli */
            invokestatic io.vertx.ext.shell.command.CommandBuilder.command:(Lio/vertx/core/cli/CLI;)Lio/vertx/ext/shell/command/CommandBuilder;
            astore 2 /* command */
        start local 2 // io.vertx.ext.shell.command.CommandBuilder command
         5: .line 335
            aload 2 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$1(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         6: .line 345
            return
        end local 2 // io.vertx.ext.shell.command.CommandBuilder command
        end local 1 // io.vertx.core.cli.CLI cli
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lexamples/ShellExamples;
            4    7     1      cli  Lio/vertx/core/cli/CLI;
            5    7     2  command  Lio/vertx/ext/shell/command/CommandBuilder;

  public void cliCommandWithHelp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // examples.ShellExamples this
         0: .line 348
            ldc "my-command"
            invokestatic io.vertx.core.cli.CLI.create:(Ljava/lang/String;)Lio/vertx/core/cli/CLI;
         1: .line 349
            new io.vertx.core.cli.Argument
            dup
            invokespecial io.vertx.core.cli.Argument.<init>:()V
            ldc "my-arg"
            invokevirtual io.vertx.core.cli.Argument.setArgName:(Ljava/lang/String;)Lio/vertx/core/cli/Argument;
            invokeinterface io.vertx.core.cli.CLI.addArgument:(Lio/vertx/core/cli/Argument;)Lio/vertx/core/cli/CLI;
         2: .line 350
            new io.vertx.core.cli.Option
            dup
            invokespecial io.vertx.core.cli.Option.<init>:()V
            ldc "help"
            invokevirtual io.vertx.core.cli.Option.setArgName:(Ljava/lang/String;)Lio/vertx/core/cli/Option;
            ldc "h"
            invokevirtual io.vertx.core.cli.Option.setShortName:(Ljava/lang/String;)Lio/vertx/core/cli/Option;
            ldc "help"
            invokevirtual io.vertx.core.cli.Option.setLongName:(Ljava/lang/String;)Lio/vertx/core/cli/Option;
            invokeinterface io.vertx.core.cli.CLI.addOption:(Lio/vertx/core/cli/Option;)Lio/vertx/core/cli/CLI;
         3: .line 348
            astore 1 /* cli */
        start local 1 // io.vertx.core.cli.CLI cli
         4: .line 351
            aload 1 /* cli */
            invokestatic io.vertx.ext.shell.command.CommandBuilder.command:(Lio/vertx/core/cli/CLI;)Lio/vertx/ext/shell/command/CommandBuilder;
            astore 2 /* command */
        start local 2 // io.vertx.ext.shell.command.CommandBuilder command
         5: .line 352
            aload 2 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$2(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         6: .line 355
            return
        end local 2 // io.vertx.ext.shell.command.CommandBuilder command
        end local 1 // io.vertx.core.cli.CLI cli
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lexamples/ShellExamples;
            4    7     1      cli  Lio/vertx/core/cli/CLI;
            5    7     2  command  Lio/vertx/ext/shell/command/CommandBuilder;

  public void commandArgs(io.vertx.ext.shell.command.CommandBuilder);
    descriptor: (Lio/vertx/ext/shell/command/CommandBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.command.CommandBuilder command
         0: .line 358
            aload 1 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$3(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         1: .line 367
            return
        end local 1 // io.vertx.ext.shell.command.CommandBuilder command
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/ShellExamples;
            0    2     1  command  Lio/vertx/ext/shell/command/CommandBuilder;
    MethodParameters:
         Name  Flags
      command  

  public void session(io.vertx.ext.shell.command.CommandBuilder);
    descriptor: (Lio/vertx/ext/shell/command/CommandBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.command.CommandBuilder command
         0: .line 370
            aload 1 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$4(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         1: .line 380
            return
        end local 1 // io.vertx.ext.shell.command.CommandBuilder command
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/ShellExamples;
            0    2     1  command  Lio/vertx/ext/shell/command/CommandBuilder;
    MethodParameters:
         Name  Flags
      command  

  public void readStdin(io.vertx.ext.shell.term.Tty);
    descriptor: (Lio/vertx/ext/shell/term/Tty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.term.Tty tty
         0: .line 384
            aload 1 /* tty */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$5(Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            invokeinterface io.vertx.ext.shell.term.Tty.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
         1: .line 387
            return
        end local 1 // io.vertx.ext.shell.term.Tty tty
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/ShellExamples;
            0    2     1   tty  Lio/vertx/ext/shell/term/Tty;
    MethodParameters:
      Name  Flags
      tty   

  public void writeStdout(io.vertx.ext.shell.term.Tty);
    descriptor: (Lio/vertx/ext/shell/term/Tty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.term.Tty tty
         0: .line 390
            aload 1 /* tty */
            ldc "Hello World"
            invokeinterface io.vertx.ext.shell.term.Tty.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
            pop
         1: .line 391
            return
        end local 1 // io.vertx.ext.shell.term.Tty tty
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/ShellExamples;
            0    2     1   tty  Lio/vertx/ext/shell/term/Tty;
    MethodParameters:
      Name  Flags
      tty   

  public void terminalSize(io.vertx.ext.shell.term.Tty);
    descriptor: (Lio/vertx/ext/shell/term/Tty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.term.Tty tty
         0: .line 394
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "Current terminal size: ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tty */
            invokeinterface io.vertx.ext.shell.term.Tty.width:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* tty */
            invokeinterface io.vertx.ext.shell.term.Tty.height:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.shell.term.Tty.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
            pop
         1: .line 395
            return
        end local 1 // io.vertx.ext.shell.term.Tty tty
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/ShellExamples;
            0    2     1   tty  Lio/vertx/ext/shell/term/Tty;
    MethodParameters:
      Name  Flags
      tty   

  public void resizeHandlerTerminal(io.vertx.ext.shell.term.Tty);
    descriptor: (Lio/vertx/ext/shell/term/Tty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.term.Tty tty
         0: .line 398
            aload 1 /* tty */
            aload 1 /* tty */
            invokedynamic handle(Lio/vertx/ext/shell/term/Tty;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$6(Lio/vertx/ext/shell/term/Tty;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.ext.shell.term.Tty.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
         1: .line 401
            return
        end local 1 // io.vertx.ext.shell.term.Tty tty
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/ShellExamples;
            0    2     1   tty  Lio/vertx/ext/shell/term/Tty;
    MethodParameters:
      Name  Flags
      tty   

  public void terminalType(io.vertx.ext.shell.term.Tty);
    descriptor: (Lio/vertx/ext/shell/term/Tty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.term.Tty tty
         0: .line 404
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "terminal type : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* tty */
            invokeinterface io.vertx.ext.shell.term.Tty.type:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 405
            return
        end local 1 // io.vertx.ext.shell.term.Tty tty
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lexamples/ShellExamples;
            0    2     1   tty  Lio/vertx/ext/shell/term/Tty;
    MethodParameters:
      Name  Flags
      tty   

  public void asyncCommand(io.vertx.ext.shell.command.CommandBuilder);
    descriptor: (Lio/vertx/ext/shell/command/CommandBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.command.CommandBuilder command
         0: .line 408
            aload 1 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$7(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         1: .line 418
            return
        end local 1 // io.vertx.ext.shell.command.CommandBuilder command
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/ShellExamples;
            0    2     1  command  Lio/vertx/ext/shell/command/CommandBuilder;
    MethodParameters:
         Name  Flags
      command  

  public void interruptHandler(io.vertx.ext.shell.command.CommandBuilder);
    descriptor: (Lio/vertx/ext/shell/command/CommandBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.command.CommandBuilder command
         0: .line 421
            aload 1 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$9(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         1: .line 435
            return
        end local 1 // io.vertx.ext.shell.command.CommandBuilder command
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/ShellExamples;
            0    2     1  command  Lio/vertx/ext/shell/command/CommandBuilder;
    MethodParameters:
         Name  Flags
      command  

  public void suspendResumeHandler(io.vertx.ext.shell.command.CommandBuilder);
    descriptor: (Lio/vertx/ext/shell/command/CommandBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.command.CommandBuilder command
         0: .line 438
            aload 1 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$12(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         1: .line 450
            return
        end local 1 // io.vertx.ext.shell.command.CommandBuilder command
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/ShellExamples;
            0    2     1  command  Lio/vertx/ext/shell/command/CommandBuilder;
    MethodParameters:
         Name  Flags
      command  

  public void endHandler(io.vertx.ext.shell.command.CommandBuilder);
    descriptor: (Lio/vertx/ext/shell/command/CommandBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.command.CommandBuilder command
         0: .line 453
            aload 1 /* command */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$15(Lio/vertx/ext/shell/command/CommandProcess;)V (6)
                  (Lio/vertx/ext/shell/command/CommandProcess;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         1: .line 460
            return
        end local 1 // io.vertx.ext.shell.command.CommandBuilder command
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/ShellExamples;
            0    2     1  command  Lio/vertx/ext/shell/command/CommandBuilder;
    MethodParameters:
         Name  Flags
      command  

  public void telnetEchoTerminal(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 463
            aload 1 /* vertx */
            new io.vertx.ext.shell.term.TelnetTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.TelnetTermOptions.<init>:()V
            sipush 5000
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setPort:(I)Lio/vertx/ext/shell/term/TelnetTermOptions;
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.TelnetTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/TelnetTermOptions;
            invokestatic io.vertx.ext.shell.term.TermServer.createTelnetTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/TelnetTermOptions;)Lio/vertx/ext/shell/term/TermServer;
            astore 2 /* server */
        start local 2 // io.vertx.ext.shell.term.TermServer server
         1: .line 464
            aload 2 /* server */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$17(Lio/vertx/ext/shell/term/Term;)V (6)
                  (Lio/vertx/ext/shell/term/Term;)V
            invokeinterface io.vertx.ext.shell.term.TermServer.termHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/TermServer;
            pop
         2: .line 469
            aload 2 /* server */
            invokeinterface io.vertx.ext.shell.term.TermServer.listen:()Lio/vertx/ext/shell/term/TermServer;
            pop
         3: .line 470
            return
        end local 2 // io.vertx.ext.shell.term.TermServer server
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lexamples/ShellExamples;
            0    4     1   vertx  Lio/vertx/core/Vertx;
            1    4     2  server  Lio/vertx/ext/shell/term/TermServer;
    MethodParameters:
       Name  Flags
      vertx  

  public void sshEchoTerminal(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 473
            aload 1 /* vertx */
            new io.vertx.ext.shell.term.SSHTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.SSHTermOptions.<init>:()V
            sipush 5000
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setPort:(I)Lio/vertx/ext/shell/term/SSHTermOptions;
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.SSHTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/SSHTermOptions;
            invokestatic io.vertx.ext.shell.term.TermServer.createSSHTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/SSHTermOptions;)Lio/vertx/ext/shell/term/TermServer;
            astore 2 /* server */
        start local 2 // io.vertx.ext.shell.term.TermServer server
         1: .line 474
            aload 2 /* server */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$19(Lio/vertx/ext/shell/term/Term;)V (6)
                  (Lio/vertx/ext/shell/term/Term;)V
            invokeinterface io.vertx.ext.shell.term.TermServer.termHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/TermServer;
            pop
         2: .line 479
            aload 2 /* server */
            invokeinterface io.vertx.ext.shell.term.TermServer.listen:()Lio/vertx/ext/shell/term/TermServer;
            pop
         3: .line 480
            return
        end local 2 // io.vertx.ext.shell.term.TermServer server
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lexamples/ShellExamples;
            0    4     1   vertx  Lio/vertx/core/Vertx;
            1    4     2  server  Lio/vertx/ext/shell/term/TermServer;
    MethodParameters:
       Name  Flags
      vertx  

  public void httpEchoTerminal(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 483
            aload 1 /* vertx */
            new io.vertx.ext.shell.term.HttpTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.HttpTermOptions.<init>:()V
            sipush 5000
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setPort:(I)Lio/vertx/ext/shell/term/HttpTermOptions;
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/HttpTermOptions;
            invokestatic io.vertx.ext.shell.term.TermServer.createHttpTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/term/TermServer;
            astore 2 /* server */
        start local 2 // io.vertx.ext.shell.term.TermServer server
         1: .line 484
            aload 2 /* server */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$21(Lio/vertx/ext/shell/term/Term;)V (6)
                  (Lio/vertx/ext/shell/term/Term;)V
            invokeinterface io.vertx.ext.shell.term.TermServer.termHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/TermServer;
            pop
         2: .line 489
            aload 2 /* server */
            invokeinterface io.vertx.ext.shell.term.TermServer.listen:()Lio/vertx/ext/shell/term/TermServer;
            pop
         3: .line 490
            return
        end local 2 // io.vertx.ext.shell.term.TermServer server
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lexamples/ShellExamples;
            0    4     1   vertx  Lio/vertx/core/Vertx;
            1    4     2  server  Lio/vertx/ext/shell/term/TermServer;
    MethodParameters:
       Name  Flags
      vertx  

  public void httpEchoTerminalUsingRouter(io.vertx.core.Vertx, io.vertx.ext.web.Router);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.web.Router router
         0: .line 493
            aload 1 /* vertx */
            aload 2 /* router */
            new io.vertx.ext.shell.term.HttpTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.HttpTermOptions.<init>:()V
            sipush 5000
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setPort:(I)Lio/vertx/ext/shell/term/HttpTermOptions;
            ldc "localhost"
            invokevirtual io.vertx.ext.shell.term.HttpTermOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/shell/term/HttpTermOptions;
            invokestatic io.vertx.ext.shell.term.TermServer.createHttpTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/term/TermServer;
            astore 3 /* server */
        start local 3 // io.vertx.ext.shell.term.TermServer server
         1: .line 494
            aload 3 /* server */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$23(Lio/vertx/ext/shell/term/Term;)V (6)
                  (Lio/vertx/ext/shell/term/Term;)V
            invokeinterface io.vertx.ext.shell.term.TermServer.termHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/TermServer;
            pop
         2: .line 499
            aload 3 /* server */
            invokeinterface io.vertx.ext.shell.term.TermServer.listen:()Lio/vertx/ext/shell/term/TermServer;
            pop
         3: .line 500
            return
        end local 3 // io.vertx.ext.shell.term.TermServer server
        end local 2 // io.vertx.ext.web.Router router
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lexamples/ShellExamples;
            0    4     1   vertx  Lio/vertx/core/Vertx;
            0    4     2  router  Lio/vertx/ext/web/Router;
            1    4     3  server  Lio/vertx/ext/shell/term/TermServer;
    MethodParameters:
        Name  Flags
      vertx   
      router  

  public void creatingShell(io.vertx.ext.shell.ShellServer);
    descriptor: (Lio/vertx/ext/shell/ShellServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.ShellServer shellServer
         0: .line 505
            aload 1 /* shellServer */
            invokeinterface io.vertx.ext.shell.ShellServer.createShell:()Lio/vertx/ext/shell/Shell;
            pop
         1: .line 507
            return
        end local 1 // io.vertx.ext.shell.ShellServer shellServer
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lexamples/ShellExamples;
            0    2     1  shellServer  Lio/vertx/ext/shell/ShellServer;
    MethodParameters:
             Name  Flags
      shellServer  

  public void runningShellCommand(io.vertx.ext.shell.ShellServer);
    descriptor: (Lio/vertx/ext/shell/ShellServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // examples.ShellExamples this
        start local 1 // io.vertx.ext.shell.ShellServer shellServer
         0: .line 512
            aload 1 /* shellServer */
            invokeinterface io.vertx.ext.shell.ShellServer.createShell:()Lio/vertx/ext/shell/Shell;
            astore 2 /* shell */
        start local 2 // io.vertx.ext.shell.Shell shell
         1: .line 515
            aload 2 /* shell */
            ldc "my-command 1234"
            invokeinterface io.vertx.ext.shell.Shell.createJob:(Ljava/lang/String;)Lio/vertx/ext/shell/system/Job;
            astore 3 /* job */
        start local 3 // io.vertx.ext.shell.system.Job job
         2: .line 518
            invokestatic io.vertx.ext.shell.term.Pty.create:()Lio/vertx/ext/shell/term/Pty;
            astore 4 /* pty */
        start local 4 // io.vertx.ext.shell.term.Pty pty
         3: .line 519
            aload 4 /* pty */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$25(Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            invokeinterface io.vertx.ext.shell.term.Pty.stdoutHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Pty;
            pop
         4: .line 524
            aload 3 /* job */
            aload 4 /* pty */
            invokeinterface io.vertx.ext.shell.term.Pty.slave:()Lio/vertx/ext/shell/term/Tty;
            invokeinterface io.vertx.ext.shell.system.Job.setTty:(Lio/vertx/ext/shell/term/Tty;)Lio/vertx/ext/shell/system/Job;
            pop
         5: .line 525
            aload 3 /* job */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$26(Lio/vertx/ext/shell/system/ExecStatus;)V (6)
                  (Lio/vertx/ext/shell/system/ExecStatus;)V
            invokeinterface io.vertx.ext.shell.system.Job.statusUpdateHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/system/Job;
            pop
         6: .line 528
            return
        end local 4 // io.vertx.ext.shell.term.Pty pty
        end local 3 // io.vertx.ext.shell.system.Job job
        end local 2 // io.vertx.ext.shell.Shell shell
        end local 1 // io.vertx.ext.shell.ShellServer shellServer
        end local 0 // examples.ShellExamples this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lexamples/ShellExamples;
            0    7     1  shellServer  Lio/vertx/ext/shell/ShellServer;
            1    7     2        shell  Lio/vertx/ext/shell/Shell;
            2    7     3          job  Lio/vertx/ext/shell/system/Job;
            3    7     4          pty  Lio/vertx/ext/shell/term/Pty;
    MethodParameters:
             Name  Flags
      shellServer  

  private static void lambda$0(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 319
            aload 0 /* process */
            ldc "Hello World"
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 322
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
         2: .line 323
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  process  Lio/vertx/ext/shell/command/CommandProcess;

  private static void lambda$1(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 337
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.commandLine:()Lio/vertx/core/cli/CommandLine;
            astore 1 /* commandLine */
        start local 1 // io.vertx.core.cli.CommandLine commandLine
         1: .line 339
            aload 1 /* commandLine */
            iconst_0
            invokeinterface io.vertx.core.cli.CommandLine.getArgumentValue:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* argValue */
        start local 2 // java.lang.String argValue
         2: .line 340
            aload 1 /* commandLine */
            ldc "my-option"
            invokeinterface io.vertx.core.cli.CommandLine.getOptionValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* optValue */
        start local 3 // java.lang.String optValue
         3: .line 341
            aload 0 /* process */
            new java.lang.StringBuilder
            dup
            ldc "The argument is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* argValue */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " and the option is "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* optValue */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         4: .line 343
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
        end local 3 // java.lang.String optValue
        end local 2 // java.lang.String argValue
        end local 1 // io.vertx.core.cli.CommandLine commandLine
         5: .line 344
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0      process  Lio/vertx/ext/shell/command/CommandProcess;
            1    5     1  commandLine  Lio/vertx/core/cli/CommandLine;
            2    5     2     argValue  Ljava/lang/String;
            3    5     3     optValue  Ljava/lang/String;

  private static void lambda$2(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 354
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  process  Lio/vertx/ext/shell/command/CommandProcess;

  private static void lambda$3(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 360
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.args:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: io.vertx.ext.shell.command.CommandProcess top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* arg */
        start local 1 // java.lang.String arg
         2: .line 362
            aload 0 /* process */
            new java.lang.StringBuilder
            dup
            ldc "Argument "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* arg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
        end local 1 // java.lang.String arg
         3: .line 360
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 365
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
         5: .line 366
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  process  Lio/vertx/ext/shell/command/CommandProcess;
            2    3     1      arg  Ljava/lang/String;

  private static void lambda$4(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 372
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.session:()Lio/vertx/ext/shell/session/Session;
            astore 1 /* session */
        start local 1 // io.vertx.ext.shell.session.Session session
         1: .line 374
            aload 1 /* session */
            ldc "my_key"
            invokeinterface io.vertx.ext.shell.session.Session.get:(Ljava/lang/String;)Ljava/lang/Object;
            ifnonnull 3
         2: .line 375
            aload 1 /* session */
            ldc "my key"
            ldc "my value"
            invokeinterface io.vertx.ext.shell.session.Session.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/shell/session/Session;
            pop
         3: .line 378
      StackMap locals: io.vertx.ext.shell.session.Session
      StackMap stack:
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
        end local 1 // io.vertx.ext.shell.session.Session session
         4: .line 379
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  process  Lio/vertx/ext/shell/command/CommandProcess;
            1    4     1  session  Lio/vertx/ext/shell/session/Session;

  private static void lambda$5(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String data
         0: .line 385
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Received "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* data */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 386
            return
        end local 0 // java.lang.String data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  data  Ljava/lang/String;

  private static void lambda$6(io.vertx.ext.shell.term.Tty, java.lang.Void);
    descriptor: (Lio/vertx/ext/shell/term/Tty;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 399
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "terminal resized : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0
            invokeinterface io.vertx.ext.shell.term.Tty.width:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0
            invokeinterface io.vertx.ext.shell.term.Tty.height:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 400
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1     v  Ljava/lang/Void;

  private static void lambda$7(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 409
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.vertx:()Lio/vertx/core/Vertx;
            astore 1 /* vertx */
        start local 1 // io.vertx.core.Vertx vertx
         1: .line 412
            aload 1 /* vertx */
            ldc 1000
            aload 0 /* process */
            invokedynamic handle(Lio/vertx/ext/shell/command/CommandProcess;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$8(Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Long;)V (6)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            pop2
        end local 1 // io.vertx.core.Vertx vertx
         2: .line 417
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  process  Lio/vertx/ext/shell/command/CommandProcess;
            1    2     1    vertx  Lio/vertx/core/Vertx;

  private static void lambda$9(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 422
            aload 0 /* process */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.vertx:()Lio/vertx/core/Vertx;
            astore 1 /* vertx */
        start local 1 // io.vertx.core.Vertx vertx
         1: .line 425
            aload 1 /* vertx */
            ldc 1000
            aload 0 /* process */
            invokedynamic handle(Lio/vertx/ext/shell/command/CommandProcess;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$10(Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Long;)V (6)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            lstore 2 /* periodicId */
        start local 2 // long periodicId
         2: .line 430
            aload 0 /* process */
            aload 1 /* vertx */
            lload 2 /* periodicId */
            aload 0 /* process */
            invokedynamic handle(Lio/vertx/core/Vertx;JLio/vertx/ext/shell/command/CommandProcess;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$11(Lio/vertx/core/Vertx;JLio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.ext.shell.command.CommandProcess.interruptHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
        end local 2 // long periodicId
        end local 1 // io.vertx.core.Vertx vertx
         3: .line 434
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0     process  Lio/vertx/ext/shell/command/CommandProcess;
            1    3     1       vertx  Lio/vertx/core/Vertx;
            2    3     2  periodicId  J

  private static void lambda$12(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 441
            aload 0 /* process */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$13(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.ext.shell.command.CommandProcess.suspendHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 446
            aload 0 /* process */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$14(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.ext.shell.command.CommandProcess.resumeHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         2: .line 449
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  process  Lio/vertx/ext/shell/command/CommandProcess;

  private static void lambda$15(io.vertx.ext.shell.command.CommandProcess);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.CommandProcess process
         0: .line 456
            aload 0 /* process */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$16(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.ext.shell.command.CommandProcess.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 459
            return
        end local 0 // io.vertx.ext.shell.command.CommandProcess process
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  process  Lio/vertx/ext/shell/command/CommandProcess;

  private static void lambda$17(io.vertx.ext.shell.term.Term);
    descriptor: (Lio/vertx/ext/shell/term/Term;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.Term term
         0: .line 465
            aload 0 /* term */
            aload 0 /* term */
            invokedynamic handle(Lio/vertx/ext/shell/term/Term;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$18(Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            invokeinterface io.vertx.ext.shell.term.Term.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 468
            return
        end local 0 // io.vertx.ext.shell.term.Term term
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  term  Lio/vertx/ext/shell/term/Term;

  private static void lambda$19(io.vertx.ext.shell.term.Term);
    descriptor: (Lio/vertx/ext/shell/term/Term;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.Term term
         0: .line 475
            aload 0 /* term */
            aload 0 /* term */
            invokedynamic handle(Lio/vertx/ext/shell/term/Term;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$20(Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            invokeinterface io.vertx.ext.shell.term.Term.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 478
            return
        end local 0 // io.vertx.ext.shell.term.Term term
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  term  Lio/vertx/ext/shell/term/Term;

  private static void lambda$21(io.vertx.ext.shell.term.Term);
    descriptor: (Lio/vertx/ext/shell/term/Term;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.Term term
         0: .line 485
            aload 0 /* term */
            aload 0 /* term */
            invokedynamic handle(Lio/vertx/ext/shell/term/Term;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$22(Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            invokeinterface io.vertx.ext.shell.term.Term.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 488
            return
        end local 0 // io.vertx.ext.shell.term.Term term
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  term  Lio/vertx/ext/shell/term/Term;

  private static void lambda$23(io.vertx.ext.shell.term.Term);
    descriptor: (Lio/vertx/ext/shell/term/Term;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.Term term
         0: .line 495
            aload 0 /* term */
            aload 0 /* term */
            invokedynamic handle(Lio/vertx/ext/shell/term/Term;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/ShellExamples.lambda$24(Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            invokeinterface io.vertx.ext.shell.term.Term.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 498
            return
        end local 0 // io.vertx.ext.shell.term.Term term
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  term  Lio/vertx/ext/shell/term/Term;

  private static void lambda$25(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String data
         0: .line 520
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Command wrote "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* data */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 521
            return
        end local 0 // java.lang.String data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  data  Ljava/lang/String;

  private static void lambda$26(io.vertx.ext.shell.system.ExecStatus);
    descriptor: (Lio/vertx/ext/shell/system/ExecStatus;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.system.ExecStatus status
         0: .line 526
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Command terminated with status "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* status */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 527
            return
        end local 0 // io.vertx.ext.shell.system.ExecStatus status
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  status  Lio/vertx/ext/shell/system/ExecStatus;

  private static void lambda$8(io.vertx.ext.shell.command.CommandProcess, java.lang.Long);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Long;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Long id
         0: .line 415
            aload 0
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
         1: .line 416
            return
        end local 1 // java.lang.Long id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1    id  Ljava/lang/Long;

  private static void lambda$10(io.vertx.ext.shell.command.CommandProcess, java.lang.Long);
    descriptor: (Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Long;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Long id
         0: .line 426
            aload 0
            ldc "tick\n"
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 427
            return
        end local 1 // java.lang.Long id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1    id  Ljava/lang/Long;

  private static void lambda$11(io.vertx.core.Vertx, long, io.vertx.ext.shell.command.CommandProcess, java.lang.Void);
    descriptor: (Lio/vertx/core/Vertx;JLio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=4
        start local 4 // java.lang.Void v
         0: .line 431
            aload 0
            lload 1
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         1: .line 432
            aload 3
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
         2: .line 433
            return
        end local 4 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     4     v  Ljava/lang/Void;

  private static void lambda$13(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 442
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Suspended"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 443
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static void lambda$14(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 447
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Resumed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 448
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static void lambda$16(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 457
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Terminated"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 458
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     v  Ljava/lang/Void;

  private static void lambda$18(io.vertx.ext.shell.term.Term, java.lang.String);
    descriptor: (Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.String line
         0: .line 466
            aload 0
            aload 1 /* line */
            invokeinterface io.vertx.ext.shell.term.Term.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 467
            return
        end local 1 // java.lang.String line
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1  line  Ljava/lang/String;

  private static void lambda$20(io.vertx.ext.shell.term.Term, java.lang.String);
    descriptor: (Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.String line
         0: .line 476
            aload 0
            aload 1 /* line */
            invokeinterface io.vertx.ext.shell.term.Term.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 477
            return
        end local 1 // java.lang.String line
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1  line  Ljava/lang/String;

  private static void lambda$22(io.vertx.ext.shell.term.Term, java.lang.String);
    descriptor: (Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.String line
         0: .line 486
            aload 0
            aload 1 /* line */
            invokeinterface io.vertx.ext.shell.term.Term.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 487
            return
        end local 1 // java.lang.String line
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1  line  Ljava/lang/String;

  private static void lambda$24(io.vertx.ext.shell.term.Term, java.lang.String);
    descriptor: (Lio/vertx/ext/shell/term/Term;Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.String line
         0: .line 496
            aload 0
            aload 1 /* line */
            invokeinterface io.vertx.ext.shell.term.Term.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Term;
            pop
         1: .line 497
            return
        end local 1 // java.lang.String line
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1  line  Ljava/lang/String;
}
SourceFile: "ShellExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles