public interface io.vertx.ext.shell.term.SockJSTermHandler extends io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.term.SockJSTermHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.shell.term.SockJSTermHandler create(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/shell/term/SockJSTermHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String charset
         0: .line 52
            new io.vertx.ext.shell.term.impl.SockJSTermHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* charset */
            invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            invokestatic io.vertx.ext.shell.term.impl.Helper.defaultKeymap:()Lio/termd/core/readline/Keymap;
            invokespecial io.vertx.ext.shell.term.impl.SockJSTermHandlerImpl.<init>:(Lio/vertx/core/Vertx;Ljava/nio/charset/Charset;Lio/termd/core/readline/Keymap;)V
            areturn
        end local 1 // java.lang.String charset
        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  charset  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      vertx    
      charset  

  public abstract io.vertx.ext.shell.term.SockJSTermHandler termHandler(io.vertx.core.Handler<io.vertx.ext.shell.term.Term>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/SockJSTermHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/term/Term;>;)Lio/vertx/ext/shell/term/SockJSTermHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;
SourceFile: "SockJSTermHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()