public class io.vertx.ext.web.impl.RouterImpl implements io.vertx.ext.web.Router
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.impl.RouterImpl
  super_class: java.lang.Object
{
  private static final java.util.Comparator<io.vertx.ext.web.impl.RouteImpl> routeComparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Lio/vertx/ext/web/impl/RouteImpl;>;

  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, 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;>;

  private final java.util.concurrent.atomic.AtomicInteger orderSequence;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            invokedynamic compare()Ljava/util/Comparator;
              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;)I
                  io/vertx/ext/web/impl/RouterImpl.lambda$0(Lio/vertx/ext/web/impl/RouteImpl;Lio/vertx/ext/web/impl/RouteImpl;)I (6)
                  (Lio/vertx/ext/web/impl/RouteImpl;Lio/vertx/ext/web/impl/RouteImpl;)I
            putstatic io.vertx.ext.web.impl.RouterImpl.routeComparator:Ljava/util/Comparator;
         1: .line 64
            ldc Lio/vertx/ext/web/impl/RouterImpl;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.ext.web.impl.RouterImpl.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            new java.util.concurrent.ConcurrentSkipListSet
            dup
            getstatic io.vertx.ext.web.impl.RouterImpl.routeComparator:Ljava/util/Comparator;
            invokespecial java.util.concurrent.ConcurrentSkipListSet.<init>:(Ljava/util/Comparator;)V
            putfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
         2: .line 73
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.vertx.ext.web.impl.RouterImpl.orderSequence:Ljava/util/concurrent/atomic/AtomicInteger;
         3: .line 74
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield io.vertx.ext.web.impl.RouterImpl.errorHandlers:Ljava/util/Map;
         4: .line 70
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.web.impl.RouterImpl.vertx:Lio/vertx/core/Vertx;
         5: .line 71
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/web/impl/RouterImpl;
            0    6     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void handle(io.vertx.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/core/http/HttpServerRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.core.http.HttpServerRequest request
         0: .line 78
            getstatic io.vertx.ext.web.impl.RouterImpl.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isTraceEnabled:()Z
            ifeq 3
            getstatic io.vertx.ext.web.impl.RouterImpl.log:Lio/vertx/core/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Router: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 79
            ldc " accepting request "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* request */
            invokeinterface io.vertx.core.http.HttpServerRequest.absoluteURI:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         2: .line 78
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;)V
         3: .line 80
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.impl.RoutingContextImpl
            dup
            aconst_null
            aload 0 /* this */
            aload 1 /* request */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            invokespecial io.vertx.ext.web.impl.RoutingContextImpl.<init>:(Ljava/lang/String;Lio/vertx/ext/web/impl/RouterImpl;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set;)V
            invokevirtual io.vertx.ext.web.impl.RoutingContextImpl.next:()V
         4: .line 81
            return
        end local 1 // io.vertx.core.http.HttpServerRequest request
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/web/impl/RouterImpl;
            0    5     1  request  Lio/vertx/core/http/HttpServerRequest;
    MethodParameters:
         Name  Flags
      request  

  public io.vertx.ext.web.Route route();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 85
            new io.vertx.ext.web.impl.RouteImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.orderSequence:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            invokespecial io.vertx.ext.web.impl.RouteImpl.<init>:(Lio/vertx/ext/web/impl/RouterImpl;I)V
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route route(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 90
            new io.vertx.ext.web.impl.RouteImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.orderSequence:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            aload 1 /* method */
            aload 2 /* path */
            invokespecial io.vertx.ext.web.impl.RouteImpl.<init>:(Lio/vertx/ext/web/impl/RouterImpl;ILio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  method  Lio/vertx/core/http/HttpMethod;
            0    1     2    path  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  
      path    

  public io.vertx.ext.web.Route route(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 95
            new io.vertx.ext.web.impl.RouteImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.orderSequence:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            aload 1 /* path */
            invokespecial io.vertx.ext.web.impl.RouteImpl.<init>:(Lio/vertx/ext/web/impl/RouterImpl;ILjava/lang/String;)V
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route routeWithRegex(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String regex
         0: .line 100
            new io.vertx.ext.web.impl.RouteImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.orderSequence:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            aload 1 /* method */
            aload 2 /* regex */
            iconst_1
            invokespecial io.vertx.ext.web.impl.RouteImpl.<init>:(Lio/vertx/ext/web/impl/RouterImpl;ILio/vertx/core/http/HttpMethod;Ljava/lang/String;Z)V
            areturn
        end local 2 // java.lang.String regex
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  method  Lio/vertx/core/http/HttpMethod;
            0    1     2   regex  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  
      regex   

  public io.vertx.ext.web.Route routeWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String regex
         0: .line 105
            new io.vertx.ext.web.impl.RouteImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.orderSequence:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            aload 1 /* regex */
            iconst_1
            invokespecial io.vertx.ext.web.impl.RouteImpl.<init>:(Lio/vertx/ext/web/impl/RouterImpl;ILjava/lang/String;Z)V
            areturn
        end local 1 // java.lang.String regex
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  regex  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      regex  

  public io.vertx.ext.web.Route get();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 110
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 115
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route getWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 120
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route head();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 125
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route head(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 130
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route headWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 135
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route options();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 140
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route options(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 145
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route optionsWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 150
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.OPTIONS:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route put();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 155
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route put(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 160
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route putWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 165
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route post();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 170
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route post(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 175
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route postWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 180
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route delete();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 185
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 190
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route deleteWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 195
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route trace();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 200
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.TRACE:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route trace(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 205
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.TRACE:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route traceWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 210
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.TRACE:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route connect();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 215
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.CONNECT:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route connect(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 220
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.CONNECT:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route connectWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 225
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.CONNECT:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route patch();
    descriptor: ()Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 230
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public io.vertx.ext.web.Route patch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 235
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            aload 1 /* path */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.ext.web.Route patchWithRegex(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/Route;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String path
         0: .line 240
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:()Lio/vertx/ext/web/Route;
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            invokeinterface io.vertx.ext.web.Route.method:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/Route;
            aload 1 /* path */
            invokeinterface io.vertx.ext.web.Route.pathRegex:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public java.util.List<io.vertx.ext.web.Route> getRoutes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 245
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
    Signature: ()Ljava/util/List<Lio/vertx/ext/web/Route;>;

  public io.vertx.ext.web.Router clear();
    descriptor: ()Lio/vertx/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
         1: .line 251
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RouterImpl;

  public void handleContext(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.ext.web.RoutingContext ctx
         0: .line 256
            new io.vertx.ext.web.impl.RoutingContextWrapper
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.getAndCheckRoutePath:(Lio/vertx/ext/web/RoutingContext;)Ljava/lang/String;
            aload 1 /* ctx */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            aload 1 /* ctx */
            invokespecial io.vertx.ext.web.impl.RoutingContextWrapper.<init>:(Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set;Lio/vertx/ext/web/RoutingContext;)V
            invokevirtual io.vertx.ext.web.impl.RoutingContextWrapper.next:()V
         1: .line 257
            return
        end local 1 // io.vertx.ext.web.RoutingContext ctx
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    2     1   ctx  Lio/vertx/ext/web/RoutingContext;
    MethodParameters:
      Name  Flags
      ctx   

  public void handleFailure(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.ext.web.RoutingContext ctx
         0: .line 261
            new io.vertx.ext.web.impl.RoutingContextWrapper
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            invokevirtual io.vertx.ext.web.impl.RouterImpl.getAndCheckRoutePath:(Lio/vertx/ext/web/RoutingContext;)Ljava/lang/String;
            aload 1 /* ctx */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            aload 1 /* ctx */
            invokespecial io.vertx.ext.web.impl.RoutingContextWrapper.<init>:(Ljava/lang/String;Lio/vertx/core/http/HttpServerRequest;Ljava/util/Set;Lio/vertx/ext/web/RoutingContext;)V
            invokevirtual io.vertx.ext.web.impl.RoutingContextWrapper.next:()V
         1: .line 262
            return
        end local 1 // io.vertx.ext.web.RoutingContext ctx
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/impl/RouterImpl;
            0    2     1   ctx  Lio/vertx/ext/web/RoutingContext;
    MethodParameters:
      Name  Flags
      ctx   

  public io.vertx.ext.web.Router mountSubRouter(java.lang.String, io.vertx.ext.web.Router);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/Router;)Lio/vertx/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // java.lang.String mountPoint
        start local 2 // io.vertx.ext.web.Router subRouter
         0: .line 266
            aload 1 /* mountPoint */
            ldc "*"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 267
            new java.lang.IllegalArgumentException
            dup
            ldc "Don't include * when mounting subrouter"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 269
      StackMap locals:
      StackMap stack:
            aload 1 /* mountPoint */
            ldc ":"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 4
         3: .line 270
            new java.lang.IllegalArgumentException
            dup
            ldc "Can't use patterns in subrouter mounts"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* mountPoint */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "*"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.ext.web.impl.RouterImpl.route:(Ljava/lang/String;)Lio/vertx/ext/web/Route;
            aload 2 /* subRouter */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/ext/web/Router;)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/Router.handleContext(Lio/vertx/ext/web/RoutingContext;)V (9 itf)
                  (Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Route.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            aload 2 /* subRouter */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/ext/web/Router;)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/Router.handleFailure(Lio/vertx/ext/web/RoutingContext;)V (9 itf)
                  (Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Route.failureHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/Route;
            pop
         5: .line 273
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.ext.web.Router subRouter
        end local 1 // java.lang.String mountPoint
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/ext/web/impl/RouterImpl;
            0    6     1  mountPoint  Ljava/lang/String;
            0    6     2   subRouter  Lio/vertx/ext/web/Router;
    MethodParameters:
            Name  Flags
      mountPoint  
      subRouter   

  public synchronized io.vertx.ext.web.Router exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.core.Handler exceptionHandler
         0: .line 279
            aload 1 /* exceptionHandler */
            ifnull 2
         1: .line 280
            aload 0 /* this */
            sipush 500
            aload 1 /* exceptionHandler */
            invokedynamic handle(Lio/vertx/core/Handler;)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/RouterImpl.lambda$3(Lio/vertx/core/Handler;Lio/vertx/ext/web/RoutingContext;)V (6)
                  (Lio/vertx/ext/web/RoutingContext;)V
            invokevirtual io.vertx.ext.web.impl.RouterImpl.errorHandler:(ILio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
            pop
         2: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler exceptionHandler
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lio/vertx/ext/web/impl/RouterImpl;
            0    3     1  exceptionHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/web/Router;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                  Name  Flags
      exceptionHandler  

  public io.vertx.ext.web.Router errorHandler(int, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/ext/web/Router;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // int statusCode
        start local 2 // io.vertx.core.Handler errorHandler
         0: .line 287
            aload 2 /* errorHandler */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 288
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.errorHandlers:Ljava/util/Map;
            iload 1 /* statusCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* errorHandler */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 289
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler errorHandler
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/ext/web/impl/RouterImpl;
            0    3     1    statusCode  I
            0    3     2  errorHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;)Lio/vertx/ext/web/Router;
    MethodParameters:
              Name  Flags
      statusCode    
      errorHandler  

  void add(io.vertx.ext.web.impl.RouteImpl);
    descriptor: (Lio/vertx/ext/web/impl/RouteImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.ext.web.impl.RouteImpl route
         0: .line 293
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            aload 1 /* route */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 294
            return
        end local 1 // io.vertx.ext.web.impl.RouteImpl route
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/impl/RouterImpl;
            0    2     1  route  Lio/vertx/ext/web/impl/RouteImpl;
    MethodParameters:
       Name  Flags
      route  

  void remove(io.vertx.ext.web.impl.RouteImpl);
    descriptor: (Lio/vertx/ext/web/impl/RouteImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.ext.web.impl.RouteImpl route
         0: .line 297
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            aload 1 /* route */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 298
            return
        end local 1 // io.vertx.ext.web.impl.RouteImpl route
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/impl/RouterImpl;
            0    2     1  route  Lio/vertx/ext/web/impl/RouteImpl;
    MethodParameters:
       Name  Flags
      route  

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

  java.util.Iterator<io.vertx.ext.web.impl.RouteImpl> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.routes:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/impl/RouterImpl;
    Signature: ()Ljava/util/Iterator<Lio/vertx/ext/web/impl/RouteImpl;>;

  io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getErrorHandlerByStatusCode(int);
    descriptor: (I)Lio/vertx/core/Handler;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // int statusCode
         0: .line 309
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.RouterImpl.errorHandlers:Ljava/util/Map;
            iload 1 /* statusCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            areturn
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/impl/RouterImpl;
            0    1     1  statusCode  I
    Signature: (I)Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
    MethodParameters:
            Name  Flags
      statusCode  

  private java.lang.String getAndCheckRoutePath(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouterImpl this
        start local 1 // io.vertx.ext.web.RoutingContext ctx
         0: .line 313
            aload 1 /* ctx */
            invokeinterface io.vertx.ext.web.RoutingContext.currentRoute:()Lio/vertx/ext/web/Route;
            astore 2 /* currentRoute */
        start local 2 // io.vertx.ext.web.Route currentRoute
         1: .line 314
            aload 2 /* currentRoute */
            invokeinterface io.vertx.ext.web.Route.getPath:()Ljava/lang/String;
            astore 3 /* path */
        start local 3 // java.lang.String path
         2: .line 315
            aload 3 /* path */
            ifnonnull 4
         3: .line 316
            new java.lang.IllegalStateException
            dup
            ldc "Sub routers must be mounted on constant paths (no regex or patterns)"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 318
      StackMap locals: io.vertx.ext.web.Route java.lang.String
      StackMap stack:
            aload 3 /* path */
            areturn
        end local 3 // java.lang.String path
        end local 2 // io.vertx.ext.web.Route currentRoute
        end local 1 // io.vertx.ext.web.RoutingContext ctx
        end local 0 // io.vertx.ext.web.impl.RouterImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/vertx/ext/web/impl/RouterImpl;
            0    5     1           ctx  Lio/vertx/ext/web/RoutingContext;
            1    5     2  currentRoute  Lio/vertx/ext/web/Route;
            2    5     3          path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      ctx   

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.http.HttpServerRequest
            invokevirtual io.vertx.ext.web.impl.RouterImpl.handle:(Lio/vertx/core/http/HttpServerRequest;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static int lambda$0(io.vertx.ext.web.impl.RouteImpl, io.vertx.ext.web.impl.RouteImpl);
    descriptor: (Lio/vertx/ext/web/impl/RouteImpl;Lio/vertx/ext/web/impl/RouteImpl;)I
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.impl.RouteImpl o1
        start local 1 // io.vertx.ext.web.impl.RouteImpl o2
         0: .line 45
            aload 0 /* o1 */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.order:()I
            aload 1 /* o2 */
            invokevirtual io.vertx.ext.web.impl.RouteImpl.order:()I
            invokestatic java.lang.Integer.compare:(II)I
            istore 2 /* compare */
        start local 2 // int compare
         1: .line 53
            iload 2 /* compare */
            ifne 5
         2: .line 54
            aload 0 /* o1 */
            aload 1 /* o2 */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 55
            iconst_0
            ireturn
         4: .line 59
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         5: .line 61
      StackMap locals:
      StackMap stack:
            iload 2 /* compare */
            ireturn
        end local 2 // int compare
        end local 1 // io.vertx.ext.web.impl.RouteImpl o2
        end local 0 // io.vertx.ext.web.impl.RouteImpl o1
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0       o1  Lio/vertx/ext/web/impl/RouteImpl;
            0    6     1       o2  Lio/vertx/ext/web/impl/RouteImpl;
            1    6     2  compare  I

  private static void lambda$3(io.vertx.core.Handler, io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.ext.web.RoutingContext routingContext
         0: .line 280
            aload 0
            aload 1 /* routingContext */
            invokeinterface io.vertx.ext.web.RoutingContext.failure:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.ext.web.RoutingContext routingContext
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     1  routingContext  Lio/vertx/ext/web/RoutingContext;
}
SourceFile: "RouterImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles