Uses of Class
io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Packages that use FaviconHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of FaviconHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type FaviconHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<FaviconHandler>
FaviconHandler. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler that return FaviconHandler Modifier and Type Method Description static FaviconHandler
FaviconHandler. create(Vertx vertx)
Create a handler with defaultsstatic FaviconHandler
FaviconHandler. create(Vertx vertx, long maxAgeSeconds)
Create a handler with the specified max cache timestatic FaviconHandler
FaviconHandler. create(Vertx vertx, String path)
Create a handler attempting to load favicon file from the specified pathstatic FaviconHandler
FaviconHandler. create(Vertx vertx, String path, long maxAgeSeconds)
Create a handler attempting to load favicon file from the specified path, and with the specified max cache timestatic FaviconHandler
FaviconHandler. newInstance(FaviconHandler arg)
-