Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static DigestAuthHandler |
DigestAuthHandler.create(Vertx vertx,
HtdigestAuth authProvider)
Create a digest auth handler
|
static DigestAuthHandler |
DigestAuthHandler.create(Vertx vertx,
HtdigestAuth authProvider,
long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces.
|
Modifier and Type | Method and Description |
---|---|
DigestAuthHandler |
DigestAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DigestAuthHandler |
DigestAuthHandler.newInstance(DigestAuthHandler arg) |
Constructor and Description |
---|
DigestAuthHandler(DigestAuthHandler delegate) |
Modifier and Type | Method and Description |
---|---|
DigestAuthHandler |
DigestAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DigestAuthHandler |
DigestAuthHandler.newInstance(DigestAuthHandler arg) |
Constructor and Description |
---|
DigestAuthHandler(DigestAuthHandler delegate) |
Modifier and Type | Method and Description |
---|---|
DigestAuthHandler |
DigestAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static DigestAuthHandler |
DigestAuthHandler.newInstance(DigestAuthHandler arg) |
Constructor and Description |
---|
DigestAuthHandler(DigestAuthHandler delegate) |
Copyright © 2022 Eclipse. All rights reserved.