public interface io.vertx.ext.shell.term.Term extends io.vertx.ext.shell.term.Tty
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.term.Term
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.shell.term.Term resizehandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/term/Term;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.shell.term.Term stdinHandler(io.vertx.core.Handler<java.lang.String>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/ext/shell/term/Term;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.shell.term.Term write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/Term;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      data  

  public abstract long lastAccessedTime();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.shell.term.Term echo(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/Term;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      text  

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

  public abstract io.vertx.ext.shell.term.Term interruptHandler(io.vertx.ext.shell.term.SignalHandler);
    descriptor: (Lio/vertx/ext/shell/term/SignalHandler;)Lio/vertx/ext/shell/term/Term;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.shell.term.Term suspendHandler(io.vertx.ext.shell.term.SignalHandler);
    descriptor: (Lio/vertx/ext/shell/term/SignalHandler;)Lio/vertx/ext/shell/term/Term;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract void readline(java.lang.String, io.vertx.core.Handler<java.lang.String>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Ljava/lang/String;>;)V
    MethodParameters:
             Name  Flags
      prompt       
      lineHandler  

  public abstract void readline(java.lang.String, io.vertx.core.Handler<java.lang.String>, io.vertx.core.Handler<io.vertx.ext.shell.cli.Completion>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/ext/shell/cli/Completion;>;)V
    MethodParameters:
                   Name  Flags
      prompt             
      lineHandler        
      completionHandler  

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

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

  public io.vertx.ext.shell.term.Tty write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.vertx.ext.shell.term.Term.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Term;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.shell.term.Tty resizehandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.vertx.ext.shell.term.Term.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.shell.term.Tty stdinHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.vertx.ext.shell.term.Term.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Term;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Term.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()