public interface io.vertx.ext.web.handler.FaviconHandler extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.FaviconHandler
  super_class: java.lang.Object
{
  public static final long DEFAULT_MAX_AGE_SECONDS;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 86400

  public static io.vertx.ext.web.handler.FaviconHandler create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/web/handler/FaviconHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 46
            new io.vertx.ext.web.handler.impl.FaviconHandlerImpl
            dup
            aload 0 /* vertx */
            invokespecial io.vertx.ext.web.handler.impl.FaviconHandlerImpl.<init>:(Lio/vertx/core/Vertx;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.ext.web.handler.FaviconHandler create(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/web/handler/FaviconHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String path
         0: .line 56
            new io.vertx.ext.web.handler.impl.FaviconHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* path */
            invokespecial io.vertx.ext.web.handler.impl.FaviconHandlerImpl.<init>:(Lio/vertx/core/Vertx;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
            0    1     1   path  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      vertx  
      path   

  public static io.vertx.ext.web.handler.FaviconHandler create(io.vertx.core.Vertx, java.lang.String, long);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;J)Lio/vertx/ext/web/handler/FaviconHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String path
        start local 2 // long maxAgeSeconds
         0: .line 67
            new io.vertx.ext.web.handler.impl.FaviconHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* path */
            lload 2 /* maxAgeSeconds */
            invokespecial io.vertx.ext.web.handler.impl.FaviconHandlerImpl.<init>:(Lio/vertx/core/Vertx;Ljava/lang/String;J)V
            areturn
        end local 2 // long maxAgeSeconds
        end local 1 // java.lang.String path
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          vertx  Lio/vertx/core/Vertx;
            0    1     1           path  Ljava/lang/String;
            0    1     2  maxAgeSeconds  J
    MethodParameters:
               Name  Flags
      vertx          
      path           
      maxAgeSeconds  

  public static io.vertx.ext.web.handler.FaviconHandler create(io.vertx.core.Vertx, long);
    descriptor: (Lio/vertx/core/Vertx;J)Lio/vertx/ext/web/handler/FaviconHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // long maxAgeSeconds
         0: .line 77
            new io.vertx.ext.web.handler.impl.FaviconHandlerImpl
            dup
            aload 0 /* vertx */
            lload 1 /* maxAgeSeconds */
            invokespecial io.vertx.ext.web.handler.impl.FaviconHandlerImpl.<init>:(Lio/vertx/core/Vertx;J)V
            areturn
        end local 1 // long maxAgeSeconds
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          vertx  Lio/vertx/core/Vertx;
            0    1     1  maxAgeSeconds  J
    MethodParameters:
               Name  Flags
      vertx          
      maxAgeSeconds  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "FaviconHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()