public class io.vertx.reactivex.core.http.HttpServerRequest implements io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.core.http.HttpServerRequest
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.core.http.HttpServerRequest> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/core/http/HttpServerRequest;>;

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

  private io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer> observable;
    descriptor: Lio/reactivex/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  private io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer> flowable;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  private io.vertx.reactivex.core.http.HttpServerResponse cached_0;
    descriptor: Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0002) ACC_PRIVATE

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

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

  private io.vertx.reactivex.core.net.SocketAddress cached_3;
    descriptor: Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.reactivex.core.net.SocketAddress cached_4;
    descriptor: Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.reactivex.core.net.NetSocket cached_5;
    descriptor: Lio/vertx/reactivex/core/net/NetSocket;
    flags: (0x0002) ACC_PRIVATE

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

  private io.vertx.reactivex.core.http.HttpConnection cached_7;
    descriptor: Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 68
            new io.vertx.lang.rx.TypeArg
            dup
            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/reactivex/core/http/HttpServerRequest.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 69
            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/reactivex/core/http/HttpServerRequest.getDelegate()Lio/vertx/core/http/HttpServerRequest; (5)
                  (Lio/vertx/reactivex/core/http/HttpServerRequest;)Ljava/lang/Object;
         2: .line 68
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.core.http.HttpServerRequest.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 70
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // java.lang.Object o
         0: .line 57
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 58
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.core.http.HttpServerRequest
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.core.http.HttpServerRequest that
         4: .line 60
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 2 /* that */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.core.http.HttpServerRequest that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 65
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;

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

  public io.vertx.core.http.HttpServerRequest getDelegate();
    descriptor: ()Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;

  public synchronized io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer> toObservable();
    descriptor: ()Lio/reactivex/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.ObservableHelper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
    Signature: ()Lio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public synchronized io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer> toFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.FlowableHelper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
    Signature: ()Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public io.vertx.reactivex.core.streams.Pipe<io.vertx.reactivex.core.buffer.Buffer> pipe();
    descriptor: ()Lio/vertx/reactivex/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.pipe:()Lio/vertx/core/streams/Pipe;
            getstatic io.vertx.reactivex.core.buffer.Buffer.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.streams.Pipe ret
         1: .line 109
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.streams.Pipe ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Lio/vertx/reactivex/core/streams/Pipe<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/reactivex/core/streams/Pipe<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* dst */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            invokeinterface io.vertx.core.http.HttpServerRequest.pipeTo:(Lio/vertx/core/streams/WriteStream;)V
         1: .line 118
            return
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1   dst  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* dst */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpServerRequest.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 132
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1      dst  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public io.reactivex.Completable rxPipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.reactivex.core.http.HttpServerRequest exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 151
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpServerRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 152
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpServerRequest handler(io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.reactivex.core.http.HttpServerRequest$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServerRequest$1.<init>:(Lio/vertx/reactivex/core/http/HttpServerRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 161
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpServerRequest pause();
    descriptor: ()Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.pause:()Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 166
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;

  public io.vertx.reactivex.core.http.HttpServerRequest resume();
    descriptor: ()Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.resume:()Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 171
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;

  public io.vertx.reactivex.core.http.HttpServerRequest fetch(long);
    descriptor: (J)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // long amount
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            lload 1 /* amount */
            invokeinterface io.vertx.core.http.HttpServerRequest.fetch:(J)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 176
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.reactivex.core.http.HttpServerRequest endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 180
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.http.HttpServerRequest.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 181
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.core.http.HttpVersion version();
    descriptor: ()Lio/vertx/core/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.version:()Lio/vertx/core/http/HttpVersion;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.HttpVersion ret
         1: .line 189
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.HttpVersion ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Lio/vertx/core/http/HttpVersion;

  public io.vertx.core.http.HttpMethod method();
    descriptor: ()Lio/vertx/core/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 196
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.HttpMethod ret
         1: .line 197
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.HttpMethod ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Lio/vertx/core/http/HttpMethod;

  public java.lang.String rawMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.rawMethod:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 205
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public boolean isSSL();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 212
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.isSSL:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 213
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Z

  public java.lang.String scheme();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 220
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.scheme:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 221
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String uri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 228
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.uri:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 229
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String path();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 237
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String query();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 244
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.query:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 245
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String host();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 252
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.host:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 253
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public long bytesRead();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 260
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.bytesRead:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 261
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  J

  public io.vertx.reactivex.core.http.HttpServerResponse response();
    descriptor: ()Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 268
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_0:Lio/vertx/reactivex/core/http/HttpServerResponse;
            ifnull 2
         1: .line 269
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_0:Lio/vertx/reactivex/core/http/HttpServerResponse;
            areturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            invokestatic io.vertx.reactivex.core.http.HttpServerResponse.newInstance:(Lio/vertx/core/http/HttpServerResponse;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.http.HttpServerResponse ret
         3: .line 272
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_0:Lio/vertx/reactivex/core/http/HttpServerResponse;
         4: .line 273
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.http.HttpServerResponse ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/http/HttpServerResponse;

  public io.vertx.reactivex.core.MultiMap headers();
    descriptor: ()Lio/vertx/reactivex/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 280
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_1:Lio/vertx/reactivex/core/MultiMap;
            ifnull 2
         1: .line 281
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_1:Lio/vertx/reactivex/core/MultiMap;
            areturn
         2: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.headers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.reactivex.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/reactivex/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.MultiMap ret
         3: .line 284
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_1:Lio/vertx/reactivex/core/MultiMap;
         4: .line 285
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.MultiMap ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/MultiMap;

  public java.lang.String getHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // java.lang.String headerName
         0: .line 294
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* headerName */
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 295
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String headerName
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  headerName  Ljava/lang/String;
            1    2     2         ret  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      headerName  

  public io.vertx.reactivex.core.MultiMap params();
    descriptor: ()Lio/vertx/reactivex/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 302
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_2:Lio/vertx/reactivex/core/MultiMap;
            ifnull 2
         1: .line 303
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_2:Lio/vertx/reactivex/core/MultiMap;
            areturn
         2: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.params:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.reactivex.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/reactivex/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.MultiMap ret
         3: .line 306
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_2:Lio/vertx/reactivex/core/MultiMap;
         4: .line 307
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.MultiMap ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/MultiMap;

  public java.lang.String getParam(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // java.lang.String paramName
         0: .line 316
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* paramName */
            invokeinterface io.vertx.core.http.HttpServerRequest.getParam:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 317
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String paramName
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  paramName  Ljava/lang/String;
            1    2     2        ret  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      paramName  

  public io.vertx.reactivex.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 324
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_3:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 325
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_3:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.reactivex.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/reactivex/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.net.SocketAddress ret
         3: .line 328
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_3:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 329
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.net.SocketAddress ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/net/SocketAddress;

  public io.vertx.reactivex.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 336
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_4:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 337
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_4:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.localAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.reactivex.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/reactivex/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.net.SocketAddress ret
         3: .line 340
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_4:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 341
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.net.SocketAddress ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/net/SocketAddress;

  public java.lang.String absoluteURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 348
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.absoluteURI:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 349
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.reactivex.core.http.HttpServerRequest bodyHandler(io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler bodyHandler
         0: .line 361
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.reactivex.core.http.HttpServerRequest$2
            dup
            aload 0 /* this */
            aload 1 /* bodyHandler */
            invokespecial io.vertx.reactivex.core.http.HttpServerRequest$2.<init>:(Lio/vertx/reactivex/core/http/HttpServerRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerRequest.bodyHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 366
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler bodyHandler
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  bodyHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
             Name  Flags
      bodyHandler  

  public io.vertx.reactivex.core.net.NetSocket netSocket();
    descriptor: ()Lio/vertx/reactivex/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 400
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_5:Lio/vertx/reactivex/core/net/NetSocket;
            ifnull 2
         1: .line 401
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_5:Lio/vertx/reactivex/core/net/NetSocket;
            areturn
         2: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.netSocket:()Lio/vertx/core/net/NetSocket;
            invokestatic io.vertx.reactivex.core.net.NetSocket.newInstance:(Lio/vertx/core/net/NetSocket;)Lio/vertx/reactivex/core/net/NetSocket;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.net.NetSocket ret
         3: .line 404
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_5:Lio/vertx/reactivex/core/net/NetSocket;
         4: .line 405
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.net.NetSocket ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/net/NetSocket;

  public io.vertx.reactivex.core.http.HttpServerRequest setExpectMultipart(boolean);
    descriptor: (Z)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // boolean expect
         0: .line 415
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            iload 1 /* expect */
            invokeinterface io.vertx.core.http.HttpServerRequest.setExpectMultipart:(Z)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 416
            aload 0 /* this */
            areturn
        end local 1 // boolean expect
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  expect  Z
    MethodParameters:
        Name  Flags
      expect  

  public boolean isExpectMultipart();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 423
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.isExpectMultipart:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 424
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Z

  public io.vertx.reactivex.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpServerFileUpload>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler uploadHandler
         0: .line 434
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.reactivex.core.http.HttpServerRequest$3
            dup
            aload 0 /* this */
            aload 1 /* uploadHandler */
            invokespecial io.vertx.reactivex.core.http.HttpServerRequest$3.<init>:(Lio/vertx/reactivex/core/http/HttpServerRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerRequest.uploadHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 439
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler uploadHandler
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  uploadHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpServerFileUpload;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpServerFileUpload;>;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
               Name  Flags
      uploadHandler  

  public io.vertx.reactivex.core.MultiMap formAttributes();
    descriptor: ()Lio/vertx/reactivex/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 452
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_6:Lio/vertx/reactivex/core/MultiMap;
            ifnull 2
         1: .line 453
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_6:Lio/vertx/reactivex/core/MultiMap;
            areturn
         2: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.formAttributes:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.reactivex.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/reactivex/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.MultiMap ret
         3: .line 456
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_6:Lio/vertx/reactivex/core/MultiMap;
         4: .line 457
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.MultiMap ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/MultiMap;

  public java.lang.String getFormAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // java.lang.String attributeName
         0: .line 466
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* attributeName */
            invokeinterface io.vertx.core.http.HttpServerRequest.getFormAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 467
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String attributeName
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  attributeName  Ljava/lang/String;
            1    2     2            ret  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      attributeName  

  public io.vertx.reactivex.core.http.ServerWebSocket upgrade();
    descriptor: ()Lio/vertx/reactivex/core/http/ServerWebSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 478
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.upgrade:()Lio/vertx/core/http/ServerWebSocket;
            invokestatic io.vertx.reactivex.core.http.ServerWebSocket.newInstance:(Lio/vertx/core/http/ServerWebSocket;)Lio/vertx/reactivex/core/http/ServerWebSocket;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.http.ServerWebSocket ret
         1: .line 479
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.http.ServerWebSocket ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Lio/vertx/reactivex/core/http/ServerWebSocket;

  public boolean isEnded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 487
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.isEnded:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 488
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Z

  public io.vertx.reactivex.core.http.HttpServerRequest customFrameHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 498
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.reactivex.core.http.HttpServerRequest$4
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServerRequest$4.<init>:(Lio/vertx/reactivex/core/http/HttpServerRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerRequest.customFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            pop
         1: .line 503
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpFrame;>;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpConnection connection();
    descriptor: ()Lio/vertx/reactivex/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 510
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_7:Lio/vertx/reactivex/core/http/HttpConnection;
            ifnull 2
         1: .line 511
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.cached_7:Lio/vertx/reactivex/core/http/HttpConnection;
            areturn
         2: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.connection:()Lio/vertx/core/http/HttpConnection;
            invokestatic io.vertx.reactivex.core.http.HttpConnection.newInstance:(Lio/vertx/core/http/HttpConnection;)Lio/vertx/reactivex/core/http/HttpConnection;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.http.HttpConnection ret
         3: .line 514
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerRequest.cached_7:Lio/vertx/reactivex/core/http/HttpConnection;
         4: .line 515
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.http.HttpConnection ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/reactivex/core/http/HttpConnection;

  public io.vertx.core.http.StreamPriority streamPriority();
    descriptor: ()Lio/vertx/core/http/StreamPriority;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 522
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.streamPriority:()Lio/vertx/core/http/StreamPriority;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.StreamPriority ret
         1: .line 523
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.StreamPriority ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Lio/vertx/core/http/StreamPriority;

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

  public java.lang.String getHeader(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
        start local 1 // java.lang.CharSequence headerName
         0: .line 544
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* headerName */
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 545
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.CharSequence headerName
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            0    2     1  headerName  Ljava/lang/CharSequence;
            1    2     2         ret  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      headerName  

  public javax.net.ssl.SSLSession sslSession();
    descriptor: ()Ljavax/net/ssl/SSLSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
         0: .line 552
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.sslSession:()Ljavax/net/ssl/SSLSession;
            astore 1 /* ret */
        start local 1 // javax.net.ssl.SSLSession ret
         1: .line 553
            aload 1 /* ret */
            areturn
        end local 1 // javax.net.ssl.SSLSession ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerRequest;
            1    2     1   ret  Ljavax/net/ssl/SSLSession;

  public static io.vertx.reactivex.core.http.HttpServerRequest newInstance(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)Lio/vertx/reactivex/core/http/HttpServerRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerRequest arg
         0: .line 566
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.http.HttpServerRequest
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.core.http.HttpServerRequest.<init>:(Lio/vertx/core/http/HttpServerRequest;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.http.HttpServerRequest
         2: areturn
        end local 0 // io.vertx.core.http.HttpServerRequest arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
      Name  Flags
      arg   

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

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

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

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

  public io.vertx.core.streams.ReadStream getDelegate();
    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.reactivex.core.http.HttpServerRequest.getDelegate:()Lio/vertx/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.reactivex.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/reactivex/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.reactivex.core.http.HttpServerRequest.fetch:(J)Lio/vertx/reactivex/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.core.http.HttpServerRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 68
            new io.vertx.reactivex.core.http.HttpServerRequest
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpServerRequest
            invokespecial io.vertx.reactivex.core.http.HttpServerRequest.<init>:(Lio/vertx/core/http/HttpServerRequest;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
Signature: Ljava/lang/Object;Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
SourceFile: "HttpServerRequest.java"
NestMembers:
  io.vertx.reactivex.core.http.HttpServerRequest$1  io.vertx.reactivex.core.http.HttpServerRequest$2  io.vertx.reactivex.core.http.HttpServerRequest$3  io.vertx.reactivex.core.http.HttpServerRequest$4
InnerClasses:
  io.vertx.reactivex.core.http.HttpServerRequest$1
  io.vertx.reactivex.core.http.HttpServerRequest$2
  io.vertx.reactivex.core.http.HttpServerRequest$3
  io.vertx.reactivex.core.http.HttpServerRequest$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpServerRequest;)