| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.web.handler | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<FaviconHandler> | 
FaviconHandler.__TYPE_ARG  | 
| 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 
 | 
static FaviconHandler | 
FaviconHandler.newInstance(FaviconHandler arg)  | 
Copyright © 2020 Eclipse. All rights reserved.