open class FaviconHandler : Handler<RoutingContext>
A handler that serves favicons.
If no file system path is specified it will attempt to serve a resource called `favicon.ico` from the classpath.
NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.FaviconHandler non RX-ified interface using Vert.x codegen.
FaviconHandler(delegate: FaviconHandler) |
static val __TYPE_ARG: TypeArg<FaviconHandler> |
open static fun create(): FaviconHandler
Create a handler with defaults open static fun create(path: String): FaviconHandler
Create a handler attempting to load favicon file from the specified path open static fun create(path: String, maxAgeSeconds: Long): FaviconHandler
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time open static fun create(maxAgeSeconds: Long): FaviconHandler
Create a handler with the specified max cache time |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): FaviconHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: FaviconHandler): FaviconHandler |
|
open fun toString(): String |