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 TypeClassDescriptionclassA handler that serves favicons.classA handler which logs request information to the Vert.x logger.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classA handler which sets the response content type automatically according to the bestAcceptheader match.classHandler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.classA handler that maintains aSessionfor each browser session.classHandler 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 PlatformHandlerPlatformHandler.newInstance(io.vertx.ext.web.handler.PlatformHandler arg)