Uses of Class
io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
Packages that use DigestAuthHandler Package Description io.vertx.rxjava.ext.web.handler -
-
Uses of DigestAuthHandler in io.vertx.rxjava.ext.web.handler
Fields in io.vertx.rxjava.ext.web.handler with type parameters of type DigestAuthHandler Modifier and Type Field Description static TypeArg<DigestAuthHandler>
DigestAuthHandler. __TYPE_ARG
Methods in io.vertx.rxjava.ext.web.handler that return DigestAuthHandler Modifier and Type Method Description static DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider)
Create a digest auth handlerstatic DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces.static DigestAuthHandler
DigestAuthHandler. newInstance(DigestAuthHandler arg)
-