Uses of Interface
io.vertx.ext.web.handler.PlatformHandler
-
Packages that use PlatformHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of PlatformHandler in io.vertx.ext.web.handler
Subinterfaces of PlatformHandler in io.vertx.ext.web.handler Modifier and Type Interface 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 bestAccept
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
SecurityAuditLoggerHandler
A handler that logs security audit events.interface
SessionHandler
A handler that maintains aSession
for each browser session.interface
TimeoutHandler
Handler that will timeout requests if the response has not been written after a certain time. -
Uses of PlatformHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return PlatformHandler Modifier and Type Method Description PlatformHandler
PlatformHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type PlatformHandler Modifier and Type Method Description static PlatformHandler
PlatformHandler. newInstance(PlatformHandler arg)
-
Uses of PlatformHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return PlatformHandler Modifier and Type Method Description PlatformHandler
PlatformHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type PlatformHandler Modifier and Type Method Description static PlatformHandler
PlatformHandler. newInstance(PlatformHandler arg)
-