class io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport
  super_class: java.lang.Object
{
  void <init>(io.vertx.core.Vertx, io.vertx.ext.web.Router, io.vertx.core.Handler<io.vertx.ext.web.handler.sockjs.SockJSSocket>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.web.Router router
        start local 3 // io.vertx.core.Handler sockHandler
         0: .line 197
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 200
            ldc "/websocket"
            astore 4 /* wsRE */
        start local 4 // java.lang.String wsRE
         2: .line 202
            aload 2 /* router */
            aload 4 /* wsRE */
            invokeinterface io.vertx.ext.web.Router.get:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            aload 1 /* vertx */
            aload 3 /* sockHandler */
            invokedynamic handle(Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport.lambda$0(Lio/vertx/core/Vertx;Lio/vertx/core/Handler;Lio/vertx/ext/web/RoutingContext;)V (6)
                  (Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
         3: .line 208
            aload 2 /* router */
            aload 4 /* wsRE */
            invokeinterface io.vertx.ext.web.Router.get:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport.lambda$1(Lio/vertx/ext/web/RoutingContext;)V (6)
                  (Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
         4: .line 210
            aload 2 /* router */
            aload 4 /* wsRE */
            invokeinterface io.vertx.ext.web.Router.get:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport.lambda$2(Lio/vertx/ext/web/RoutingContext;)V (6)
                  (Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
         5: .line 211
            return
        end local 4 // java.lang.String wsRE
        end local 3 // io.vertx.core.Handler sockHandler
        end local 2 // io.vertx.ext.web.Router router
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport;
            0    6     1        vertx  Lio/vertx/core/Vertx;
            0    6     2       router  Lio/vertx/ext/web/Router;
            0    6     3  sockHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;
            2    6     4         wsRE  Ljava/lang/String;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Router;Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/sockjs/SockJSSocket;>;)V
    MethodParameters:
             Name  Flags
      vertx        
      router       
      sockHandler  

  private static void lambda$0(io.vertx.core.Vertx, io.vertx.core.Handler, io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler;Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=6, locals=5, args_size=3
        start local 2 // io.vertx.ext.web.RoutingContext rc
         0: .line 203
            aload 2 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.upgrade:()Lio/vertx/core/http/ServerWebSocket;
            astore 3 /* ws */
        start local 3 // io.vertx.core.http.ServerWebSocket ws
         1: .line 204
            new io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket
            dup
            aload 0
            aload 2 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.session:()Lio/vertx/ext/web/Session;
            aload 2 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.user:()Lio/vertx/ext/auth/User;
            aload 3 /* ws */
            invokespecial io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/Session;Lio/vertx/ext/auth/User;Lio/vertx/core/http/ServerWebSocket;)V
            astore 4 /* sock */
        start local 4 // io.vertx.ext.web.handler.sockjs.SockJSSocket sock
         2: .line 205
            aload 1
            aload 4 /* sock */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // io.vertx.ext.web.handler.sockjs.SockJSSocket sock
        end local 3 // io.vertx.core.http.ServerWebSocket ws
         3: .line 206
            return
        end local 2 // io.vertx.ext.web.RoutingContext rc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     2    rc  Lio/vertx/ext/web/RoutingContext;
            1    3     3    ws  Lio/vertx/core/http/ServerWebSocket;
            2    3     4  sock  Lio/vertx/ext/web/handler/sockjs/SockJSSocket;

  private static void lambda$1(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.RoutingContext rc
         0: .line 208
            aload 0 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
            sipush 400
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            ldc "Can \"Upgrade\" only to \"WebSocket\"."
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;)V
            return
        end local 0 // io.vertx.ext.web.RoutingContext rc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    rc  Lio/vertx/ext/web/RoutingContext;

  private static void lambda$2(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.RoutingContext rc
         0: .line 210
            aload 0 /* rc */
            invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
            ldc "Allow"
            ldc "GET"
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            sipush 405
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()V
            return
        end local 0 // io.vertx.ext.web.RoutingContext rc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    rc  Lio/vertx/ext/web/RoutingContext;
}
SourceFile: "RawWebSocketTransport.java"
NestMembers:
  io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket
InnerClasses:
  private RawWSSockJSSocket = io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket of io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles