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 | Interface and Description |
---|---|
interface |
FaviconHandler
A handler that serves favicons.
|
interface |
LoggerHandler
A handler which logs request information to the Vert.x logger.
|
interface |
MethodOverrideHandler |
interface |
ResponseContentTypeHandler
A handler which sets the response content type automatically according to the best
Accept header match. |
interface |
ResponseTimeHandler
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken
in ms to process the request.
|
interface |
SessionHandler
A handler that maintains a
Session for each browser
session. |
interface |
TimeoutHandler
Handler that will timeout requests if the response has not been written after a certain time.
|
Modifier and Type | Method and Description |
---|---|
PlatformHandler |
PlatformHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static PlatformHandler |
PlatformHandler.newInstance(PlatformHandler arg) |
Modifier and Type | Method and Description |
---|---|
PlatformHandler |
PlatformHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static PlatformHandler |
PlatformHandler.newInstance(PlatformHandler arg) |
Modifier and Type | Method and Description |
---|---|
PlatformHandler |
PlatformHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static PlatformHandler |
PlatformHandler.newInstance(PlatformHandler arg) |
Copyright © 2023 Eclipse. All rights reserved.