public abstract class io.vertx.ext.web.impl.RoutingContextImplBase implements io.vertx.ext.web.RoutingContext
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.ext.web.impl.RoutingContextImplBase
  super_class: java.lang.Object
{
  static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final java.util.Set<io.vertx.ext.web.impl.RouteImpl> routes;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lio/vertx/ext/web/impl/RouteImpl;>;

  protected final java.lang.String mountPoint;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final io.vertx.core.http.HttpServerRequest request;
    descriptor: Lio/vertx/core/http/HttpServerRequest;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected java.util.Iterator<io.vertx.ext.web.impl.RouteImpl> iter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Iterator<Lio/vertx/ext/web/impl/RouteImpl;>;

  protected io.vertx.ext.web.impl.RouteImpl currentRoute;
    descriptor: Lio/vertx/ext/web/impl/RouteImpl;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.concurrent.atomic.AtomicInteger currentRouteNextHandlerIndex;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.concurrent.atomic.AtomicInteger currentRouteNextFailureHandlerIndex;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0004) ACC_PROTECTED

  protected int matchFailure;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

  protected void <init>(java.lang.String, io.vertx.core.http.HttpServerRequest, java.util.Set<io.vertx.ext.web.impl.RouteImpl>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
        start local 1 // java.lang.String mountPoint
        start local 2 // io.vertx.core.http.HttpServerRequest request
        start local 3 // java.util.Set routes
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* mountPoint */
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.mountPoint:Ljava/lang/String;
         2: .line 53
            aload 0 /* this */
            new io.vertx.ext.web.impl.HttpServerRequestWrapper
            dup
            aload 2 /* request */
            invokespecial io.vertx.ext.web.impl.HttpServerRequestWrapper.<init>:(Lio/vertx/core/http/HttpServerRequest;)V
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.request:Lio/vertx/core/http/HttpServerRequest;
         3: .line 54
            aload 0 /* this */
            aload 3 /* routes */
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.routes:Ljava/util/Set;
         4: .line 55
            aload 0 /* this */
            aload 3 /* routes */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.iter:Ljava/util/Iterator;
         5: .line 56
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
         6: .line 57
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextFailureHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
         7: .line 58
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.resetMatchFailure:()V
         8: .line 59
            return
        end local 3 // java.util.Set routes
        end local 2 // io.vertx.core.http.HttpServerRequest request
        end local 1 // java.lang.String mountPoint
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lio/vertx/ext/web/impl/RoutingContextImplBase;
            0    9     1  mountPoint  Ljava/lang/String;
            0    9     2     request  Lio/vertx/core/http/HttpServerRequest;
            0    9     3      routes  Ljava/util/Set<Lio/vertx/ext/web/impl/RouteImpl;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set<Lio/vertx/ext/web/impl/RouteImpl;>;)V
    MethodParameters:
            Name  Flags
      mountPoint  
      request     
      routes      

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

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

  protected int currentRouteNextHandlerIndex();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.intValue:()I
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImplBase;

  protected int currentRouteNextFailureHandlerIndex();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextFailureHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.intValue:()I
            ireturn
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RoutingContextImplBase;

  protected void restart();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
         0: .line 80
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.routes:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.iter:Ljava/util/Iterator;
         1: .line 81
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
         2: .line 82
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.next:()V
         3: .line 83
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/impl/RoutingContextImplBase;

  protected boolean iterateNext();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
         0: .line 86
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.failed:()Z
            istore 1 /* failed */
        start local 1 // boolean failed
         1: .line 87
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            ifnull 46
         2: .line 89
            iload 1 /* failed */
            ifne 7
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.hasNextContextHandler:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)Z
            ifeq 7
         3: .line 90
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         4: .line 91
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.resetMatchFailure:()V
         5: .line 92
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.handleContext:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)V
         6: .line 93
            iconst_1
            ireturn
         7: .line 94
      StackMap locals: int
      StackMap stack:
            iload 1 /* failed */
            ifeq 46
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.hasNextFailureHandler:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)Z
            ifeq 46
         8: .line 95
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextFailureHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         9: .line 96
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.handleFailure:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)V
        10: .line 97
            iconst_1
            ireturn
        11: .line 99
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
        12: .line 100
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            iload 1 /* failed */
            aload 2 /* t */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.handleInHandlerRuntimeFailure:(Lio/vertx/ext/web/impl/RouteImpl;ZLjava/lang/Throwable;)V
        13: .line 101
            iconst_1
            ireturn
        end local 2 // java.lang.Throwable t
        14: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.impl.RouteImpl
            astore 2 /* route */
        start local 2 // io.vertx.ext.web.impl.RouteImpl route
        15: .line 106
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicInteger.set:(I)V
        16: .line 107
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextFailureHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicInteger.set:(I)V
        17: .line 109
            aload 2 /* route */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.mountPoint:()Ljava/lang/String;
            iload 1 /* failed */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.matches:(Lio/vertx/ext/web/impl/RoutingContextImplBase;Ljava/lang/String;Z)I
            istore 3 /* matchResult */
        start local 3 // int matchResult
        18: .line 110
            iload 3 /* matchResult */
            ifne 36
        19: .line 111
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isTraceEnabled:()Z
            ifeq 20
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Route matches: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* route */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;)V
        20: .line 112
      StackMap locals: io.vertx.ext.web.impl.RouteImpl int
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.resetMatchFailure:()V
        21: .line 114
            aload 0 /* this */
            aload 2 /* route */
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
        22: .line 115
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isTraceEnabled:()Z
            ifeq 25
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Calling the "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* failed */
            ifeq 23
            ldc "failure"
            goto 24
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImplBase int io.vertx.ext.web.impl.RouteImpl int
      StackMap stack: io.vertx.core.logging.Logger java.lang.StringBuilder
        23: ldc ""
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImplBase int io.vertx.ext.web.impl.RouteImpl int
      StackMap stack: io.vertx.core.logging.Logger java.lang.StringBuilder java.lang.String
        24: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " handler"
            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.trace:(Ljava/lang/Object;)V
        25: .line 116
      StackMap locals:
      StackMap stack:
            iload 1 /* failed */
            ifeq 29
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.hasNextFailureHandler:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)Z
            ifeq 29
        26: .line 117
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextFailureHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
        27: .line 118
            aload 2 /* route */
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.handleFailure:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)V
        28: .line 119
            goto 35
      StackMap locals:
      StackMap stack:
        29: aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRoute:Lio/vertx/ext/web/impl/RouteImpl;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.hasNextContextHandler:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)Z
            ifeq 46
        30: .line 120
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.currentRouteNextHandlerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
        31: .line 121
            aload 2 /* route */
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.handleContext:(Lio/vertx/ext/web/impl/RoutingContextImplBase;)V
        32: .line 125
            goto 35
      StackMap locals:
      StackMap stack: java.lang.Throwable
        33: astore 4 /* t */
        start local 4 // java.lang.Throwable t
        34: .line 126
            aload 0 /* this */
            aload 2 /* route */
            iload 1 /* failed */
            aload 4 /* t */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.handleInHandlerRuntimeFailure:(Lio/vertx/ext/web/impl/RouteImpl;ZLjava/lang/Throwable;)V
        end local 4 // java.lang.Throwable t
        35: .line 128
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        36: .line 129
      StackMap locals:
      StackMap stack:
            iload 3 /* matchResult */
            sipush 404
            if_icmpeq 46
        37: .line 130
            aload 0 /* this */
            iload 3 /* matchResult */
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.matchFailure:I
        end local 3 // int matchResult
        38: .line 132
            goto 46
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImplBase int io.vertx.ext.web.impl.RouteImpl
      StackMap stack: java.lang.Throwable
        39: astore 3 /* e */
        start local 3 // java.lang.Throwable e
        40: .line 133
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isTraceEnabled:()Z
            ifeq 41
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            ldc "IllegalArgumentException thrown during iteration"
            aload 3 /* e */
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        41: .line 135
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.ended:()Z
            ifne 45
        42: .line 136
            aload 0 /* this */
            aload 3 /* e */
            instanceof java.lang.IllegalArgumentException
            ifeq 43
            sipush 400
            goto 44
      StackMap locals:
      StackMap stack: io.vertx.ext.web.impl.RoutingContextImplBase
        43: iconst_m1
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImplBase int io.vertx.ext.web.impl.RouteImpl java.lang.Throwable
      StackMap stack: io.vertx.ext.web.impl.RoutingContextImplBase int
        44: aload 3 /* e */
            aload 2 /* route */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.router:()Lio/vertx/ext/web/impl/RouterImpl;
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.unhandledFailure:(ILjava/lang/Throwable;Lio/vertx/ext/web/impl/RouterImpl;)V
        45: .line 137
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.lang.Throwable e
        end local 2 // io.vertx.ext.web.impl.RouteImpl route
        46: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RoutingContextImplBase.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        47: .line 140
            iconst_0
            ireturn
        end local 1 // boolean failed
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   48     0         this  Lio/vertx/ext/web/impl/RoutingContextImplBase;
            1   48     1       failed  Z
           12   14     2            t  Ljava/lang/Throwable;
           15   46     2        route  Lio/vertx/ext/web/impl/RouteImpl;
           18   38     3  matchResult  I
           34   35     4            t  Ljava/lang/Throwable;
           40   46     3            e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     6      11  Class java.lang.Throwable
           7    10      11  Class java.lang.Throwable
          21    32      33  Class java.lang.Throwable
          17    35      39  Class java.lang.Throwable
          36    38      39  Class java.lang.Throwable

  private void handleInHandlerRuntimeFailure(io.vertx.ext.web.impl.RouteImpl, boolean, java.lang.Throwable);
    descriptor: (Lio/vertx/ext/web/impl/RouteImpl;ZLjava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
        start local 1 // io.vertx.ext.web.impl.RouteImpl route
        start local 2 // boolean failed
        start local 3 // java.lang.Throwable t
         0: .line 144
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isTraceEnabled:()Z
            ifeq 1
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            ldc "Throwable thrown from handler"
            aload 3 /* t */
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         1: .line 145
      StackMap locals:
      StackMap stack:
            iload 2 /* failed */
            ifne 5
         2: .line 146
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isTraceEnabled:()Z
            ifeq 3
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            ldc "Failing the routing"
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;)V
         3: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.fail:(Ljava/lang/Throwable;)V
         4: .line 148
            goto 7
         5: .line 150
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isTraceEnabled:()Z
            ifeq 6
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            ldc "Failure in handling failure"
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;)V
         6: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            aload 3 /* t */
            aload 1 /* route */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.router:()Lio/vertx/ext/web/impl/RouterImpl;
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.unhandledFailure:(ILjava/lang/Throwable;Lio/vertx/ext/web/impl/RouterImpl;)V
         7: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable t
        end local 2 // boolean failed
        end local 1 // io.vertx.ext.web.impl.RouteImpl route
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/ext/web/impl/RoutingContextImplBase;
            0    8     1   route  Lio/vertx/ext/web/impl/RouteImpl;
            0    8     2  failed  Z
            0    8     3       t  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      route   
      failed  
      t       

  protected void unhandledFailure(int, java.lang.Throwable, io.vertx.ext.web.impl.RouterImpl);
    descriptor: (ILjava/lang/Throwable;Lio/vertx/ext/web/impl/RouterImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
        start local 1 // int statusCode
        start local 2 // java.lang.Throwable failure
        start local 3 // io.vertx.ext.web.impl.RouterImpl router
         0: .line 157
            iload 1 /* statusCode */
            iconst_m1
            if_icmpeq 2
         1: .line 158
            iload 1 /* statusCode */
            goto 5
         2: .line 159
      StackMap locals:
      StackMap stack:
            aload 2 /* failure */
            instanceof io.vertx.ext.web.handler.impl.HttpStatusException
            ifeq 4
         3: .line 160
            aload 2 /* failure */
            checkcast io.vertx.ext.web.handler.impl.HttpStatusException
            invokevirtual io.vertx.ext.web.handler.impl.HttpStatusException.getStatusCode:()I
            goto 5
         4: .line 161
      StackMap locals:
      StackMap stack:
            sipush 500
         5: .line 157
      StackMap locals:
      StackMap stack: int
            istore 4 /* code */
        start local 4 // int code
         6: .line 162
            aload 3 /* router */
            iload 4 /* code */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.getErrorHandlerByStatusCode:(I)Lio/vertx/core/Handler;
            astore 5 /* errorHandler */
        start local 5 // io.vertx.core.Handler errorHandler
         7: .line 163
            aload 5 /* errorHandler */
            ifnull 12
         8: .line 165
            aload 5 /* errorHandler */
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 166
            goto 12
      StackMap locals: io.vertx.ext.web.impl.RoutingContextImplBase int java.lang.Throwable io.vertx.ext.web.impl.RouterImpl int io.vertx.core.Handler
      StackMap stack: java.lang.Throwable
        10: astore 6 /* t */
        start local 6 // java.lang.Throwable t
        11: .line 167
            getstatic io.vertx.ext.web.impl.RoutingContextImplBase.log:Lio/vertx/core/logging/Logger;
            ldc "Error in error handler"
            aload 6 /* t */
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 6 // java.lang.Throwable t
        12: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.ended:()Z
            ifne 20
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.closed:()Z
            ifne 20
        13: .line 172
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.response:()Lio/vertx/core/http/HttpServerResponse;
            iload 4 /* code */
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            pop
        14: .line 173
            goto 19
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        15: pop
        16: .line 175
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.response:()Lio/vertx/core/http/HttpServerResponse;
        17: .line 176
            iload 4 /* code */
            invokestatic io.netty.handler.codec.http.HttpResponseStatus.valueOf:(I)Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.reasonPhrase:()Ljava/lang/String;
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusMessage:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
        18: .line 177
            iload 4 /* code */
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusCode:(I)Lio/vertx/core/http/HttpServerResponse;
            pop
        19: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.response:()Lio/vertx/core/http/HttpServerResponse;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RoutingContextImplBase.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.getStatusMessage:()Ljava/lang/String;
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;)V
        20: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.vertx.core.Handler errorHandler
        end local 4 // int code
        end local 3 // io.vertx.ext.web.impl.RouterImpl router
        end local 2 // java.lang.Throwable failure
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lio/vertx/ext/web/impl/RoutingContextImplBase;
            0   21     1    statusCode  I
            0   21     2       failure  Ljava/lang/Throwable;
            0   21     3        router  Lio/vertx/ext/web/impl/RouterImpl;
            6   21     4          code  I
            7   21     5  errorHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
           11   12     6             t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.Throwable
          13    14      15  Class java.lang.IllegalArgumentException
    MethodParameters:
            Name  Flags
      statusCode  
      failure     
      router      

  private void resetMatchFailure();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
         0: .line 184
            aload 0 /* this */
            sipush 404
            putfield io.vertx.ext.web.impl.RoutingContextImplBase.matchFailure:I
         1: .line 185
            return
        end local 0 // io.vertx.ext.web.impl.RoutingContextImplBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RoutingContextImplBase;
}
SourceFile: "RoutingContextImplBase.java"