Uses of Class
io.vertx.mutiny.ext.web.handler.FaviconHandler
-
Packages that use FaviconHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of FaviconHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type FaviconHandler Modifier and Type Field Description static TypeArg<FaviconHandler>
FaviconHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return FaviconHandler Modifier and Type Method Description static FaviconHandler
FaviconHandler. create(Vertx vertx)
static FaviconHandler
FaviconHandler. create(Vertx vertx, long maxAgeSeconds)
static FaviconHandler
FaviconHandler. create(Vertx vertx, String path)
static FaviconHandler
FaviconHandler. create(Vertx vertx, String path, long maxAgeSeconds)
static FaviconHandler
FaviconHandler. newInstance(io.vertx.ext.web.handler.FaviconHandler arg)
-