| 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 FaviconHandler | 
FaviconHandler.create()
Create a handler with defaults 
 | 
static FaviconHandler | 
FaviconHandler.create(long maxAgeSeconds)
Create a handler with the specified max cache time 
 | 
static FaviconHandler | 
FaviconHandler.create(String path)
Create a handler attempting to load favicon file from the specified path 
 | 
static FaviconHandler | 
FaviconHandler.create(String path,
      long maxAgeSeconds)
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FaviconHandler | 
FaviconHandler.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static FaviconHandler | 
FaviconHandler.newInstance(FaviconHandler arg)  | 
| Constructor and Description | 
|---|
FaviconHandler(FaviconHandler delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
FaviconHandler | 
FaviconHandler.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static FaviconHandler | 
FaviconHandler.newInstance(FaviconHandler arg)  | 
| Constructor and Description | 
|---|
FaviconHandler(FaviconHandler delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.