Package | Description |
---|---|
io.vertx.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
|
Copyright © 2018 Eclipse. All rights reserved.