public interface io.vertx.ext.web.handler.sockjs.SockJSHandler extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.sockjs.SockJSHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.sockjs.SockJSHandler create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/web/handler/sockjs/SockJSHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 47
            new io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl
            dup
            aload 0 /* vertx */
            new io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
            dup
            invokespecial io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions.<init>:()V
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/handler/sockjs/SockJSHandlerOptions;)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 static io.vertx.ext.web.handler.sockjs.SockJSHandler create(io.vertx.core.Vertx, io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/handler/sockjs/SockJSHandlerOptions;)Lio/vertx/ext/web/handler/sockjs/SockJSHandler;
    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.handler.sockjs.SockJSHandlerOptions options
         0: .line 58
            new io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/handler/sockjs/SockJSHandlerOptions;)V
            areturn
        end local 1 // io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions 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/web/handler/sockjs/SockJSHandlerOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract io.vertx.ext.web.Router socketHandler(io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;)Lio/vertx/ext/web/Router;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.web.Router bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions);
    descriptor: (Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;)Lio/vertx/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.SockJSHandler this
        start local 1 // io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions bridgeOptions
         0: .line 79
            aload 0 /* this */
            aconst_null
            aload 1 /* bridgeOptions */
            aconst_null
            invokeinterface io.vertx.ext.web.handler.sockjs.SockJSHandler.bridge:(Lio/vertx/ext/auth/authorization/AuthorizationProvider;Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
            areturn
        end local 1 // io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions bridgeOptions
        end local 0 // io.vertx.ext.web.handler.sockjs.SockJSHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/ext/web/handler/sockjs/SockJSHandler;
            0    1     1  bridgeOptions  Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;
    MethodParameters:
               Name  Flags
      bridgeOptions  

  public abstract io.vertx.ext.web.Router bridge(io.vertx.ext.auth.authorization.AuthorizationProvider, io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions, io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.BridgeEvent>);
    descriptor: (Lio/vertx/ext/auth/authorization/AuthorizationProvider;Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/auth/authorization/AuthorizationProvider;Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/BridgeEvent;>;)Lio/vertx/ext/web/Router;
    MethodParameters:
                       Name  Flags
      authorizationProvider  
      bridgeOptions          
      bridgeEventHandler     

  public io.vertx.ext.web.Router bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions, io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.BridgeEvent>);
    descriptor: (Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.SockJSHandler this
        start local 1 // io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions bridgeOptions
        start local 2 // io.vertx.core.Handler bridgeEventHandler
         0: .line 101
            aload 0 /* this */
            aconst_null
            aload 1 /* bridgeOptions */
            aload 2 /* bridgeEventHandler */
            invokeinterface io.vertx.ext.web.handler.sockjs.SockJSHandler.bridge:(Lio/vertx/ext/auth/authorization/AuthorizationProvider;Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
            areturn
        end local 2 // io.vertx.core.Handler bridgeEventHandler
        end local 1 // io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions bridgeOptions
        end local 0 // io.vertx.ext.web.handler.sockjs.SockJSHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lio/vertx/ext/web/handler/sockjs/SockJSHandler;
            0    1     1       bridgeOptions  Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;
            0    1     2  bridgeEventHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/BridgeEvent;>;
    Signature: (Lio/vertx/ext/web/handler/sockjs/SockJSBridgeOptions;Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/BridgeEvent;>;)Lio/vertx/ext/web/Router;
    MethodParameters:
                    Name  Flags
      bridgeOptions       
      bridgeEventHandler  

  public abstract void handle(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      routingContext  

  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.vertx.ext.web.RoutingContext
            invokeinterface io.vertx.ext.web.handler.sockjs.SockJSHandler.handle:(Lio/vertx/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "SockJSHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()