public interface io.vertx.ext.shell.term.TermServer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.term.TermServer
  super_class: java.lang.Object
{
  public static io.vertx.ext.shell.term.TermServer createSSHTermServer(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/term/TermServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 61
            aload 0 /* vertx */
            new io.vertx.ext.shell.term.SSHTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.SSHTermOptions.<init>:()V
            invokestatic io.vertx.ext.shell.term.TermServer.createSSHTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/SSHTermOptions;)Lio/vertx/ext/shell/term/TermServer;
            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 static io.vertx.ext.shell.term.TermServer createSSHTermServer(io.vertx.core.Vertx, io.vertx.ext.shell.term.SSHTermOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/SSHTermOptions;)Lio/vertx/ext/shell/term/TermServer;
    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.term.SSHTermOptions options
         0: .line 72
            new io.vertx.ext.shell.term.impl.SSHServer
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.shell.term.impl.SSHServer.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/SSHTermOptions;)V
            areturn
        end local 1 // io.vertx.ext.shell.term.SSHTermOptions 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/term/SSHTermOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.ext.shell.term.TermServer createTelnetTermServer(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/term/TermServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 82
            aload 0 /* vertx */
            new io.vertx.ext.shell.term.TelnetTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.TelnetTermOptions.<init>:()V
            invokestatic io.vertx.ext.shell.term.TermServer.createTelnetTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/TelnetTermOptions;)Lio/vertx/ext/shell/term/TermServer;
            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 static io.vertx.ext.shell.term.TermServer createTelnetTermServer(io.vertx.core.Vertx, io.vertx.ext.shell.term.TelnetTermOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/TelnetTermOptions;)Lio/vertx/ext/shell/term/TermServer;
    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.term.TelnetTermOptions options
         0: .line 93
            new io.vertx.ext.shell.term.impl.TelnetTermServer
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.shell.term.impl.TelnetTermServer.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/TelnetTermOptions;)V
            areturn
        end local 1 // io.vertx.ext.shell.term.TelnetTermOptions 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/term/TelnetTermOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.ext.shell.term.TermServer createHttpTermServer(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/term/TermServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 103
            aload 0 /* vertx */
            new io.vertx.ext.shell.term.HttpTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.HttpTermOptions.<init>:()V
            invokestatic io.vertx.ext.shell.term.TermServer.createHttpTermServer:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/term/TermServer;
            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 static io.vertx.ext.shell.term.TermServer createHttpTermServer(io.vertx.core.Vertx, io.vertx.ext.shell.term.HttpTermOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/term/TermServer;
    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.term.HttpTermOptions options
         0: .line 114
            new io.vertx.ext.shell.term.impl.HttpTermServer
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.shell.term.impl.HttpTermServer.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/shell/term/HttpTermOptions;)V
            areturn
        end local 1 // io.vertx.ext.shell.term.HttpTermOptions 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/term/HttpTermOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.ext.shell.term.TermServer createHttpTermServer(io.vertx.core.Vertx, io.vertx.ext.web.Router);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;)Lio/vertx/ext/shell/term/TermServer;
    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.web.Router router
         0: .line 125
            aload 0 /* vertx */
            aload 1 /* router */
            new io.vertx.ext.shell.term.HttpTermOptions
            dup
            invokespecial io.vertx.ext.shell.term.HttpTermOptions.<init>:()V
            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;
            areturn
        end local 1 // io.vertx.ext.web.Router router
        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  router  Lio/vertx/ext/web/Router;
    MethodParameters:
        Name  Flags
      vertx   
      router  

  public static io.vertx.ext.shell.term.TermServer createHttpTermServer(io.vertx.core.Vertx, io.vertx.ext.web.Router, io.vertx.ext.shell.term.HttpTermOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;Lio/vertx/ext/shell/term/HttpTermOptions;)Lio/vertx/ext/shell/term/TermServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.web.Router router
        start local 2 // io.vertx.ext.shell.term.HttpTermOptions options
         0: .line 137
            new io.vertx.ext.shell.term.impl.HttpTermServer
            dup
            aload 0 /* vertx */
            aload 1 /* router */
            aload 2 /* options */
            invokespecial io.vertx.ext.shell.term.impl.HttpTermServer.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;Lio/vertx/ext/shell/term/HttpTermOptions;)V
            areturn
        end local 2 // io.vertx.ext.shell.term.HttpTermOptions options
        end local 1 // io.vertx.ext.web.Router router
        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   router  Lio/vertx/ext/web/Router;
            0    1     2  options  Lio/vertx/ext/shell/term/HttpTermOptions;
    MethodParameters:
         Name  Flags
      vertx    
      router   
      options  

  public abstract io.vertx.ext.shell.term.TermServer termHandler(io.vertx.core.Handler<io.vertx.ext.shell.term.Term>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/TermServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/term/Term;>;)Lio/vertx/ext/shell/term/TermServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

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

  public io.vertx.ext.shell.term.TermServer listen();
    descriptor: ()Lio/vertx/ext/shell/term/TermServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.term.TermServer this
         0: .line 168
            aload 0 /* this */
            aconst_null
            invokeinterface io.vertx.ext.shell.term.TermServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/TermServer;
            areturn
        end local 0 // io.vertx.ext.shell.term.TermServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/TermServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

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

  public abstract int actualPort();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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