Uses of Class
io.vertx.mutiny.ext.web.handler.TimeoutHandler
Packages that use TimeoutHandler
-
Uses of TimeoutHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type TimeoutHandlerMethods in io.vertx.mutiny.ext.web.handler that return TimeoutHandlerModifier and TypeMethodDescriptionstatic TimeoutHandlerTimeoutHandler.create()Create a handlerstatic TimeoutHandlerTimeoutHandler.create(long timeout) Create a handlerstatic TimeoutHandlerTimeoutHandler.create(long timeout, int errorCode) Create a handlerstatic TimeoutHandlerTimeoutHandler.newInstance(io.vertx.ext.web.handler.TimeoutHandler delegate) Creates a new instance of theTimeoutHandler.