Uses of Class
io.vertx.mutiny.ext.web.handler.TimeoutHandler
- 
Packages that use TimeoutHandler Package Description io.vertx.mutiny.ext.web.handler  - 
- 
Uses of TimeoutHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type TimeoutHandler Modifier and Type Field Description static TypeArg<TimeoutHandler>TimeoutHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return TimeoutHandler Modifier and Type Method Description static TimeoutHandlerTimeoutHandler. create()static TimeoutHandlerTimeoutHandler. create(long timeout)static TimeoutHandlerTimeoutHandler. create(long timeout, int errorCode)static TimeoutHandlerTimeoutHandler. newInstance(io.vertx.ext.web.handler.TimeoutHandler arg) 
 -