class io.vertx.ext.web.impl.HttpServerRequestWrapper implements io.vertx.core.http.HttpServerRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.impl.HttpServerRequestWrapper
  super_class: java.lang.Object
{
  private final io.vertx.core.http.HttpServerRequest delegate;
    descriptor: Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  void <init>(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // io.vertx.core.http.HttpServerRequest request
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            aload 1 /* request */
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
         2: .line 26
            aload 0 /* this */
            aload 1 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.method:Lio/vertx/core/http/HttpMethod;
         3: .line 27
            aload 0 /* this */
            aload 1 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.path:Ljava/lang/String;
         4: .line 28
            aload 0 /* this */
            aload 1 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.uri:()Ljava/lang/String;
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.uri:Ljava/lang/String;
         5: .line 29
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.absoluteURI:Ljava/lang/String;
         6: .line 30
            return
        end local 1 // io.vertx.core.http.HttpServerRequest request
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    7     1  request  Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      request  

  public long bytesRead();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.bytesRead:()J
            lreturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

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

  public io.vertx.core.http.HttpServerRequest handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // io.vertx.core.Handler handler
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpServerRequest.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

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

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

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

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

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

  io.vertx.core.http.HttpServerRequest setMethod(io.vertx.core.http.HttpMethod);
    descriptor: (Lio/vertx/core/http/HttpMethod;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // io.vertx.core.http.HttpMethod method
         0: .line 73
            aload 0 /* this */
            aload 1 /* method */
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.method:Lio/vertx/core/http/HttpMethod;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    2     1  method  Lio/vertx/core/http/HttpMethod;
    MethodParameters:
        Name  Flags
      method  

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

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

  public java.lang.String uri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.uri:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  void setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // java.lang.String path
         0: .line 93
            aload 0 /* this */
            aload 1 /* path */
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.path:Ljava/lang/String;
         1: .line 95
            aload 0 /* this */
            aload 1 /* path */
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.uri:Ljava/lang/String;
         2: .line 96
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.absoluteURI:Ljava/lang/String;
         3: .line 97
            return
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    4     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String path();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.path:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

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

  public io.vertx.core.http.HttpServerResponse response();
    descriptor: ()Lio/vertx/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.response:()Lio/vertx/core/http/HttpServerResponse;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 116
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.headers:()Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public java.lang.String getHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // java.lang.String s
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* s */
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String s
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String getHeader(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // java.lang.CharSequence charSequence
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* charSequence */
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.CharSequence charSequence
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    1     1  charSequence  Ljava/lang/CharSequence;
    MethodParameters:
              Name  Flags
      charSequence  

  public io.vertx.core.MultiMap params();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.params:()Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public java.lang.String getParam(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // java.lang.String s
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* s */
            invokeinterface io.vertx.core.http.HttpServerRequest.getParam:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String s
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 141
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public io.vertx.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.localAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

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

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

  public java.lang.String absoluteURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.absoluteURI:Ljava/lang/String;
            ifnonnull 7
         1: .line 163
            new java.net.URL
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.absoluteURI:()Ljava/lang/String;
            invokespecial java.net.URL.<init>:(Ljava/lang/String;)V
            astore 1 /* url */
        start local 1 // java.net.URL url
         2: .line 164
            new java.net.URL
            dup
            aload 1 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            aload 1 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            aload 1 /* url */
            invokevirtual java.net.URL.getPort:()I
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.uri:Ljava/lang/String;
            invokespecial java.net.URL.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
            astore 2 /* newUrl */
        start local 2 // java.net.URL newUrl
         3: .line 166
            aload 0 /* this */
            aload 2 /* newUrl */
            invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
            putfield io.vertx.ext.web.impl.HttpServerRequestWrapper.absoluteURI:Ljava/lang/String;
        end local 2 // java.net.URL newUrl
        end local 1 // java.net.URL url
         4: .line 167
            goto 7
      StackMap locals:
      StackMap stack: java.net.MalformedURLException
         5: astore 1 /* e */
        start local 1 // java.net.MalformedURLException e
         6: .line 168
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.net.MalformedURLException e
         7: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.absoluteURI:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            2    4     1     url  Ljava/net/URL;
            3    4     2  newUrl  Ljava/net/URL;
            6    7     1       e  Ljava/net/MalformedURLException;
      Exception table:
        from    to  target  type
           1     4       5  Class java.net.MalformedURLException

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

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

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

  public io.vertx.core.http.HttpConnection connection();
    descriptor: ()Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.connection:()Lio/vertx/core/http/HttpConnection;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public io.vertx.core.http.HttpServerRequest bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // io.vertx.core.Handler handler
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpServerRequest.bodyHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.net.NetSocket netSocket();
    descriptor: ()Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.netSocket:()Lio/vertx/core/net/NetSocket;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

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

  public boolean isExpectMultipart();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 213
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.isExpectMultipart:()Z
            ireturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public io.vertx.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // io.vertx.core.Handler handler
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpServerRequest.uploadHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerFileUpload;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpServerFileUpload;>;)Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.MultiMap formAttributes();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.formAttributes:()Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public java.lang.String getFormAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // java.lang.String s
         0: .line 228
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            aload 1 /* s */
            invokeinterface io.vertx.core.http.HttpServerRequest.getFormAttribute:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String s
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public io.vertx.core.http.ServerWebSocket upgrade();
    descriptor: ()Lio/vertx/core/http/ServerWebSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 233
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.upgrade:()Lio/vertx/core/http/ServerWebSocket;
            areturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public boolean isEnded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 238
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.isEnded:()Z
            ireturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public boolean isSSL();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
         0: .line 243
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.delegate:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.isSSL:()Z
            ireturn
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;

  public io.vertx.core.http.HttpServerRequest streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
        start local 1 // io.vertx.core.Handler handler
         0: .line 248
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.HttpServerRequestWrapper.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 249
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.HttpServerRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/impl/HttpServerRequestWrapper;
            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/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      handler  

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

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

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

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

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

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

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

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