Uses of Interface
io.vertx.ext.web.handler.PlatformHandler
Packages that use PlatformHandler
Package
Description
-
Uses of PlatformHandler in io.vertx.ext.web.handler
Subinterfaces of PlatformHandler in io.vertx.ext.web.handlerModifier and TypeInterfaceDescriptioninterfaceA handler that serves favicons.interfaceA handler which logs request information to the Vert.x logger.interfaceinterfaceA handler which sets the response content type automatically according to the bestAcceptheader match.interfaceHandler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.interfaceA handler that logs security audit events.interfaceA handler that maintains aSessionfor each browser session.interfaceHandler 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 PlatformHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type PlatformHandlerModifier and TypeMethodDescriptionstatic PlatformHandlerPlatformHandler.newInstance(PlatformHandler arg) -
Uses of PlatformHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return PlatformHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type PlatformHandlerModifier and TypeMethodDescriptionstatic PlatformHandlerPlatformHandler.newInstance(PlatformHandler arg)