open class TimeoutHandler : Handler<RoutingContext>
Handler that will timeout requests if the response has not been written after a certain time. Timeout requests will be ended with an HTTP status code `503`. NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.TimeoutHandler non RX-ified interface using Vert.x codegen.
TimeoutHandler(delegate: TimeoutHandler) |
static val __TYPE_ARG: TypeArg<TimeoutHandler> |
open static fun create(): TimeoutHandleropen static fun create(timeout: Long): TimeoutHandleropen static fun create(timeout: Long, errorCode: Int): TimeoutHandler
Create a handler |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): TimeoutHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: TimeoutHandler): TimeoutHandler |
|
open fun toString(): String |