public class io.vertx.core.http.impl.Http1xServerRequestHandler implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.Http1xServerRequestHandler
  super_class: java.lang.Object
{
  private final io.vertx.core.http.impl.HttpServerConnectionHandler handlers;
    descriptor: Lio/vertx/core/http/impl/HttpServerConnectionHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.http.impl.HttpServerConnectionHandler);
    descriptor: (Lio/vertx/core/http/impl/HttpServerConnectionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequestHandler this
        start local 1 // io.vertx.core.http.impl.HttpServerConnectionHandler handlers
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* handlers */
            putfield io.vertx.core.http.impl.Http1xServerRequestHandler.handlers:Lio/vertx/core/http/impl/HttpServerConnectionHandler;
         2: .line 36
            return
        end local 1 // io.vertx.core.http.impl.HttpServerConnectionHandler handlers
        end local 0 // io.vertx.core.http.impl.Http1xServerRequestHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/core/http/impl/Http1xServerRequestHandler;
            0    3     1  handlers  Lio/vertx/core/http/impl/HttpServerConnectionHandler;
    MethodParameters:
          Name  Flags
      handlers  

  public void handle(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequestHandler this
        start local 1 // io.vertx.core.http.HttpServerRequest req
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequestHandler.handlers:Lio/vertx/core/http/impl/HttpServerConnectionHandler;
            getfield io.vertx.core.http.impl.HttpServerConnectionHandler.wsHandler:Lio/vertx/core/Handler;
            astore 2 /* wsHandler */
        start local 2 // io.vertx.core.Handler wsHandler
         1: .line 41
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequestHandler.handlers:Lio/vertx/core/http/impl/HttpServerConnectionHandler;
            getfield io.vertx.core.http.impl.HttpServerConnectionHandler.requestHandler:Lio/vertx/core/Handler;
            astore 3 /* reqHandler */
        start local 3 // io.vertx.core.Handler reqHandler
         2: .line 42
            aload 2 /* wsHandler */
            ifnull 11
         3: .line 43
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.headers:()Lio/vertx/core/MultiMap;
            getstatic io.vertx.core.http.HttpHeaders.UPGRADE:Ljava/lang/CharSequence;
            getstatic io.vertx.core.http.HttpHeaders.WEBSOCKET:Ljava/lang/CharSequence;
            iconst_1
            invokeinterface io.vertx.core.MultiMap.contains:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Z)Z
            ifeq 6
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequestHandler.handlers:Lio/vertx/core/http/impl/HttpServerConnectionHandler;
            getfield io.vertx.core.http.impl.HttpServerConnectionHandler.server:Lio/vertx/core/http/impl/HttpServerImpl;
            invokevirtual io.vertx.core.http.impl.HttpServerImpl.wsAccept:()Z
            ifeq 6
         4: .line 46
            aload 1 /* req */
            checkcast io.vertx.core.http.impl.Http1xServerRequest
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.webSocket:()Lio/vertx/core/Future;
            aload 2 /* wsHandler */
            invokedynamic handle(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/core/http/impl/Http1xServerRequestHandler.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         5: .line 55
            goto 16
         6: .line 56
      StackMap locals: io.vertx.core.Handler io.vertx.core.Handler
      StackMap stack:
            aload 3 /* reqHandler */
            ifnull 9
         7: .line 57
            aload 3 /* reqHandler */
            aload 1 /* req */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         8: .line 58
            goto 16
         9: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            sipush 400
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()Lio/vertx/core/Future;
            pop
        10: .line 62
            goto 16
      StackMap locals:
      StackMap stack:
        11: aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.version:()Lio/vertx/core/http/HttpVersion;
            ifnonnull 15
        12: .line 64
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            sipush 501
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()Lio/vertx/core/Future;
            pop
        13: .line 65
            aload 1 /* req */
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.close:()V
        14: .line 66
            goto 16
        15: .line 67
      StackMap locals:
      StackMap stack:
            aload 3 /* reqHandler */
            aload 1 /* req */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        16: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler reqHandler
        end local 2 // io.vertx.core.Handler wsHandler
        end local 1 // io.vertx.core.http.HttpServerRequest req
        end local 0 // io.vertx.core.http.impl.Http1xServerRequestHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lio/vertx/core/http/impl/Http1xServerRequestHandler;
            0   17     1         req  Lio/vertx/core/http/HttpServerRequest;
            1   17     2   wsHandler  Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;
            2   17     3  reqHandler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerRequest;>;
    MethodParameters:
      Name  Flags
      req   

  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.core.http.HttpServerRequest
            invokevirtual io.vertx.core.http.impl.Http1xServerRequestHandler.handle:(Lio/vertx/core/http/HttpServerRequest;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 47
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 48
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.ServerWebSocketImpl
            astore 2 /* ws */
        start local 2 // io.vertx.core.http.impl.ServerWebSocketImpl ws
         2: .line 49
            aload 0
            aload 2 /* ws */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 50
            aload 2 /* ws */
            bipush 101
            invokevirtual io.vertx.core.http.impl.ServerWebSocketImpl.tryHandshake:(I)Ljava/lang/Boolean;
            pop
        end local 2 // io.vertx.core.http.impl.ServerWebSocketImpl ws
         4: .line 54
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/ServerWebSocket;>;
            2    4     2    ws  Lio/vertx/core/http/impl/ServerWebSocketImpl;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerRequest;>;
SourceFile: "Http1xServerRequestHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles