Uses of Interface
io.vertx.rxjava3.ext.web.handler.PlatformHandler
-
Packages that use PlatformHandler Package Description io.vertx.rxjava3.ext.web.handler -
-
Uses of PlatformHandler in io.vertx.rxjava3.ext.web.handler
Classes in io.vertx.rxjava3.ext.web.handler that implement PlatformHandler Modifier and Type Class Description class
FaviconHandler
A handler that serves favicons.class
LoggerHandler
A handler which logs request information to the Vert.x logger.class
MethodOverrideHandler
NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.class
ResponseContentTypeHandler
A handler which sets the response content type automatically according to the bestAccept
header match.class
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.class
SecurityAuditLoggerHandler
A handler that logs security audit events.class
SessionHandler
A handler that maintains aSession
for each browser session.class
TimeoutHandler
Handler that will timeout requests if the response has not been written after a certain time.Methods in io.vertx.rxjava3.ext.web.handler that return PlatformHandler Modifier and Type Method Description static PlatformHandler
PlatformHandler. newInstance(PlatformHandler arg)
-