open class ResponseTimeHandler : Handler<RoutingContext>
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request. NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.ResponseTimeHandler non RX-ified interface using Vert.x codegen.
ResponseTimeHandler(delegate: ResponseTimeHandler) |
static val __TYPE_ARG: TypeArg<ResponseTimeHandler> |
open static fun create(): ResponseTimeHandler
Create a handler |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): ResponseTimeHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: ResponseTimeHandler): ResponseTimeHandler |
|
open fun toString(): String |