public class io.vertx.rxjava.core.http.HttpServerRequest implements io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.http.HttpServerRequest
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.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/rxjava/core/http/HttpServerRequest;>;

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

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

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

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

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

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

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

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

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

  private io.vertx.rxjava.core.http.HttpConnection cached_7;
    descriptor: Lio/vertx/rxjava/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 65
            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/rxjava/core/http/HttpServerRequest.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 66
            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/rxjava/core/http/HttpServerRequest.getDelegate()Lio/vertx/core/http/HttpServerRequest; (5)
                  (Lio/vertx/rxjava/core/http/HttpServerRequest;)Ljava/lang/Object;
         2: .line 65
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.http.HttpServerRequest.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 67
            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.rxjava.core.http.HttpServerRequest this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
        start local 1 // java.lang.Object o
         0: .line 54
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 55
      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 56
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.http.HttpServerRequest
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.http.HttpServerRequest that
         4: .line 57
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.http.HttpServerRequest that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.http.HttpServerRequest delegate
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
         2: .line 73
            return
        end local 1 // io.vertx.core.http.HttpServerRequest delegate
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;

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

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

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

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.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 120
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public rx.Observable<java.lang.Void> pipeToObservable(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
         0: .line 135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      dst   

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

  public io.vertx.rxjava.core.http.HttpServerRequest exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.rxjava.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 158
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpServerRequest handler(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.rxjava.core.http.HttpServerRequest$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpServerRequest$1.<init>:(Lio/vertx/rxjava/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 167
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

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

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

  public io.vertx.rxjava.core.http.HttpServerRequest fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // long amount
         0: .line 181
            aload 0 /* this */
            getfield io.vertx.rxjava.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 182
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.rxjava.core.http.HttpServerRequest endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.rxjava.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 187
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.rxjava.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 195
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.HttpVersion ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 202
            aload 0 /* this */
            getfield io.vertx.rxjava.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 203
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.HttpMethod ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.rxjava.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 211
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.rxjava.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 219
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 226
            aload 0 /* this */
            getfield io.vertx.rxjava.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 227
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.rxjava.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 235
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 242
            aload 0 /* this */
            getfield io.vertx.rxjava.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 243
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.rxjava.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 251
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 258
            aload 0 /* this */
            getfield io.vertx.rxjava.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 259
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 266
            aload 0 /* this */
            getfield io.vertx.rxjava.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 267
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            1    2     1   ret  J

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

  public io.vertx.rxjava.core.MultiMap headers();
    descriptor: ()Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_1:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 287
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_1:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.headers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.MultiMap ret
         3: .line 290
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpServerRequest.cached_1:Lio/vertx/rxjava/core/MultiMap;
         4: .line 291
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
        start local 1 // java.lang.String headerName
         0: .line 300
            aload 0 /* this */
            getfield io.vertx.rxjava.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 301
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String headerName
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  headerName  Ljava/lang/String;
            1    2     2         ret  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      headerName  

  public io.vertx.rxjava.core.MultiMap params();
    descriptor: ()Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
         0: .line 308
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_2:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 309
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_2:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.params:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.MultiMap ret
         3: .line 312
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpServerRequest.cached_2:Lio/vertx/rxjava/core/MultiMap;
         4: .line 313
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
        start local 1 // java.lang.String paramName
         0: .line 322
            aload 0 /* this */
            getfield io.vertx.rxjava.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 323
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String paramName
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  paramName  Ljava/lang/String;
            1    2     2        ret  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      paramName  

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

  public io.vertx.rxjava.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/rxjava/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
         0: .line 342
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_4:Lio/vertx/rxjava/core/net/SocketAddress;
            ifnull 2
         1: .line 343
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_4:Lio/vertx/rxjava/core/net/SocketAddress;
            areturn
         2: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.localAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.rxjava.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/rxjava/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.net.SocketAddress ret
         3: .line 346
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpServerRequest.cached_4:Lio/vertx/rxjava/core/net/SocketAddress;
         4: .line 347
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.net.SocketAddress ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 354
            aload 0 /* this */
            getfield io.vertx.rxjava.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 355
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.core.http.HttpServerRequest bodyHandler(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler bodyHandler
         0: .line 367
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.rxjava.core.http.HttpServerRequest$2
            dup
            aload 0 /* this */
            aload 1 /* bodyHandler */
            invokespecial io.vertx.rxjava.core.http.HttpServerRequest$2.<init>:(Lio/vertx/rxjava/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 372
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler bodyHandler
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  bodyHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    MethodParameters:
             Name  Flags
      bodyHandler  

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

  public io.vertx.rxjava.core.http.HttpServerRequest setExpectMultipart(boolean);
    descriptor: (Z)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // boolean expect
         0: .line 421
            aload 0 /* this */
            getfield io.vertx.rxjava.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 422
            aload 0 /* this */
            areturn
        end local 1 // boolean expect
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 429
            aload 0 /* this */
            getfield io.vertx.rxjava.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 430
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            1    2     1   ret  Z

  public io.vertx.rxjava.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpServerFileUpload>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler uploadHandler
         0: .line 440
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.rxjava.core.http.HttpServerRequest$3
            dup
            aload 0 /* this */
            aload 1 /* uploadHandler */
            invokespecial io.vertx.rxjava.core.http.HttpServerRequest$3.<init>:(Lio/vertx/rxjava/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 445
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler uploadHandler
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  uploadHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpServerFileUpload;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpServerFileUpload;>;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    MethodParameters:
               Name  Flags
      uploadHandler  

  public io.vertx.rxjava.core.MultiMap formAttributes();
    descriptor: ()Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
         0: .line 458
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_6:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 459
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_6:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.formAttributes:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.MultiMap ret
         3: .line 462
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpServerRequest.cached_6:Lio/vertx/rxjava/core/MultiMap;
         4: .line 463
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
        start local 1 // java.lang.String attributeName
         0: .line 472
            aload 0 /* this */
            getfield io.vertx.rxjava.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 473
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String attributeName
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  attributeName  Ljava/lang/String;
            1    2     2            ret  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      attributeName  

  public io.vertx.rxjava.core.http.ServerWebSocket upgrade();
    descriptor: ()Lio/vertx/rxjava/core/http/ServerWebSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
         0: .line 484
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.upgrade:()Lio/vertx/core/http/ServerWebSocket;
            invokestatic io.vertx.rxjava.core.http.ServerWebSocket.newInstance:(Lio/vertx/core/http/ServerWebSocket;)Lio/vertx/rxjava/core/http/ServerWebSocket;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.ServerWebSocket ret
         1: .line 485
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.ServerWebSocket ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            1    2     1   ret  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 493
            aload 0 /* this */
            getfield io.vertx.rxjava.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 494
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            1    2     1   ret  Z

  public io.vertx.rxjava.core.http.HttpServerRequest customFrameHandler(io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 504
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            new io.vertx.rxjava.core.http.HttpServerRequest$4
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpServerRequest$4.<init>:(Lio/vertx/rxjava/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 509
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpFrame;>;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpConnection connection();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
         0: .line 516
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_7:Lio/vertx/rxjava/core/http/HttpConnection;
            ifnull 2
         1: .line 517
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.cached_7:Lio/vertx/rxjava/core/http/HttpConnection;
            areturn
         2: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerRequest.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.connection:()Lio/vertx/core/http/HttpConnection;
            invokestatic io.vertx.rxjava.core.http.HttpConnection.newInstance:(Lio/vertx/core/http/HttpConnection;)Lio/vertx/rxjava/core/http/HttpConnection;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.HttpConnection ret
         3: .line 520
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpServerRequest.cached_7:Lio/vertx/rxjava/core/http/HttpConnection;
         4: .line 521
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.HttpConnection ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            3    5     1   ret  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 528
            aload 0 /* this */
            getfield io.vertx.rxjava.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 529
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.StreamPriority ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            1    2     1   ret  Lio/vertx/core/http/StreamPriority;

  public io.vertx.rxjava.core.http.HttpServerRequest streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 540
            aload 0 /* this */
            getfield io.vertx.rxjava.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 541
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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/rxjava/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.rxjava.core.http.HttpServerRequest this
        start local 1 // java.lang.CharSequence headerName
         0: .line 550
            aload 0 /* this */
            getfield io.vertx.rxjava.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 551
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.CharSequence headerName
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest this
         0: .line 558
            aload 0 /* this */
            getfield io.vertx.rxjava.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 559
            aload 1 /* ret */
            areturn
        end local 1 // javax.net.ssl.SSLSession ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerRequest;
            1    2     1   ret  Ljavax/net/ssl/SSLSession;

  public static io.vertx.rxjava.core.http.HttpServerRequest newInstance(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)Lio/vertx/rxjava/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 572
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.http.HttpServerRequest
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.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.rxjava.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.rxjava.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest.pause:()Lio/vertx/rxjava/core/http/HttpServerRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public io.vertx.rxjava.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.core.http.HttpServerRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/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 65
            new io.vertx.rxjava.core.http.HttpServerRequest
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpServerRequest
            invokespecial io.vertx.rxjava.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/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
SourceFile: "HttpServerRequest.java"
NestMembers:
  io.vertx.rxjava.core.http.HttpServerRequest$1  io.vertx.rxjava.core.http.HttpServerRequest$2  io.vertx.rxjava.core.http.HttpServerRequest$3  io.vertx.rxjava.core.http.HttpServerRequest$4
InnerClasses:
  io.vertx.rxjava.core.http.HttpServerRequest$1
  io.vertx.rxjava.core.http.HttpServerRequest$2
  io.vertx.rxjava.core.http.HttpServerRequest$3
  io.vertx.rxjava.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;)