Uses of Interface
io.vertx.ext.web.handler.FaviconHandler
-
Packages that use FaviconHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of FaviconHandler in io.vertx.ext.web.handler
Methods in io.vertx.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 time -
Uses of FaviconHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return FaviconHandler Modifier and Type Method Description FaviconHandler
FaviconHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type FaviconHandler Modifier and Type Method Description static FaviconHandler
FaviconHandler. newInstance(FaviconHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type FaviconHandler Constructor Description FaviconHandler(FaviconHandler delegate)
-
Uses of FaviconHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return FaviconHandler Modifier and Type Method Description FaviconHandler
FaviconHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type FaviconHandler Modifier and Type Method Description static FaviconHandler
FaviconHandler. newInstance(FaviconHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type FaviconHandler Constructor Description FaviconHandler(FaviconHandler delegate)
-