| Package | Description | 
|---|---|
| io.vertx.ext.web.handler | |
| io.vertx.reactivex.ext.web.handler | |
| io.vertx.rxjava.ext.web.handler | 
| Modifier and Type | Method and Description | 
|---|---|
static DigestAuthHandler | 
DigestAuthHandler.create(HtdigestAuth authProvider)
Create a digest auth handler 
 | 
static DigestAuthHandler | 
DigestAuthHandler.create(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)  | 
Copyright © 2020 Eclipse. All rights reserved.