public class io.vertx.ext.web.impl.RoutingContextImpl extends io.vertx.ext.web.impl.RoutingContextImplBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.impl.RoutingContextImpl
  super_class: io.vertx.ext.web.impl.RoutingContextImplBase
{
  private final io.vertx.ext.web.impl.RouterImpl router;
    descriptor: Lio/vertx/ext/web/impl/RouterImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.Map<java.lang.String, java.lang.Object> data;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private java.util.Map<java.lang.String, java.lang.String> pathParams;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

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

  private java.util.concurrent.atomic.AtomicInteger handlerSeq;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.Integer, io.vertx.core.Handler<java.lang.Void>> headersEndHandlers;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Integer;Lio/vertx/core/Handler<Ljava/lang/Void;>;>;

  private java.util.Map<java.lang.Integer, io.vertx.core.Handler<java.lang.Void>> bodyEndHandlers;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Integer;Lio/vertx/core/Handler<Ljava/lang/Void;>;>;

  private java.lang.Throwable failure;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  private int statusCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private io.vertx.ext.web.impl.ParsableHeaderValuesContainer parsedHeaders;
    descriptor: Lio/vertx/ext/web/impl/ParsableHeaderValuesContainer;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, io.vertx.ext.web.Cookie> cookies;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/vertx/ext/web/Cookie;>;

  private io.vertx.core.buffer.Buffer body;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Set<io.vertx.ext.web.FileUpload> fileUploads;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Lio/vertx/ext/web/FileUpload;>;

  private io.vertx.ext.web.Session session;
    descriptor: Lio/vertx/ext/web/Session;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.auth.User user;
    descriptor: Lio/vertx/ext/auth/User;
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.String DEFAULT_404;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "<html><body><h1>Resource not found</h1></body></html>"

  public void <init>(java.lang.String, io.vertx.ext.web.impl.RouterImpl, io.vertx.core.http.HttpServerRequest, java.util.Set<io.vertx.ext.web.impl.RouteImpl>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/impl/RouterImpl;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String mountPoint
        start local 2 // io.vertx.ext.web.impl.RouterImpl router
        start local 3 // io.vertx.core.http.HttpServerRequest request
        start local 4 // java.util.Set routes
         0: .line 70
            aload 0 /* this */
            aload 1 /* mountPoint */
            aload 3 /* request */
            aload 4 /* routes */
            invokespecial io.vertx.ext.web.impl.RoutingContextImplBase.<init>:(Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set;)V
         1: .line 53
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.vertx.ext.web.impl.RoutingContextImpl.handlerSeq:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 57
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
         3: .line 71
            aload 0 /* this */
            aload 2 /* router */
            putfield io.vertx.ext.web.impl.RoutingContextImpl.router:Lio/vertx/ext/web/impl/RouterImpl;
         4: .line 73
            aload 0 /* this */
            aload 3 /* request */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.fillParsedHeaders:(Lio/vertx/core/http/HttpServerRequest;)V
         5: .line 74
            aload 3 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 8
         6: .line 76
            aload 0 /* this */
            sipush 400
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.fail:(I)V
         7: .line 77
            goto 10
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImpl java.lang.String io.vertx.ext.web.impl.RouterImpl io.vertx.core.http.HttpServerRequest java.util.Set
      StackMap stack:
         8: aload 3 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 47
            if_icmpeq 10
         9: .line 79
            aload 0 /* this */
            sipush 404
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.fail:(I)V
        10: .line 81
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.util.Set routes
        end local 3 // io.vertx.core.http.HttpServerRequest request
        end local 2 // io.vertx.ext.web.impl.RouterImpl router
        end local 1 // java.lang.String mountPoint
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0   11     1  mountPoint  Ljava/lang/String;
            0   11     2      router  Lio/vertx/ext/web/impl/RouterImpl;
            0   11     3     request  Lio/vertx/core/http/HttpServerRequest;
            0   11     4      routes  Ljava/util/Set<Lio/vertx/ext/web/impl/RouteImpl;>;
    Signature: (Ljava/lang/String;Lio/vertx/ext/web/impl/RouterImpl;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set<Lio/vertx/ext/web/impl/RouteImpl;>;)V
    MethodParameters:
            Name  Flags
      mountPoint  
      router      
      request     
      routes      

  private java.lang.String ensureNotNull(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String string
         0: .line 84
            aload 1 /* string */
            ifnonnull 1
            ldc ""
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* string */
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 1 // java.lang.String string
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    3     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  private void fillParsedHeaders(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=7, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.core.http.HttpServerRequest request
         0: .line 88
            aload 1 /* request */
            ldc "Accept"
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* accept */
        start local 2 // java.lang.String accept
         1: .line 89
            aload 1 /* request */
            ldc "Accept-Charset"
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* acceptCharset */
        start local 3 // java.lang.String acceptCharset
         2: .line 90
            aload 1 /* request */
            ldc "Accept-Encoding"
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* acceptEncoding */
        start local 4 // java.lang.String acceptEncoding
         3: .line 91
            aload 1 /* request */
            ldc "Accept-Language"
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* acceptLanguage */
        start local 5 // java.lang.String acceptLanguage
         4: .line 92
            aload 0 /* this */
            aload 1 /* request */
            ldc "Content-Type"
            invokeinterface io.vertx.core.http.HttpServerRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.ensureNotNull:(Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* contentType */
        start local 6 // java.lang.String contentType
         5: .line 94
            aload 0 /* this */
            new io.vertx.ext.web.impl.ParsableHeaderValuesContainer
            dup
         6: .line 95
            aload 2 /* accept */
            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/ext/web/impl/ParsableMIMEValue.<init>(Ljava/lang/String;)V (8)
                  (Ljava/lang/String;)Lio/vertx/ext/web/MIMEHeader;
            invokestatic io.vertx.ext.web.impl.HeaderParser.convertToParsedHeaderValues:(Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/List;
            invokestatic io.vertx.ext.web.impl.HeaderParser.sort:(Ljava/util/List;)Ljava/util/List;
         7: .line 96
            aload 3 /* acceptCharset */
            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/ext/web/impl/ParsableHeaderValue.<init>(Ljava/lang/String;)V (8)
                  (Ljava/lang/String;)Lio/vertx/ext/web/ParsedHeaderValue;
            invokestatic io.vertx.ext.web.impl.HeaderParser.convertToParsedHeaderValues:(Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/List;
            invokestatic io.vertx.ext.web.impl.HeaderParser.sort:(Ljava/util/List;)Ljava/util/List;
         8: .line 97
            aload 4 /* acceptEncoding */
            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/ext/web/impl/ParsableHeaderValue.<init>(Ljava/lang/String;)V (8)
                  (Ljava/lang/String;)Lio/vertx/ext/web/ParsedHeaderValue;
            invokestatic io.vertx.ext.web.impl.HeaderParser.convertToParsedHeaderValues:(Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/List;
            invokestatic io.vertx.ext.web.impl.HeaderParser.sort:(Ljava/util/List;)Ljava/util/List;
         9: .line 98
            aload 5 /* acceptLanguage */
            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/ext/web/impl/ParsableLanguageValue.<init>(Ljava/lang/String;)V (8)
                  (Ljava/lang/String;)Lio/vertx/ext/web/LanguageHeader;
            invokestatic io.vertx.ext.web.impl.HeaderParser.convertToParsedHeaderValues:(Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/List;
            invokestatic io.vertx.ext.web.impl.HeaderParser.sort:(Ljava/util/List;)Ljava/util/List;
        10: .line 99
            new io.vertx.ext.web.impl.ParsableMIMEValue
            dup
            aload 6 /* contentType */
            invokespecial io.vertx.ext.web.impl.ParsableMIMEValue.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.impl.ParsableHeaderValuesContainer.<init>:(Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Lio/vertx/ext/web/impl/ParsableMIMEValue;)V
        11: .line 94
            putfield io.vertx.ext.web.impl.RoutingContextImpl.parsedHeaders:Lio/vertx/ext/web/impl/ParsableHeaderValuesContainer;
        12: .line 102
            return
        end local 6 // java.lang.String contentType
        end local 5 // java.lang.String acceptLanguage
        end local 4 // java.lang.String acceptEncoding
        end local 3 // java.lang.String acceptCharset
        end local 2 // java.lang.String accept
        end local 1 // io.vertx.core.http.HttpServerRequest request
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0   13     1         request  Lio/vertx/core/http/HttpServerRequest;
            1   13     2          accept  Ljava/lang/String;
            2   13     3   acceptCharset  Ljava/lang/String;
            3   13     4  acceptEncoding  Ljava/lang/String;
            4   13     5  acceptLanguage  Ljava/lang/String;
            5   13     6     contentType  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      request  

  public io.vertx.core.http.HttpServerRequest request();
    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.RoutingContextImpl this
         0: .line 106
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.request:Lio/vertx/core/http/HttpServerRequest;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  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.RoutingContextImpl this
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.request: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.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

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

  public int statusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public boolean failed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.failure:Ljava/lang/Throwable;
            ifnonnull 1
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
            iconst_m1
            if_icmpne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 131
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.iterateNext:()Z
            ifne 2
         1: .line 132
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.checkHandleNoMatch:()V
         2: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  private void checkHandleNoMatch();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 138
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.failed:()Z
            ifeq 3
         1: .line 140
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.failure:Ljava/lang/Throwable;
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.router:Lio/vertx/ext/web/impl/RouterImpl;
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.unhandledFailure:(ILjava/lang/Throwable;Lio/vertx/ext/web/impl/RouterImpl;)V
         2: .line 141
            goto 15
         3: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.router:Lio/vertx/ext/web/impl/RouterImpl;
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.matchFailure:I
            invokevirtual io.vertx.ext.web.impl.RouterImpl.getErrorHandlerByStatusCode:(I)Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         4: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.matchFailure:I
            putfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
         5: .line 144
            aload 1 /* handler */
            ifnonnull 14
         6: .line 146
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.response:()Lio/vertx/core/http/HttpServerResponse;
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.matchFailure:I
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            pop
         7: .line 147
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            if_acmpeq 12
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.matchFailure:I
            sipush 404
            if_icmpne 12
         8: .line 149
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.response:()Lio/vertx/core/http/HttpServerResponse;
         9: .line 150
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_TYPE:Lio/netty/util/AsciiString;
            ldc "text/html; charset=utf-8"
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
        10: .line 151
            ldc "<html><body><h1>Resource not found</h1></body></html>"
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;)V
        11: .line 152
            goto 15
        12: .line 153
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:()V
        13: .line 155
            goto 15
        14: .line 156
      StackMap locals:
      StackMap stack:
            aload 1 /* handler */
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 1 // io.vertx.core.Handler handler
        15: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            4   15     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;

  public void fail(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // int statusCode
         0: .line 162
            aload 0 /* this */
            iload 1 /* statusCode */
            putfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
         1: .line 163
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.doFail:()V
         2: .line 164
            return
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    3     1  statusCode  I
    MethodParameters:
            Name  Flags
      statusCode  

  public void fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.Throwable t
         0: .line 168
            aload 0 /* this */
            iconst_m1
            aload 1 /* t */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.fail:(ILjava/lang/Throwable;)V
         1: .line 169
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void fail(int, java.lang.Throwable);
    descriptor: (ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // int statusCode
        start local 2 // java.lang.Throwable throwable
         0: .line 173
            aload 0 /* this */
            iload 1 /* statusCode */
            putfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
         1: .line 174
            aload 0 /* this */
            aload 2 /* throwable */
            ifnonnull 2
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.ext.web.impl.RoutingContextImpl
         2: aload 2 /* throwable */
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImpl int java.lang.Throwable
      StackMap stack: io.vertx.ext.web.impl.RoutingContextImpl java.lang.Throwable
         3: putfield io.vertx.ext.web.impl.RoutingContextImpl.failure:Ljava/lang/Throwable;
         4: .line 175
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.doFail:()V
         5: .line 176
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    6     1  statusCode  I
            0    6     2   throwable  Ljava/lang/Throwable;
    MethodParameters:
            Name  Flags
      statusCode  
      throwable   

  public io.vertx.ext.web.RoutingContext put(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/RoutingContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object obj
         0: .line 180
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getData:()Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* obj */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 181
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1   key  Ljava/lang/String;
            0    2     2   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
      obj   

  public io.vertx.core.Vertx vertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.router:Lio/vertx/ext/web/impl/RouterImpl;
            invokevirtual io.vertx.ext.web.impl.RouterImpl.vertx:()Lio/vertx/core/Vertx;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public <T> T get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String key
         0: .line 192
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getData:()Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* obj */
        start local 2 // java.lang.Object obj
         1: .line 193
            aload 2 /* obj */
            areturn
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1   key  Ljava/lang/String;
            1    2     2   obj  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public <T> T remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String key
         0: .line 199
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getData:()Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* obj */
        start local 2 // java.lang.Object obj
         1: .line 200
            aload 2 /* obj */
            areturn
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1   key  Ljava/lang/String;
            1    2     2   obj  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Map<java.lang.String, java.lang.Object> data();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 205
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getData:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public java.lang.String normalisedPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.normalisedPath:Ljava/lang/String;
            ifnonnull 6
         1: .line 211
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.request:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.path:()Ljava/lang/String;
            astore 1 /* path */
        start local 1 // java.lang.String path
         2: .line 212
            aload 1 /* path */
            ifnonnull 5
         3: .line 213
            aload 0 /* this */
            ldc "/"
            putfield io.vertx.ext.web.impl.RoutingContextImpl.normalisedPath:Ljava/lang/String;
         4: .line 214
            goto 6
         5: .line 215
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            invokestatic io.vertx.core.http.impl.HttpUtils.normalizePath:(Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.ext.web.impl.RoutingContextImpl.normalisedPath:Ljava/lang/String;
        end local 1 // java.lang.String path
         6: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.normalisedPath:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            2    6     1  path  Ljava/lang/String;

  public io.vertx.ext.web.Cookie getCookie(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String name
         0: .line 223
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.cookiesMap:()Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.Cookie
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.ext.web.RoutingContext addCookie(io.vertx.ext.web.Cookie);
    descriptor: (Lio/vertx/ext/web/Cookie;)Lio/vertx/ext/web/RoutingContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.ext.web.Cookie cookie
         0: .line 228
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.cookiesMap:()Ljava/util/Map;
            aload 1 /* cookie */
            invokeinterface io.vertx.ext.web.Cookie.getName:()Ljava/lang/String;
            aload 1 /* cookie */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 229
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.web.Cookie cookie
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1  cookie  Lio/vertx/ext/web/Cookie;
    MethodParameters:
        Name  Flags
      cookie  

  public io.vertx.ext.web.Cookie removeCookie(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/ext/web/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String name
        start local 2 // boolean invalidate
         0: .line 234
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.cookiesMap:()Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.Cookie
            astore 3 /* cookie */
        start local 3 // io.vertx.ext.web.Cookie cookie
         1: .line 235
            aload 3 /* cookie */
            ifnull 6
         2: .line 236
            iload 2 /* invalidate */
            ifeq 5
            aload 3 /* cookie */
            invokeinterface io.vertx.ext.web.Cookie.isFromUserAgent:()Z
            ifeq 5
         3: .line 240
            aload 3 /* cookie */
            lconst_0
            invokeinterface io.vertx.ext.web.Cookie.setMaxAge:(J)Lio/vertx/ext/web/Cookie;
            pop
         4: .line 241
            goto 6
         5: .line 243
      StackMap locals: io.vertx.ext.web.Cookie
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.cookiesMap:()Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 246
      StackMap locals:
      StackMap stack:
            aload 3 /* cookie */
            areturn
        end local 3 // io.vertx.ext.web.Cookie cookie
        end local 2 // boolean invalidate
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    7     1        name  Ljava/lang/String;
            0    7     2  invalidate  Z
            1    7     3      cookie  Lio/vertx/ext/web/Cookie;
    MethodParameters:
            Name  Flags
      name        
      invalidate  

  public int cookieCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 251
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.cookiesMap:()Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public java.util.Set<io.vertx.ext.web.Cookie> cookies();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 256
            new java.util.HashSet
            dup
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.cookiesMap:()Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Set<Lio/vertx/ext/web/Cookie;>;

  public java.lang.String getBodyAsString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 261
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public java.lang.String getBodyAsString(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.RoutingContextImpl this
        start local 1 // java.lang.String encoding
         0: .line 266
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            aload 1 /* encoding */
            invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/lang/String;)Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 1 // java.lang.String encoding
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    3     1  encoding  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      encoding  

  public io.vertx.core.json.JsonObject getBodyAsJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            ifnull 2
         1: .line 272
            getstatic io.vertx.ext.web.codec.impl.BodyCodecImpl.JSON_OBJECT_DECODER:Ljava/util/function/Function;
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            areturn
         2: .line 274
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public io.vertx.core.json.JsonArray getBodyAsJsonArray();
    descriptor: ()Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 279
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            ifnull 2
         1: .line 280
            getstatic io.vertx.ext.web.codec.impl.BodyCodecImpl.JSON_ARRAY_DECODER:Ljava/util/function/Function;
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonArray
            areturn
         2: .line 282
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public io.vertx.core.buffer.Buffer getBody();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 287
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public void setBody(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.core.buffer.Buffer body
         0: .line 292
            aload 0 /* this */
            aload 1 /* body */
            putfield io.vertx.ext.web.impl.RoutingContextImpl.body:Lio/vertx/core/buffer/Buffer;
         1: .line 293
            return
        end local 1 // io.vertx.core.buffer.Buffer body
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1  body  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      body  

  public java.util.Set<io.vertx.ext.web.FileUpload> fileUploads();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 297
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getFileUploads:()Ljava/util/Set;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Set<Lio/vertx/ext/web/FileUpload;>;

  public void setSession(io.vertx.ext.web.Session);
    descriptor: (Lio/vertx/ext/web/Session;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.ext.web.Session session
         0: .line 302
            aload 0 /* this */
            aload 1 /* session */
            putfield io.vertx.ext.web.impl.RoutingContextImpl.session:Lio/vertx/ext/web/Session;
         1: .line 303
            return
        end local 1 // io.vertx.ext.web.Session session
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1  session  Lio/vertx/ext/web/Session;
    MethodParameters:
         Name  Flags
      session  

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

  public io.vertx.ext.auth.User user();
    descriptor: ()Lio/vertx/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 312
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.user:Lio/vertx/ext/auth/User;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public void setUser(io.vertx.ext.auth.User);
    descriptor: (Lio/vertx/ext/auth/User;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.ext.auth.User user
         0: .line 317
            aload 0 /* this */
            aload 1 /* user */
            putfield io.vertx.ext.web.impl.RoutingContextImpl.user:Lio/vertx/ext/auth/User;
         1: .line 318
            return
        end local 1 // io.vertx.ext.auth.User user
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1  user  Lio/vertx/ext/auth/User;
    MethodParameters:
      Name  Flags
      user  

  public void clearUser();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 322
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.RoutingContextImpl.user:Lio/vertx/ext/auth/User;
         1: .line 323
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

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

  public void setAcceptableContentType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String contentType
         0: .line 332
            aload 0 /* this */
            aload 1 /* contentType */
            putfield io.vertx.ext.web.impl.RoutingContextImpl.acceptableContentType:Ljava/lang/String;
         1: .line 333
            return
        end local 1 // java.lang.String contentType
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1  contentType  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      contentType  

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

  public int addHeadersEndHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 342
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.nextHandlerSeq:()I
            istore 2 /* seq */
        start local 2 // int seq
         1: .line 343
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getHeadersEndHandlers:()Ljava/util/Map;
            iload 2 /* seq */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* handler */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 344
            iload 2 /* seq */
            ireturn
        end local 2 // int seq
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    3     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            1    3     2      seq  I
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)I
    MethodParameters:
         Name  Flags
      handler  

  public boolean removeHeadersEndHandler(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // int handlerID
         0: .line 349
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getHeadersEndHandlers:()Ljava/util/Map;
            iload 1 /* handlerID */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int handlerID
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1  handlerID  I
    MethodParameters:
           Name  Flags
      handlerID  

  public int addBodyEndHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 354
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.nextHandlerSeq:()I
            istore 2 /* seq */
        start local 2 // int seq
         1: .line 355
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getBodyEndHandlers:()Ljava/util/Map;
            iload 2 /* seq */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* handler */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 356
            iload 2 /* seq */
            ireturn
        end local 2 // int seq
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    3     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            1    3     2      seq  I
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)I
    MethodParameters:
         Name  Flags
      handler  

  public boolean removeBodyEndHandler(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // int handlerID
         0: .line 361
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getBodyEndHandlers:()Ljava/util/Map;
            iload 1 /* handlerID */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int handlerID
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    2     1  handlerID  I
    MethodParameters:
           Name  Flags
      handlerID  

  public void reroute(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 366
            aload 2 /* path */
            bipush 63
            invokevirtual java.lang.String.indexOf:(I)I
            istore 3 /* split */
        start local 3 // int split
         1: .line 368
            iload 3 /* split */
            iconst_m1
            if_icmpne 3
         2: .line 369
            aload 2 /* path */
            bipush 35
            invokevirtual java.lang.String.indexOf:(I)I
            istore 3 /* split */
         3: .line 372
      StackMap locals: int
      StackMap stack:
            iload 3 /* split */
            iconst_m1
            if_icmpeq 6
         4: .line 373
            getstatic io.vertx.ext.web.impl.RoutingContextImpl.log:Lio/vertx/core/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Non path segment is not considered: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* path */
            iload 3 /* split */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.logging.Logger.warn:(Ljava/lang/Object;)V
         5: .line 375
            aload 2 /* path */
            iconst_0
            iload 3 /* split */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* path */
         6: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.request:Lio/vertx/core/http/HttpServerRequest;
            checkcast io.vertx.ext.web.impl.HttpServerRequestWrapper
            aload 1 /* method */
            invokevirtual io.vertx.ext.web.impl.HttpServerRequestWrapper.setMethod:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/core/http/HttpServerRequest;
            pop
         7: .line 379
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.request:Lio/vertx/core/http/HttpServerRequest;
            checkcast io.vertx.ext.web.impl.HttpServerRequestWrapper
            aload 2 /* path */
            invokevirtual io.vertx.ext.web.impl.HttpServerRequestWrapper.setPath:(Ljava/lang/String;)V
         8: .line 380
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.request:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.params:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.clear:()Lio/vertx/core/MultiMap;
            pop
         9: .line 382
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.RoutingContextImpl.normalisedPath:Ljava/lang/String;
        10: .line 384
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.ext.web.impl.RoutingContextImpl.statusCode:I
        11: .line 386
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.headers:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.clear:()Lio/vertx/core/MultiMap;
            pop
        12: .line 388
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.cookies:Ljava/util/Map;
            ifnull 14
        13: .line 389
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.cookies:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
        14: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.headersEndHandlers:Ljava/util/Map;
            ifnull 16
        15: .line 393
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.headersEndHandlers:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
        16: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.bodyEndHandlers:Ljava/util/Map;
            ifnull 18
        17: .line 396
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.bodyEndHandlers:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
        18: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.RoutingContextImpl.failure:Ljava/lang/Throwable;
        19: .line 400
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.restart:()V
        20: .line 401
            return
        end local 3 // int split
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0   21     1  method  Lio/vertx/core/http/HttpMethod;
            0   21     2    path  Ljava/lang/String;
            1   21     3   split  I
    MethodParameters:
        Name  Flags
      method  
      path    

  public java.util.List<io.vertx.ext.web.Locale> acceptableLocales();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 413
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.parsedHeaders:Lio/vertx/ext/web/impl/ParsableHeaderValuesContainer;
            invokevirtual io.vertx.ext.web.impl.ParsableHeaderValuesContainer.acceptLanguage:()Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/List<Lio/vertx/ext/web/Locale;>;

  public java.util.Map<java.lang.String, java.lang.String> pathParams();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 418
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getPathParams:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.String pathParam(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.RoutingContextImpl this
        start local 1 // java.lang.String name
         0: .line 423
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getPathParams:()Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    1     1  name  Ljava/lang/String;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.core.MultiMap queryParams();
    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.RoutingContextImpl this
         0: .line 428
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getQueryParams:()Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  public java.util.List<java.lang.String> queryParam(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.String query
         0: .line 433
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.getQueryParams:()Lio/vertx/core/MultiMap;
            aload 1 /* query */
            invokeinterface io.vertx.core.MultiMap.getAll:(Ljava/lang/String;)Ljava/util/List;
            areturn
        end local 1 // java.lang.String query
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    1     1  query  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
       Name  Flags
      query  

  private io.vertx.core.MultiMap getQueryParams();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 438
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.queryParams:Lio/vertx/core/MultiMap;
            ifnonnull 10
         1: .line 440
            aload 0 /* this */
            invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
            putfield io.vertx.ext.web.impl.RoutingContextImpl.queryParams:Lio/vertx/core/MultiMap;
         2: .line 443
            new io.netty.handler.codec.http.QueryStringDecoder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.request:Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.uri:()Ljava/lang/String;
            invokespecial io.netty.handler.codec.http.QueryStringDecoder.<init>:(Ljava/lang/String;)V
            invokevirtual io.netty.handler.codec.http.QueryStringDecoder.parameters:()Ljava/util/Map;
            astore 1 /* decodedParams */
        start local 1 // java.util.Map decodedParams
         3: .line 444
            aload 1 /* decodedParams */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImpl java.util.Map top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         5: .line 445
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.queryParams:Lio/vertx/core/MultiMap;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.Iterable
            invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            pop
        end local 2 // java.util.Map$Entry entry
         6: .line 444
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 1 // java.util.Map decodedParams
         7: .line 446
            goto 10
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImpl
      StackMap stack: java.lang.IllegalArgumentException
         8: astore 1 /* e */
        start local 1 // java.lang.IllegalArgumentException e
         9: .line 447
            new io.vertx.ext.web.handler.impl.HttpStatusException
            dup
            sipush 400
            ldc "Error while decoding query params"
            aload 1 /* e */
            invokespecial io.vertx.ext.web.handler.impl.HttpStatusException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.IllegalArgumentException e
        10: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.queryParams:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            3    7     1  decodedParams  Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
            5    6     2          entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
            9   10     1              e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           1     7       8  Class java.lang.IllegalArgumentException

  private java.util.Map<java.lang.String, java.lang.String> getPathParams();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 454
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.pathParams:Ljava/util/Map;
            ifnonnull 2
         1: .line 455
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.ext.web.impl.RoutingContextImpl.pathParams:Ljava/util/Map;
         2: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.pathParams:Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private java.util.Map<java.lang.Integer, io.vertx.core.Handler<java.lang.Void>> getHeadersEndHandlers();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 461
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.headersEndHandlers:Ljava/util/Map;
            ifnonnull 3
         1: .line 463
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokestatic java.util.Collections.reverseOrder:()Ljava/util/Comparator;
            invokespecial java.util.TreeMap.<init>:(Ljava/util/Comparator;)V
            putfield io.vertx.ext.web.impl.RoutingContextImpl.headersEndHandlers:Ljava/util/Map;
         2: .line 464
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.response:()Lio/vertx/core/http/HttpServerResponse;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/impl/RoutingContextImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/impl/RoutingContextImpl.lambda$4(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.http.HttpServerResponse.headersEndHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         3: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.headersEndHandlers:Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/Integer;Lio/vertx/core/Handler<Ljava/lang/Void;>;>;

  private java.util.Map<java.lang.Integer, io.vertx.core.Handler<java.lang.Void>> getBodyEndHandlers();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 470
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.bodyEndHandlers:Ljava/util/Map;
            ifnonnull 3
         1: .line 472
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokestatic java.util.Collections.reverseOrder:()Ljava/util/Comparator;
            invokespecial java.util.TreeMap.<init>:(Ljava/util/Comparator;)V
            putfield io.vertx.ext.web.impl.RoutingContextImpl.bodyEndHandlers:Ljava/util/Map;
         2: .line 473
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.response:()Lio/vertx/core/http/HttpServerResponse;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/impl/RoutingContextImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/impl/RoutingContextImpl.lambda$6(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.http.HttpServerResponse.bodyEndHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         3: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.bodyEndHandlers:Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/Integer;Lio/vertx/core/Handler<Ljava/lang/Void;>;>;

  private java.util.Map<java.lang.String, io.vertx.ext.web.Cookie> cookiesMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 479
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.cookies:Ljava/util/Map;
            ifnonnull 2
         1: .line 480
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.ext.web.impl.RoutingContextImpl.cookies:Ljava/util/Map;
         2: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.cookies:Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lio/vertx/ext/web/Cookie;>;

  private java.util.Set<io.vertx.ext.web.FileUpload> getFileUploads();
    descriptor: ()Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 486
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.fileUploads:Ljava/util/Set;
            ifnonnull 2
         1: .line 487
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield io.vertx.ext.web.impl.RoutingContextImpl.fileUploads:Ljava/util/Set;
         2: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.fileUploads:Ljava/util/Set;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Set<Lio/vertx/ext/web/FileUpload;>;

  private void doFail();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 493
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.router:Lio/vertx/ext/web/impl/RouterImpl;
            invokevirtual io.vertx.ext.web.impl.RouterImpl.iterator:()Ljava/util/Iterator;
            putfield io.vertx.ext.web.impl.RoutingContextImpl.iter:Ljava/util/Iterator;
         1: .line 494
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.RoutingContextImpl.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
         2: .line 495
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.next:()V
         3: .line 496
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;

  private java.util.Map<java.lang.String, java.lang.Object> getData();
    descriptor: ()Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 499
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.data:Ljava/util/Map;
            ifnonnull 2
         1: .line 500
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.ext.web.impl.RoutingContextImpl.data:Ljava/util/Map;
         2: .line 502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.data:Ljava/util/Map;
            areturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private int nextHandlerSeq();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
         0: .line 506
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.handlerSeq:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            istore 1 /* seq */
        start local 1 // int seq
         1: .line 507
            iload 1 /* seq */
            ldc 2147483647
            if_icmpne 3
         2: .line 508
            new java.lang.IllegalStateException
            dup
            ldc "Too many header/body end handlers!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 510
      StackMap locals: int
      StackMap stack:
            iload 1 /* seq */
            ireturn
        end local 1 // int seq
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            1    4     1   seq  I

  public io.vertx.ext.web.ParsedHeaderValues parsedHeaders();
    descriptor: ()Lio/vertx/ext/web/ParsedHeaderValues;
    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.RoutingContextImpl.parsedHeaders:()Lio/vertx/ext/web/impl/ParsableHeaderValuesContainer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$4(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.Void v
         0: .line 464
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.headersEndHandlers:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/impl/RoutingContextImpl.lambda$5(Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$6(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
        start local 1 // java.lang.Void v
         0: .line 473
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImpl.bodyEndHandlers:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/impl/RoutingContextImpl.lambda$7(Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.web.impl.RoutingContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImpl;
            0    1     1     v  Ljava/lang/Void;

  private static void lambda$5(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.Handler handler
         0: .line 464
            aload 0 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 0 // io.vertx.core.Handler handler
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private static void lambda$7(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.Handler handler
         0: .line 473
            aload 0 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 0 // io.vertx.core.Handler handler
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
}
SourceFile: "RoutingContextImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map