public interface io.vertx.ext.shell.ShellServer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.ShellServer
  super_class: java.lang.Object
{
  public static io.vertx.ext.shell.ShellServer create(io.vertx.core.Vertx, io.vertx.ext.shell.ShellServerOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServerOptions;)Lio/vertx/ext/shell/ShellServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.shell.ShellServerOptions options
         0: .line 70
            new io.vertx.ext.shell.impl.ShellServerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.shell.impl.ShellServerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServerOptions;)V
            areturn
        end local 1 // io.vertx.ext.shell.ShellServerOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/ext/shell/ShellServerOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.ext.shell.ShellServer create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/ShellServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 80
            new io.vertx.ext.shell.impl.ShellServerImpl
            dup
            aload 0 /* vertx */
            new io.vertx.ext.shell.ShellServerOptions
            dup
            invokespecial io.vertx.ext.shell.ShellServerOptions.<init>:()V
            invokespecial io.vertx.ext.shell.impl.ShellServerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/ShellServerOptions;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public abstract io.vertx.ext.shell.ShellServer registerCommandResolver(io.vertx.ext.shell.command.CommandResolver);
    descriptor: (Lio/vertx/ext/shell/command/CommandResolver;)Lio/vertx/ext/shell/ShellServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
          Name  Flags
      resolver  

  public abstract io.vertx.ext.shell.ShellServer registerTermServer(io.vertx.ext.shell.term.TermServer);
    descriptor: (Lio/vertx/ext/shell/term/TermServer;)Lio/vertx/ext/shell/ShellServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      termServer  

  public abstract io.vertx.ext.shell.Shell createShell(io.vertx.ext.shell.term.Term);
    descriptor: (Lio/vertx/ext/shell/term/Term;)Lio/vertx/ext/shell/Shell;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      term  

  public abstract io.vertx.ext.shell.Shell createShell();
    descriptor: ()Lio/vertx/ext/shell/Shell;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public io.vertx.ext.shell.ShellServer listen();
    descriptor: ()Lio/vertx/ext/shell/ShellServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.ShellServer this
         0: .line 121
            aload 0 /* this */
            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
                  io/vertx/ext/shell/ShellServer.lambda$0(Lio/vertx/core/AsyncResult;)V (6 itf)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.shell.ShellServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/ShellServer;
            areturn
        end local 0 // io.vertx.ext.shell.ShellServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/ShellServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.ext.shell.ShellServer listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/ShellServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/shell/ShellServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      listenHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.ShellServer this
         0: .line 136
            aload 0 /* this */
            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
                  io/vertx/ext/shell/ShellServer.lambda$1(Lio/vertx/core/AsyncResult;)V (6 itf)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.shell.ShellServer.close:(Lio/vertx/core/Handler;)V
         1: .line 137
            return
        end local 0 // io.vertx.ext.shell.ShellServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/shell/ShellServer;

  public abstract void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public abstract void shellHandler(io.vertx.core.Handler<io.vertx.ext.shell.Shell>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/Shell;>;)V
    MethodParameters:
              Name  Flags
      shellHandler  

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 121
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static void lambda$1(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 136
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
SourceFile: "ShellServer.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()