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_ARGMethods in io.vertx.mutiny.ext.web.handler that return FaviconHandler Modifier and Type Method Description static FaviconHandlerFaviconHandler. create(Vertx vertx)static FaviconHandlerFaviconHandler. create(Vertx vertx, long maxAgeSeconds)static FaviconHandlerFaviconHandler. create(Vertx vertx, String path)static FaviconHandlerFaviconHandler. create(Vertx vertx, String path, long maxAgeSeconds)static FaviconHandlerFaviconHandler. newInstance(io.vertx.ext.web.handler.FaviconHandler arg) 
 -