Uses of Interface
io.vertx.mutiny.ext.web.handler.PlatformHandler
Packages that use PlatformHandler
-
Uses of PlatformHandler in io.vertx.mutiny.ext.web.handler
Classes in io.vertx.mutiny.ext.web.handler that implement PlatformHandlerModifier and TypeClassDescriptionclass
A handler that serves favicons.class
A handler which logs request information to the Vert.x logger.class
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.class
A handler which sets the response content type automatically according to the bestAccept
header match.class
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
A handler that maintains aSession
for each browser session.class
Handler that will timeout requests if the response has not been written after a certain time.Methods in io.vertx.mutiny.ext.web.handler that return PlatformHandlerModifier and TypeMethodDescriptionstatic PlatformHandler
PlatformHandler.newInstance
(io.vertx.ext.web.handler.PlatformHandler arg)