class io.vertx.ext.shell.term.impl.TermConnectionHandler implements io.vertx.core.Handler<io.termd.core.tty.TtyConnection>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.shell.term.impl.TermConnectionHandler
  super_class: java.lang.Object
{
  final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.Handler<io.vertx.ext.shell.term.Term> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/shell/term/Term;>;

  final io.termd.core.readline.Keymap keymap;
    descriptor: Lio/termd/core/readline/Keymap;
    flags: (0x0010) ACC_FINAL

  public void <init>(io.vertx.core.Vertx, io.termd.core.readline.Keymap, io.vertx.core.Handler<io.vertx.ext.shell.term.Term>);
    descriptor: (Lio/vertx/core/Vertx;Lio/termd/core/readline/Keymap;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.ext.shell.term.impl.TermConnectionHandler this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.termd.core.readline.Keymap keymap
        start local 3 // io.vertx.core.Handler handler
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.shell.term.impl.TermConnectionHandler.vertx:Lio/vertx/core/Vertx;
         2: .line 53
            aload 0 /* this */
            aload 3 /* handler */
            putfield io.vertx.ext.shell.term.impl.TermConnectionHandler.handler:Lio/vertx/core/Handler;
         3: .line 54
            aload 0 /* this */
            aload 2 /* keymap */
            putfield io.vertx.ext.shell.term.impl.TermConnectionHandler.keymap:Lio/termd/core/readline/Keymap;
         4: .line 55
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.termd.core.readline.Keymap keymap
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.shell.term.impl.TermConnectionHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/shell/term/impl/TermConnectionHandler;
            0    5     1    vertx  Lio/vertx/core/Vertx;
            0    5     2   keymap  Lio/termd/core/readline/Keymap;
            0    5     3  handler  Lio/vertx/core/Handler<Lio/vertx/ext/shell/term/Term;>;
    Signature: (Lio/vertx/core/Vertx;Lio/termd/core/readline/Keymap;Lio/vertx/core/Handler<Lio/vertx/ext/shell/term/Term;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      keymap   
      handler  

  public void handle(io.termd.core.tty.TtyConnection);
    descriptor: (Lio/termd/core/tty/TtyConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.term.impl.TermConnectionHandler this
        start local 1 // io.termd.core.tty.TtyConnection conn
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermConnectionHandler.handler:Lio/vertx/core/Handler;
            new io.vertx.ext.shell.term.impl.TermImpl
            dup
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermConnectionHandler.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.ext.shell.term.impl.TermConnectionHandler.keymap:Lio/termd/core/readline/Keymap;
            aload 1 /* conn */
            invokespecial io.vertx.ext.shell.term.impl.TermImpl.<init>:(Lio/vertx/core/Vertx;Lio/termd/core/readline/Keymap;Lio/termd/core/tty/TtyConnection;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 60
            return
        end local 1 // io.termd.core.tty.TtyConnection conn
        end local 0 // io.vertx.ext.shell.term.impl.TermConnectionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/shell/term/impl/TermConnectionHandler;
            0    2     1  conn  Lio/termd/core/tty/TtyConnection;
    MethodParameters:
      Name  Flags
      conn  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.termd.core.tty.TtyConnection
            invokevirtual io.vertx.ext.shell.term.impl.TermConnectionHandler.handle:(Lio/termd/core/tty/TtyConnection;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/termd/core/tty/TtyConnection;>;
SourceFile: "TermConnectionHandler.java"