public class io.vertx.core.http.impl.Http1xServerRequest implements io.vertx.core.http.HttpServerRequest, io.vertx.core.spi.observability.HttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.Http1xServerRequest
  super_class: java.lang.Object
{
  private static final io.vertx.core.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.http.impl.Http1xServerConnection conn;
    descriptor: Lio/vertx/core/http/impl/Http1xServerConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final io.vertx.core.impl.ContextInternal context;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0010) ACC_FINAL

  private io.netty.handler.codec.http.HttpRequest request;
    descriptor: Lio/netty/handler/codec/http/HttpRequest;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.HttpVersion version;
    descriptor: Lio/vertx/core/http/HttpVersion;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.HttpMethod method;
    descriptor: Lio/vertx/core/http/HttpMethod;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String uri;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String query;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  io.vertx.core.http.impl.Http1xServerRequest next;
    descriptor: Lio/vertx/core/http/impl/Http1xServerRequest;
    flags: (0x0000) 

  java.lang.Object metric;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  java.lang.Object trace;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  private io.vertx.core.http.impl.Http1xServerResponse response;
    descriptor: Lio/vertx/core/http/impl/Http1xServerResponse;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.MultiMap params;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String absoluteURI;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.impl.HttpEventHandler eventHandler;
    descriptor: Lio/vertx/core/http/impl/HttpEventHandler;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> uploadHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerFileUpload;>;

  private io.vertx.core.MultiMap attributes;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http.multipart.HttpPostRequestDecoder decoder;
    descriptor: Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
    flags: (0x0002) ACC_PRIVATE

  private boolean ended;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long bytesRead;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.streams.impl.InboundBuffer<java.lang.Object> pending;
    descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 61
            ldc Lio/vertx/core/http/impl/Http1xServerRequest;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.core.http.impl.Http1xServerRequest.log:Lio/vertx/core/impl/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.vertx.core.http.impl.Http1xServerConnection, io.netty.handler.codec.http.HttpRequest, io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/http/impl/Http1xServerConnection;Lio/netty/handler/codec/http/HttpRequest;Lio/vertx/core/impl/ContextInternal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.http.impl.Http1xServerConnection conn
        start local 2 // io.netty.handler.codec.http.HttpRequest request
        start local 3 // io.vertx.core.impl.ContextInternal context
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aload 1 /* conn */
            putfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
         2: .line 95
            aload 0 /* this */
            aload 3 /* context */
            putfield io.vertx.core.http.impl.Http1xServerRequest.context:Lio/vertx/core/impl/ContextInternal;
         3: .line 96
            aload 0 /* this */
            aload 2 /* request */
            putfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
         4: .line 97
            return
        end local 3 // io.vertx.core.impl.ContextInternal context
        end local 2 // io.netty.handler.codec.http.HttpRequest request
        end local 1 // io.vertx.core.http.impl.Http1xServerConnection conn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    5     1     conn  Lio/vertx/core/http/impl/Http1xServerConnection;
            0    5     2  request  Lio/netty/handler/codec/http/HttpRequest;
            0    5     3  context  Lio/vertx/core/impl/ContextInternal;
    MethodParameters:
         Name  Flags
      conn     
      request  
      context  

  private io.vertx.core.http.impl.HttpEventHandler eventHandler(boolean);
    descriptor: (Z)Lio/vertx/core/http/impl/HttpEventHandler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // boolean create
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.eventHandler:Lio/vertx/core/http/impl/HttpEventHandler;
            ifnonnull 2
            iload 1 /* create */
            ifeq 2
         1: .line 101
            aload 0 /* this */
            new io.vertx.core.http.impl.HttpEventHandler
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.context:Lio/vertx/core/impl/ContextInternal;
            invokespecial io.vertx.core.http.impl.HttpEventHandler.<init>:(Lio/vertx/core/impl/ContextInternal;)V
            putfield io.vertx.core.http.impl.Http1xServerRequest.eventHandler:Lio/vertx/core/http/impl/HttpEventHandler;
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.eventHandler:Lio/vertx/core/http/impl/HttpEventHandler;
            areturn
        end local 1 // boolean create
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    3     1  create  Z
    MethodParameters:
        Name  Flags
      create  

  io.netty.handler.codec.http.HttpRequest nettyRequest();
    descriptor: ()Lio/netty/handler/codec/http/HttpRequest;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 107
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 1
            monitorenter
         1: .line 108
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            aload 1
            monitorexit
         2: areturn
         3: .line 107
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  void setRequest(io.netty.handler.codec.http.HttpRequest);
    descriptor: (Lio/netty/handler/codec/http/HttpRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.netty.handler.codec.http.HttpRequest request
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 114
            aload 0 /* this */
            aload 1 /* request */
            putfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
         2: .line 113
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.netty.handler.codec.http.HttpRequest io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http.HttpRequest request
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    7     1  request  Lio/netty/handler/codec/http/HttpRequest;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
         Name  Flags
      request  

  private io.vertx.core.streams.impl.InboundBuffer<java.lang.Object> pendingQueue();
    descriptor: ()Lio/vertx/core/streams/impl/InboundBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            ifnonnull 4
         1: .line 120
            aload 0 /* this */
            new io.vertx.core.streams.impl.InboundBuffer
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.getContext:()Lio/vertx/core/impl/ContextInternal;
            ldc 8
            invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;J)V
            putfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
         2: .line 121
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/Http1xServerRequest;)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/Http1xServerRequest.lambda$0(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         3: .line 122
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/Http1xServerRequest;)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/Http1xServerRequest.lambda$1(Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         4: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    Signature: ()Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;

  void handleContent(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 3
            monitorenter
         1: .line 136
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            astore 2 /* queue */
        start local 2 // io.vertx.core.streams.impl.InboundBuffer queue
         2: .line 135
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.streams.impl.InboundBuffer queue
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.buffer.Buffer top io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.streams.impl.InboundBuffer queue
         6: .line 138
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.buffer.Buffer io.vertx.core.streams.impl.InboundBuffer
      StackMap stack:
            aload 2 /* queue */
            ifnull 10
         7: .line 140
            aload 2 /* queue */
            aload 1 /* buffer */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            ifne 11
         8: .line 142
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.doPause:()V
         9: .line 144
            goto 11
        10: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.onData:(Lio/vertx/core/buffer/Buffer;)V
        11: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.streams.impl.InboundBuffer queue
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   12     1  buffer  Lio/vertx/core/buffer/Buffer;
            2    4     2   queue  Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;
            6   12     2   queue  Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
        Name  Flags
      buffer  

  void handleBegin();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 150
            aload 0 /* this */
            new io.vertx.core.http.impl.Http1xServerResponse
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.vertx:()Lio/vertx/core/Vertx;
            checkcast io.vertx.core.impl.VertxInternal
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.metric:Ljava/lang/Object;
            invokespecial io.vertx.core.http.impl.Http1xServerResponse.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/impl/Http1xServerConnection;Lio/netty/handler/codec/http/HttpRequest;Ljava/lang/Object;)V
            putfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
         1: .line 151
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.handle100ContinueAutomatically:Z
            ifeq 3
         2: .line 152
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.check100:()V
         3: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  void enqueue(io.vertx.core.http.impl.Http1xServerRequest);
    descriptor: (Lio/vertx/core/http/impl/Http1xServerRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.http.impl.Http1xServerRequest request
         0: .line 162
            aload 0 /* this */
            astore 2 /* current */
        start local 2 // io.vertx.core.http.impl.Http1xServerRequest current
         1: .line 163
            goto 3
         2: .line 164
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest
      StackMap stack:
            aload 2 /* current */
            getfield io.vertx.core.http.impl.Http1xServerRequest.next:Lio/vertx/core/http/impl/Http1xServerRequest;
            astore 2 /* current */
         3: .line 163
      StackMap locals:
      StackMap stack:
            aload 2 /* current */
            getfield io.vertx.core.http.impl.Http1xServerRequest.next:Lio/vertx/core/http/impl/Http1xServerRequest;
            ifnonnull 2
         4: .line 166
            aload 2 /* current */
            aload 1 /* request */
            putfield io.vertx.core.http.impl.Http1xServerRequest.next:Lio/vertx/core/http/impl/Http1xServerRequest;
         5: .line 167
            return
        end local 2 // io.vertx.core.http.impl.Http1xServerRequest current
        end local 1 // io.vertx.core.http.impl.Http1xServerRequest request
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    6     1  request  Lio/vertx/core/http/impl/Http1xServerRequest;
            1    6     2  current  Lio/vertx/core/http/impl/Http1xServerRequest;
    MethodParameters:
         Name  Flags
      request  

  io.vertx.core.http.impl.Http1xServerRequest next();
    descriptor: ()Lio/vertx/core/http/impl/Http1xServerRequest;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 173
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.next:Lio/vertx/core/http/impl/Http1xServerRequest;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  private void check100();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokestatic io.netty.handler.codec.http.HttpUtil.is100ContinueExpected:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifeq 2
         1: .line 178
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.write100Continue:()V
         2: .line 180
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  java.lang.Object metric();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 183
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.metric:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  java.lang.Object trace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 187
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.trace:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public int id();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 192
            iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public io.vertx.core.http.HttpVersion version();
    descriptor: ()Lio/vertx/core/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 197
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.version:Lio/vertx/core/http/HttpVersion;
            ifnonnull 7
         1: .line 198
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            astore 1 /* nettyVersion */
        start local 1 // io.netty.handler.codec.http.HttpVersion nettyVersion
         2: .line 199
            aload 1 /* nettyVersion */
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_0:Lio/netty/handler/codec/http/HttpVersion;
            if_acmpne 5
         3: .line 200
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpVersion.HTTP_1_0:Lio/vertx/core/http/HttpVersion;
            putfield io.vertx.core.http.impl.Http1xServerRequest.version:Lio/vertx/core/http/HttpVersion;
         4: .line 201
            goto 7
      StackMap locals: io.netty.handler.codec.http.HttpVersion
      StackMap stack:
         5: aload 1 /* nettyVersion */
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
            if_acmpne 7
         6: .line 202
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpVersion.HTTP_1_1:Lio/vertx/core/http/HttpVersion;
            putfield io.vertx.core.http.impl.Http1xServerRequest.version:Lio/vertx/core/http/HttpVersion;
        end local 1 // io.netty.handler.codec.http.HttpVersion nettyVersion
         7: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.version:Lio/vertx/core/http/HttpVersion;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/core/http/impl/Http1xServerRequest;
            2    7     1  nettyVersion  Lio/netty/handler/codec/http/HttpVersion;

  public io.vertx.core.http.HttpMethod method();
    descriptor: ()Lio/vertx/core/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.method:Lio/vertx/core/http/HttpMethod;
            ifnonnull 2
         1: .line 211
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
            invokestatic io.vertx.core.http.HttpMethod.fromNetty:(Lio/netty/handler/codec/http/HttpMethod;)Lio/vertx/core/http/HttpMethod;
            putfield io.vertx.core.http.impl.Http1xServerRequest.method:Lio/vertx/core/http/HttpMethod;
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.method:Lio/vertx/core/http/HttpMethod;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public java.lang.String uri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.uri:Ljava/lang/String;
            ifnonnull 2
         1: .line 219
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.uri:()Ljava/lang/String;
            putfield io.vertx.core.http.impl.Http1xServerRequest.uri:Ljava/lang/String;
         2: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.uri:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public java.lang.String path();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 226
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.path:Ljava/lang/String;
            ifnonnull 2
         1: .line 227
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.uri:()Ljava/lang/String;
            invokestatic io.vertx.core.http.impl.HttpUtils.parsePath:(Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.core.http.impl.Http1xServerRequest.path:Ljava/lang/String;
         2: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.path:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public java.lang.String query();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.query:Ljava/lang/String;
            ifnonnull 2
         1: .line 235
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.uri:()Ljava/lang/String;
            invokestatic io.vertx.core.http.impl.HttpUtils.parseQuery:(Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.core.http.impl.Http1xServerRequest.query:Ljava/lang/String;
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.query:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public java.lang.String host();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 242
            aload 0 /* this */
            getstatic io.netty.handler.codec.http.HttpHeaderNames.HOST:Lio/netty/util/AsciiString;
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public long bytesRead();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 247
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 1
            monitorenter
         1: .line 248
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.bytesRead:J
            aload 1
            monitorexit
         2: lreturn
         3: .line 247
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public io.vertx.core.http.impl.Http1xServerResponse response();
    descriptor: ()Lio/vertx/core/http/impl/Http1xServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 254
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 259
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.headers:Lio/vertx/core/MultiMap;
            ifnonnull 6
         1: .line 260
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            astore 1 /* reqHeaders */
        start local 1 // io.netty.handler.codec.http.HttpHeaders reqHeaders
         2: .line 261
            aload 1 /* reqHeaders */
            instanceof io.vertx.core.MultiMap
            ifeq 5
         3: .line 262
            aload 0 /* this */
            aload 1 /* reqHeaders */
            checkcast io.vertx.core.MultiMap
            putfield io.vertx.core.http.impl.Http1xServerRequest.headers:Lio/vertx/core/MultiMap;
         4: .line 263
            goto 6
         5: .line 264
      StackMap locals: io.netty.handler.codec.http.HttpHeaders
      StackMap stack:
            aload 0 /* this */
            new io.vertx.core.http.impl.headers.HeadersAdaptor
            dup
            aload 1 /* reqHeaders */
            invokespecial io.vertx.core.http.impl.headers.HeadersAdaptor.<init>:(Lio/netty/handler/codec/http/HttpHeaders;)V
            putfield io.vertx.core.http.impl.Http1xServerRequest.headers:Lio/vertx/core/MultiMap;
        end local 1 // io.netty.handler.codec.http.HttpHeaders reqHeaders
         6: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/core/http/impl/Http1xServerRequest;
            2    6     1  reqHeaders  Lio/netty/handler/codec/http/HttpHeaders;

  public io.vertx.core.MultiMap params();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 272
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.params:Lio/vertx/core/MultiMap;
            ifnonnull 2
         1: .line 273
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.uri:()Ljava/lang/String;
            invokestatic io.vertx.core.http.impl.HttpUtils.params:(Ljava/lang/String;)Lio/vertx/core/MultiMap;
            putfield io.vertx.core.http.impl.Http1xServerRequest.params:Lio/vertx/core/MultiMap;
         2: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.params:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public io.vertx.core.http.HttpServerRequest handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 280
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 281
            aload 1 /* handler */
            ifnull 3
         2: .line 282
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.checkEnded:()V
         3: .line 284
      StackMap locals: io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: io.vertx.core.http.impl.Http1xServerRequest
         4: iconst_0
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.Handler io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: io.vertx.core.http.impl.Http1xServerRequest int
         5: invokevirtual io.vertx.core.http.impl.Http1xServerRequest.eventHandler:(Z)Lio/vertx/core/http/impl/HttpEventHandler;
            astore 3 /* eventHandler */
        start local 3 // io.vertx.core.http.impl.HttpEventHandler eventHandler
         6: .line 285
            aload 3 /* eventHandler */
            ifnull 8
         7: .line 286
            aload 3 /* eventHandler */
            aload 1 /* handler */
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.chunkHandler:(Lio/vertx/core/Handler;)V
         8: .line 288
      StackMap locals: io.vertx.core.http.impl.HttpEventHandler
      StackMap stack:
            aload 0 /* this */
            aload 2
            monitorexit
         9: areturn
        end local 3 // io.vertx.core.http.impl.HttpEventHandler eventHandler
        10: .line 280
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.Handler io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        11: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   12     1       handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
            6   10     3  eventHandler  Lio/vertx/core/http/impl/HttpEventHandler;
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpServerRequest exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 294
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 295
            aload 0 /* this */
            aload 1 /* handler */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.Handler io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: io.vertx.core.http.impl.Http1xServerRequest
         2: iconst_0
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.Handler io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: io.vertx.core.http.impl.Http1xServerRequest int
         3: invokevirtual io.vertx.core.http.impl.Http1xServerRequest.eventHandler:(Z)Lio/vertx/core/http/impl/HttpEventHandler;
            astore 3 /* eventHandler */
        start local 3 // io.vertx.core.http.impl.HttpEventHandler eventHandler
         4: .line 296
            aload 3 /* eventHandler */
            ifnull 6
         5: .line 297
            aload 3 /* eventHandler */
            aload 1 /* handler */
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.exceptionHandler:(Lio/vertx/core/Handler;)V
         6: .line 299
      StackMap locals: io.vertx.core.http.impl.HttpEventHandler
      StackMap stack:
            aload 0 /* this */
            aload 2
            monitorexit
         7: areturn
        end local 3 // io.vertx.core.http.impl.HttpEventHandler eventHandler
         8: .line 294
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.Handler io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         9: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   10     1       handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
            4    8     3  eventHandler  Lio/vertx/core/http/impl/HttpEventHandler;
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpServerRequest pause();
    descriptor: ()Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 1
            monitorenter
         1: .line 306
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.pendingQueue:()Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         2: .line 307
            aload 0 /* this */
            aload 1
            monitorexit
         3: areturn
         4: .line 305
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         5: athrow
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public io.vertx.core.http.HttpServerRequest fetch(long);
    descriptor: (J)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // long amount
         0: .line 313
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 3
            monitorenter
         1: .line 314
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.pendingQueue:()Lio/vertx/core/streams/impl/InboundBuffer;
            lload 1 /* amount */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
            pop
         2: .line 315
            aload 0 /* this */
            aload 3
            monitorexit
         3: areturn
         4: .line 313
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest long io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         5: athrow
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    6     1  amount  J
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.http.HttpServerRequest resume();
    descriptor: ()Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 321
            aload 0 /* this */
            ldc 9223372036854775807
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.fetch:(J)Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public io.vertx.core.http.HttpServerRequest endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 326
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 327
            aload 1 /* handler */
            ifnull 3
         2: .line 328
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.checkEnded:()V
         3: .line 330
      StackMap locals: io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: io.vertx.core.http.impl.Http1xServerRequest
         4: iconst_0
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.Handler io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: io.vertx.core.http.impl.Http1xServerRequest int
         5: invokevirtual io.vertx.core.http.impl.Http1xServerRequest.eventHandler:(Z)Lio/vertx/core/http/impl/HttpEventHandler;
            astore 3 /* eventHandler */
        start local 3 // io.vertx.core.http.impl.HttpEventHandler eventHandler
         6: .line 331
            aload 3 /* eventHandler */
            ifnull 8
         7: .line 332
            aload 3 /* eventHandler */
            aload 1 /* handler */
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.endHandler:(Lio/vertx/core/Handler;)V
         8: .line 334
      StackMap locals: io.vertx.core.http.impl.HttpEventHandler
      StackMap stack:
            aload 0 /* this */
            aload 2
            monitorexit
         9: areturn
        end local 3 // io.vertx.core.http.impl.HttpEventHandler eventHandler
        10: .line 326
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.Handler io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        11: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   12     1       handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            6   10     3  eventHandler  Lio/vertx/core/http/impl/HttpEventHandler;
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public java.lang.String scheme();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 340
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.isSSL:()Z
            ifeq 1
            ldc "https"
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "http"
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public java.lang.String absoluteURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 345
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.absoluteURI:Ljava/lang/String;
            ifnonnull 5
         1: .line 347
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.getServerOrigin:()Ljava/lang/String;
            aload 0 /* this */
            invokestatic io.vertx.core.http.impl.HttpUtils.absoluteURI:(Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;)Ljava/lang/String;
            putfield io.vertx.core.http.impl.Http1xServerRequest.absoluteURI:Ljava/lang/String;
         2: .line 348
            goto 5
      StackMap locals:
      StackMap stack: java.net.URISyntaxException
         3: astore 1 /* e */
        start local 1 // java.net.URISyntaxException e
         4: .line 349
            getstatic io.vertx.core.http.impl.Http1xServerRequest.log:Lio/vertx/core/impl/logging/Logger;
            ldc "Failed to create abs uri"
            aload 1 /* e */
            invokeinterface io.vertx.core.impl.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 1 // java.net.URISyntaxException e
         5: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.absoluteURI:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
            4    5     1     e  Ljava/net/URISyntaxException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.net.URISyntaxException

  public io.vertx.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 357
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public javax.security.cert.X509Certificate[] peerCertificateChain();
    descriptor: ()[Ljavax/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 362
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.peerCertificateChain:()[Ljavax/security/cert/X509Certificate;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  public io.vertx.core.Future<io.vertx.core.net.NetSocket> toNetSocket();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 367
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.method:()Lio/vertx/core/http/HttpMethod;
            getstatic io.vertx.core.http.HttpMethod.CONNECT:Lio/vertx/core/http/HttpMethod;
            if_acmpeq 2
         1: .line 368
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.context:Lio/vertx/core/impl/ContextInternal;
            ldc "HTTP method must be CONNECT to upgrade the connection to a net socket"
            invokeinterface io.vertx.core.impl.ContextInternal.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            areturn
         2: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.netSocket:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    Signature: ()Lio/vertx/core/Future<Lio/vertx/core/net/NetSocket;>;

  public io.vertx.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 375
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 376
            aload 1 /* handler */
            ifnull 3
         2: .line 377
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.checkEnded:()V
         3: .line 379
      StackMap locals: io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http1xServerRequest.uploadHandler:Lio/vertx/core/Handler;
         4: .line 380
            aload 0 /* this */
            aload 2
            monitorexit
         5: areturn
         6: .line 375
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    8     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerFileUpload;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerFileUpload;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.MultiMap formAttributes();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 386
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.attributes:()Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public java.lang.String getFormAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // java.lang.String attributeName
         0: .line 391
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.formAttributes:()Lio/vertx/core/MultiMap;
            aload 1 /* attributeName */
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String attributeName
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    1     1  attributeName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      attributeName  

  public io.vertx.core.Future<io.vertx.core.http.ServerWebSocket> toWebSocket();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 396
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.webSocket:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/http/impl/Http1xServerRequest.lambda$2(Lio/vertx/core/http/ServerWebSocket;)Lio/vertx/core/http/ServerWebSocket; (6)
                  (Lio/vertx/core/http/ServerWebSocket;)Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    Signature: ()Lio/vertx/core/Future<Lio/vertx/core/http/ServerWebSocket;>;

  io.vertx.core.Future<io.vertx.core.http.ServerWebSocket> webSocket();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 406
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 1 /* promise */
        start local 1 // io.vertx.core.impl.future.PromiseInternal promise
         1: .line 407
            aload 0 /* this */
            aload 1 /* promise */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.webSocket:(Lio/vertx/core/impl/future/PromiseInternal;)V
         2: .line 408
            aload 1 /* promise */
            invokeinterface io.vertx.core.impl.future.PromiseInternal.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.impl.future.PromiseInternal promise
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            1    3     1  promise  Lio/vertx/core/impl/future/PromiseInternal<Lio/vertx/core/http/ServerWebSocket;>;
    Signature: ()Lio/vertx/core/Future<Lio/vertx/core/http/ServerWebSocket;>;

  private void webSocket(io.vertx.core.impl.future.PromiseInternal<io.vertx.core.http.ServerWebSocket>);
    descriptor: (Lio/vertx/core/impl/future/PromiseInternal;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.impl.future.PromiseInternal promise
         0: .line 415
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            astore 2 /* body */
        start local 2 // io.vertx.core.buffer.Buffer body
         1: .line 416
            iconst_1
            newarray 4
            astore 3 /* failed */
        start local 3 // boolean[] failed
         2: .line 417
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* failed */
            aload 2 /* body */
            invokedynamic handle(Lio/vertx/core/http/impl/Http1xServerRequest;[ZLio/vertx/core/buffer/Buffer;)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/Http1xServerRequest.lambda$3([ZLio/vertx/core/buffer/Buffer;Lio/vertx/core/buffer/Buffer;)V (7)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         3: .line 428
            aload 0 /* this */
            aload 1 /* promise */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/impl/future/PromiseInternal;)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/Promise.tryFail(Ljava/lang/Throwable;)Z (9 itf)
                  (Ljava/lang/Throwable;)V
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         4: .line 429
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* failed */
            aload 2 /* body */
            aload 1 /* promise */
            invokedynamic handle(Lio/vertx/core/http/impl/Http1xServerRequest;[ZLio/vertx/core/buffer/Buffer;Lio/vertx/core/impl/future/PromiseInternal;)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/Http1xServerRequest.lambda$5([ZLio/vertx/core/buffer/Buffer;Lio/vertx/core/impl/future/PromiseInternal;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         5: .line 444
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.resume:()Lio/vertx/core/http/HttpServerRequest;
            pop
         6: .line 445
            return
        end local 3 // boolean[] failed
        end local 2 // io.vertx.core.buffer.Buffer body
        end local 1 // io.vertx.core.impl.future.PromiseInternal promise
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    7     1  promise  Lio/vertx/core/impl/future/PromiseInternal<Lio/vertx/core/http/ServerWebSocket;>;
            1    7     2     body  Lio/vertx/core/buffer/Buffer;
            2    7     3   failed  [Z
    Signature: (Lio/vertx/core/impl/future/PromiseInternal<Lio/vertx/core/http/ServerWebSocket;>;)V
    MethodParameters:
         Name  Flags
      promise  

  public io.vertx.core.http.HttpServerRequest setExpectMultipart(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // boolean expect
         0: .line 449
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 450
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.checkEnded:()V
         2: .line 451
            iload 1 /* expect */
            ifeq 13
         3: .line 452
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            ifnonnull 14
         4: .line 453
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_TYPE:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            astore 3 /* contentType */
        start local 3 // java.lang.String contentType
         5: .line 454
            aload 3 /* contentType */
            ifnonnull 7
         6: .line 455
            new java.lang.IllegalStateException
            dup
            ldc "Request must have a content-type header to decode a multipart request"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 457
      StackMap locals: io.vertx.core.http.impl.Http1xServerConnection java.lang.String
      StackMap stack:
            aload 3 /* contentType */
            invokestatic io.vertx.core.http.impl.HttpUtils.isValidMultipartContentType:(Ljava/lang/String;)Z
            ifne 9
         8: .line 458
            new java.lang.IllegalStateException
            dup
            ldc "Request must have a valid content-type header to decode a multipart request"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
            invokestatic io.vertx.core.http.impl.HttpUtils.isValidMultipartMethod:(Lio/netty/handler/codec/http/HttpMethod;)Z
            ifne 11
        10: .line 461
            new java.lang.IllegalStateException
            dup
            ldc "Request method must be one of POST, PUT, PATCH or DELETE to decode a multipart request"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
            dup
            new io.vertx.core.http.impl.NettyFileUploadDataFactory
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.getContext:()Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Lio/vertx/core/http/impl/Http1xServerRequest;)Ljava/util/function/Supplier;
              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;
                  io/vertx/core/http/impl/Http1xServerRequest.lambda$6()Lio/vertx/core/Handler; (7)
                  ()Lio/vertx/core/Handler;
            invokespecial io.vertx.core.http.impl.NettyFileUploadDataFactory.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/HttpServerRequest;Ljava/util/function/Supplier;)V
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokespecial io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.<init>:(Lio/netty/handler/codec/http/multipart/HttpDataFactory;Lio/netty/handler/codec/http/HttpRequest;)V
            putfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
        end local 3 // java.lang.String contentType
        12: .line 465
            goto 14
        13: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
        14: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2
            monitorexit
        15: areturn
        16: .line 449
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        17: athrow
        end local 1 // boolean expect
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   18     1       expect  Z
            5   12     3  contentType  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1    15      16  any
          16    17      16  any
    MethodParameters:
        Name  Flags
      expect  

  public boolean isExpectMultipart();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 474
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 1
            monitorenter
         1: .line 475
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 474
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public boolean isEnded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 481
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 1
            monitorenter
         1: .line 482
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.ended:Z
            ifeq 3
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.isPaused:()Z
            ifne 3
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.isEmpty:()Z
            ifeq 3
      StackMap locals: io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack:
         2: iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: aload 1
            monitorexit
         5: ireturn
         6: .line 481
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         7: athrow
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  public io.vertx.core.http.HttpServerRequest customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 488
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpConnection connection();
    descriptor: ()Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 493
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public synchronized io.vertx.core.Future<io.vertx.core.buffer.Buffer> body();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 498
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.checkEnded:()V
         1: .line 499
            aload 0 /* this */
            iconst_1
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.eventHandler:(Z)Lio/vertx/core/http/impl/HttpEventHandler;
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.body:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    Signature: ()Lio/vertx/core/Future<Lio/vertx/core/buffer/Buffer;>;

  public synchronized io.vertx.core.Future<java.lang.Void> end();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 504
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.checkEnded:()V
         1: .line 505
            aload 0 /* this */
            iconst_1
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.eventHandler:(Z)Lio/vertx/core/http/impl/HttpEventHandler;
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.end:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  private void onData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 510
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 3
            monitorenter
         1: .line 511
            aload 0 /* this */
            dup
            getfield io.vertx.core.http.impl.Http1xServerRequest.bytesRead:J
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            i2l
            ladd
            putfield io.vertx.core.http.impl.Http1xServerRequest.bytesRead:J
         2: .line 512
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            ifnull 7
         3: .line 514
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            new io.netty.handler.codec.http.DefaultHttpContent
            dup
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.DefaultHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.offer:(Lio/netty/handler/codec/http/HttpContent;)Lio/netty/handler/codec/http/multipart/InterfaceHttpPostRequestDecoder;
            pop
         4: .line 515
            goto 7
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.buffer.Buffer top io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException
         5: astore 4 /* e */
        start local 4 // io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException e
         6: .line 516
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.handleException:(Ljava/lang/Throwable;)V
        end local 4 // io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException e
         7: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.eventHandler:Lio/vertx/core/http/impl/HttpEventHandler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.http.impl.HttpEventHandler handler
         8: .line 510
            aload 3
            monitorexit
         9: goto 12
        end local 2 // io.vertx.core.http.impl.HttpEventHandler handler
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 3
            monitorexit
        11: athrow
        start local 2 // io.vertx.core.http.impl.HttpEventHandler handler
        12: .line 521
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.buffer.Buffer io.vertx.core.http.impl.HttpEventHandler
      StackMap stack:
            aload 2 /* handler */
            ifnull 14
        13: .line 522
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.eventHandler:Lio/vertx/core/http/impl/HttpEventHandler;
            aload 1 /* data */
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.handleChunk:(Lio/vertx/core/buffer/Buffer;)V
        14: .line 524
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.impl.HttpEventHandler handler
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   15     1     data  Lio/vertx/core/buffer/Buffer;
            8   10     2  handler  Lio/vertx/core/http/impl/HttpEventHandler;
           12   15     2  handler  Lio/vertx/core/http/impl/HttpEventHandler;
            6    7     4        e  Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder$ErrorDataDecoderException;
      Exception table:
        from    to  target  type
           3     4       5  Class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException
           1     9      10  any
          10    11      10  any
    MethodParameters:
      Name  Flags
      data  

  void handleEnd();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 528
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 529
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http1xServerRequest.ended:Z
         2: .line 530
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            astore 1 /* queue */
        start local 1 // io.vertx.core.streams.impl.InboundBuffer queue
         3: .line 528
            aload 2
            monitorexit
         4: goto 7
        end local 1 // io.vertx.core.streams.impl.InboundBuffer queue
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest top io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
        start local 1 // io.vertx.core.streams.impl.InboundBuffer queue
         7: .line 532
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.streams.impl.InboundBuffer
      StackMap stack:
            aload 1 /* queue */
            ifnull 10
         8: .line 533
            aload 1 /* queue */
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
         9: .line 534
            goto 11
        10: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.onEnd:()V
        11: .line 537
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.streams.impl.InboundBuffer queue
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lio/vertx/core/http/impl/Http1xServerRequest;
            3    5     1  queue  Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;
            7   12     1  queue  Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  private void onEnd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 541
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 2
            monitorenter
         1: .line 542
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            ifnull 3
         2: .line 543
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.endDecode:()V
         3: .line 545
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest top io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.eventHandler:Lio/vertx/core/http/impl/HttpEventHandler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.http.impl.HttpEventHandler handler
         4: .line 541
            aload 2
            monitorexit
         5: goto 8
        end local 1 // io.vertx.core.http.impl.HttpEventHandler handler
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
        start local 1 // io.vertx.core.http.impl.HttpEventHandler handler
         8: .line 548
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.vertx.core.http.impl.HttpEventHandler
      StackMap stack:
            aload 1 /* handler */
            ifnull 10
         9: .line 549
            aload 1 /* handler */
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.handleEnd:()V
        10: .line 551
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.impl.HttpEventHandler handler
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            4    6     1  handler  Lio/vertx/core/http/impl/HttpEventHandler;
            8   11     1  handler  Lio/vertx/core/http/impl/HttpEventHandler;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  private void endDecode();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 555
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            getstatic io.netty.handler.codec.http.LastHttpContent.EMPTY_LAST_CONTENT:Lio/netty/handler/codec/http/LastHttpContent;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.offer:(Lio/netty/handler/codec/http/HttpContent;)Lio/netty/handler/codec/http/multipart/InterfaceHttpPostRequestDecoder;
            pop
         1: .line 556
            goto 9
         2: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.next:()Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
            astore 1 /* data */
        start local 1 // io.netty.handler.codec.http.multipart.InterfaceHttpData data
         3: .line 558
            aload 1 /* data */
            instanceof io.netty.handler.codec.http.multipart.Attribute
            ifeq 9
         4: .line 559
            aload 1 /* data */
            checkcast io.netty.handler.codec.http.multipart.Attribute
            astore 2 /* attr */
        start local 2 // io.netty.handler.codec.http.multipart.Attribute attr
         5: .line 561
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.attributes:()Lio/vertx/core/MultiMap;
            aload 2 /* attr */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getName:()Ljava/lang/String;
            aload 2 /* attr */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getValue:()Ljava/lang/String;
            invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
         6: .line 562
            goto 9
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest io.netty.handler.codec.http.multipart.InterfaceHttpData io.netty.handler.codec.http.multipart.Attribute
      StackMap stack: java.lang.Exception
         7: astore 3 /* e */
        start local 3 // java.lang.Exception e
         8: .line 564
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.handleException:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Exception e
        end local 2 // io.netty.handler.codec.http.multipart.Attribute attr
        end local 1 // io.netty.handler.codec.http.multipart.InterfaceHttpData data
         9: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.hasNext:()Z
            ifne 2
        10: .line 568
            goto 19
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException
        11: astore 1 /* e */
        start local 1 // io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException e
        12: .line 569
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.handleException:(Ljava/lang/Throwable;)V
        end local 1 // io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException e
        13: .line 573
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.destroy:()V
            goto 20
        14: .line 570
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$EndOfDataDecoderException
            pop
        15: .line 573
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.destroy:()V
            goto 20
        16: .line 572
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        17: .line 573
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.destroy:()V
        18: .line 574
            aload 4
            athrow
        19: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.destroy:()V
        20: .line 575
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
            3    9     1  data  Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
            5    9     2  attr  Lio/netty/handler/codec/http/multipart/Attribute;
            8    9     3     e  Ljava/lang/Exception;
           12   13     1     e  Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder$ErrorDataDecoderException;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.Exception
           0    10      11  Class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException
           0    10      14  Class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$EndOfDataDecoderException
           0    13      16  any
          14    15      16  any

  void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // java.lang.Throwable t
         0: .line 578
            aconst_null
            astore 2 /* handler */
        start local 2 // io.vertx.core.http.impl.HttpEventHandler handler
         1: .line 579
            aconst_null
            astore 3 /* resp */
        start local 3 // io.vertx.core.http.impl.Http1xServerResponse resp
         2: .line 580
            aconst_null
            astore 4 /* upload */
        start local 4 // io.netty.handler.codec.http.multipart.InterfaceHttpData upload
         3: .line 581
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            dup
            astore 5
            monitorenter
         4: .line 582
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.isEnded:()Z
            ifne 8
         5: .line 583
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.eventHandler:Lio/vertx/core/http/impl/HttpEventHandler;
            astore 2 /* handler */
         6: .line 584
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            ifnull 8
         7: .line 585
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.decoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestDecoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.currentPartialHttpData:()Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
            astore 4 /* upload */
         8: .line 588
      StackMap locals: io.vertx.core.http.impl.Http1xServerRequest java.lang.Throwable io.vertx.core.http.impl.HttpEventHandler io.vertx.core.http.impl.Http1xServerResponse io.netty.handler.codec.http.multipart.InterfaceHttpData io.vertx.core.http.impl.Http1xServerConnection
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.ended:()Z
            ifne 12
         9: .line 589
            getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
            ifeq 11
        10: .line 590
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.reportRequestReset:(Ljava/lang/Throwable;)V
        11: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            astore 3 /* resp */
        12: .line 581
      StackMap locals:
      StackMap stack:
            aload 5
            monitorexit
        13: goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 5
            monitorexit
        15: athrow
        16: .line 595
      StackMap locals:
      StackMap stack:
            aload 3 /* resp */
            ifnull 18
        17: .line 596
            aload 3 /* resp */
            aload 1 /* t */
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.handleException:(Ljava/lang/Throwable;)V
        18: .line 598
      StackMap locals:
      StackMap stack:
            aload 4 /* upload */
            instanceof io.vertx.core.http.impl.NettyFileUpload
            ifeq 20
        19: .line 599
            aload 4 /* upload */
            checkcast io.vertx.core.http.impl.NettyFileUpload
            aload 1 /* t */
            invokevirtual io.vertx.core.http.impl.NettyFileUpload.handleException:(Ljava/lang/Throwable;)V
        20: .line 601
      StackMap locals:
      StackMap stack:
            aload 2 /* handler */
            ifnull 22
        21: .line 602
            aload 2 /* handler */
            aload 1 /* t */
            invokevirtual io.vertx.core.http.impl.HttpEventHandler.handleException:(Ljava/lang/Throwable;)V
        22: .line 604
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.netty.handler.codec.http.multipart.InterfaceHttpData upload
        end local 3 // io.vertx.core.http.impl.Http1xServerResponse resp
        end local 2 // io.vertx.core.http.impl.HttpEventHandler handler
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   23     1        t  Ljava/lang/Throwable;
            1   23     2  handler  Lio/vertx/core/http/impl/HttpEventHandler;
            2   23     3     resp  Lio/vertx/core/http/impl/Http1xServerResponse;
            3   23     4   upload  Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
      Exception table:
        from    to  target  type
           4    13      14  any
          14    15      14  any
    MethodParameters:
      Name  Flags
      t     

  private void reportRequestReset(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // java.lang.Throwable err
         0: .line 607
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            ifnull 2
         1: .line 608
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.metric:Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.requestReset:(Ljava/lang/Object;)V
         2: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
            astore 2 /* tracer */
        start local 2 // io.vertx.core.spi.tracing.VertxTracer tracer
         3: .line 611
            aload 2 /* tracer */
            ifnull 5
         4: .line 612
            aload 2 /* tracer */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.context:Lio/vertx/core/impl/ContextInternal;
            aconst_null
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.trace:Ljava/lang/Object;
            aload 1 /* err */
            invokestatic io.vertx.core.spi.tracing.TagExtractor.empty:()Lio/vertx/core/spi/tracing/TagExtractor;
            invokeinterface io.vertx.core.spi.tracing.VertxTracer.sendResponse:(Lio/vertx/core/Context;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;Lio/vertx/core/spi/tracing/TagExtractor;)V
         5: .line 614
      StackMap locals: io.vertx.core.spi.tracing.VertxTracer
      StackMap stack:
            return
        end local 2 // io.vertx.core.spi.tracing.VertxTracer tracer
        end local 1 // java.lang.Throwable err
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    6     1     err  Ljava/lang/Throwable;
            3    6     2  tracer  Lio/vertx/core/spi/tracing/VertxTracer;
    MethodParameters:
      Name  Flags
      err   

  private void checkEnded();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 617
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.isEnded:()Z
            ifeq 2
         1: .line 618
            new java.lang.IllegalStateException
            dup
            ldc "Request has already been read"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 620
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  private io.vertx.core.MultiMap attributes();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 624
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.attributes:Lio/vertx/core/MultiMap;
            ifnonnull 2
         1: .line 625
            aload 0 /* this */
            invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
            putfield io.vertx.core.http.impl.Http1xServerRequest.attributes:Lio/vertx/core/MultiMap;
         2: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.attributes:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;

  public io.vertx.core.http.HttpServerRequest streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 632
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public java.util.Map<java.lang.String, io.vertx.core.http.Cookie> cookieMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 637
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.cookies:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lio/vertx/core/http/Cookie;>;

  public io.vertx.core.http.HttpServerRequest routed(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // java.lang.String route
         0: .line 642
            getstatic io.vertx.core.spi.metrics.Metrics.METRICS_ENABLED:Z
            ifeq 2
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.ended:()Z
            ifne 2
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            ifnull 2
         1: .line 643
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            getfield io.vertx.core.http.impl.Http1xServerConnection.metrics:Lio/vertx/core/spi/metrics/HttpServerMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.metric:Ljava/lang/Object;
            aload 1 /* route */
            invokeinterface io.vertx.core.spi.metrics.HttpServerMetrics.requestRouted:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String route
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    3     1  route  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      route  

  public io.vertx.core.http.HttpServerResponse response();
    descriptor: ()Lio/vertx/core/http/HttpServerResponse;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.response:()Lio/vertx/core/http/impl/Http1xServerResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.resume:()Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    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.Handler
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.pause:()Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.fetch:(J)Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // java.lang.Void v
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.doResume:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$1(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 1 // java.lang.Object buffer
         0: .line 123
            aload 1 /* buffer */
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            if_acmpne 3
         1: .line 124
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.onEnd:()V
         2: .line 125
            goto 4
         3: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.core.http.impl.Http1xServerRequest.onData:(Lio/vertx/core/buffer/Buffer;)V
         4: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object buffer
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    5     1  buffer  Ljava/lang/Object;

  private static io.vertx.core.http.ServerWebSocket lambda$2(io.vertx.core.http.ServerWebSocket);
    descriptor: (Lio/vertx/core/http/ServerWebSocket;)Lio/vertx/core/http/ServerWebSocket;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.ServerWebSocket ws
         0: .line 397
            aload 0 /* ws */
            invokeinterface io.vertx.core.http.ServerWebSocket.accept:()V
         1: .line 398
            aload 0 /* ws */
            areturn
        end local 0 // io.vertx.core.http.ServerWebSocket ws
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    ws  Lio/vertx/core/http/ServerWebSocket;

  private void lambda$3(boolean[], io.vertx.core.buffer.Buffer, io.vertx.core.buffer.Buffer);
    descriptor: ([ZLio/vertx/core/buffer/Buffer;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 3 // io.vertx.core.buffer.Buffer buff
         0: .line 418
            aload 1
            iconst_0
            baload
            ifne 6
         1: .line 419
            aload 2
            aload 3 /* buff */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 420
            aload 2
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            sipush 8192
            if_icmple 6
         3: .line 421
            aload 1
            iconst_0
            iconst_1
            bastore
         4: .line 423
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            sipush 413
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()Lio/vertx/core/Future;
            pop
         5: .line 424
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.response:Lio/vertx/core/http/impl/Http1xServerResponse;
            invokevirtual io.vertx.core.http.impl.Http1xServerResponse.close:()V
         6: .line 427
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.buffer.Buffer buff
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0    7     3  buff  Lio/vertx/core/buffer/Buffer;

  private void lambda$5(boolean[], io.vertx.core.buffer.Buffer, io.vertx.core.impl.future.PromiseInternal, java.lang.Void);
    descriptor: ([ZLio/vertx/core/buffer/Buffer;Lio/vertx/core/impl/future/PromiseInternal;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
        start local 4 // java.lang.Void v
         0: .line 430
            aload 1
            iconst_0
            baload
            ifne 10
         1: .line 432
            aload 0 /* this */
            new io.netty.handler.codec.http.DefaultFullHttpRequest
            dup
         2: .line 433
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
         3: .line 434
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
         4: .line 435
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.uri:()Ljava/lang/String;
         5: .line 436
            aload 2
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
         6: .line 437
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
         7: .line 438
            getstatic io.netty.handler.codec.http.EmptyHttpHeaders.INSTANCE:Lio/netty/handler/codec/http/EmptyHttpHeaders;
            invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/handler/codec/http/HttpHeaders;)V
         8: .line 432
            putfield io.vertx.core.http.impl.Http1xServerRequest.request:Lio/netty/handler/codec/http/HttpRequest;
         9: .line 440
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.conn:Lio/vertx/core/http/impl/Http1xServerConnection;
            aload 0 /* this */
            aload 3
            invokevirtual io.vertx.core.http.impl.Http1xServerConnection.createWebSocket:(Lio/vertx/core/http/impl/Http1xServerRequest;Lio/vertx/core/impl/future/PromiseInternal;)V
        10: .line 442
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Void v
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
            0   11     4     v  Ljava/lang/Void;

  private io.vertx.core.Handler lambda$6();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xServerRequest this
         0: .line 463
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xServerRequest.uploadHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xServerRequest;
}
SourceFile: "Http1xServerRequest.java"
InnerClasses:
  public EndOfDataDecoderException = io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$EndOfDataDecoderException of io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
  public ErrorDataDecoderException = io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException of io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles