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 72
            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 82
            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.core.Future<java.lang.Void> listen();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.shell.ShellServer this
         0: .line 122
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 1 /* promise */
        start local 1 // io.vertx.core.Promise promise
         1: .line 123
            aload 0 /* this */
            aload 1 /* promise */
            invokeinterface io.vertx.ext.shell.ShellServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/ShellServer;
            pop
         2: .line 124
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.ext.shell.ShellServer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/shell/ShellServer;
            1    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  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 io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.shell.ShellServer this
         0: .line 139
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 1 /* promise */
        start local 1 // io.vertx.core.Promise promise
         1: .line 140
            aload 0 /* this */
            aload 1 /* promise */
            invokeinterface io.vertx.ext.shell.ShellServer.close:(Lio/vertx/core/Handler;)V
         2: .line 141
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.ext.shell.ShellServer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/shell/ShellServer;
            1    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  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  
}
SourceFile: "ShellServer.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()