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 FaviconHandler |
FaviconHandler.create(Vertx vertx)
Create a handler with defaults
|
static FaviconHandler |
FaviconHandler.create(Vertx vertx,
long maxAgeSeconds)
Create a handler with the specified max cache time
|
static FaviconHandler |
FaviconHandler.create(Vertx vertx,
String path)
Create a handler attempting to load favicon file from the specified path
|
static FaviconHandler |
FaviconHandler.create(Vertx vertx,
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) |
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 © 2022 Eclipse. All rights reserved.