public class ResponseTimeHandler extends Object implements io.vertx.core.Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ResponseTimeHandler> |
__TYPE_ARG |
Constructor and Description |
---|
ResponseTimeHandler(Object delegate) |
ResponseTimeHandler(io.vertx.ext.web.handler.ResponseTimeHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static ResponseTimeHandler |
create()
Create a handler
|
boolean |
equals(Object o) |
io.vertx.ext.web.handler.ResponseTimeHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
int |
hashCode() |
static ResponseTimeHandler |
newInstance(io.vertx.ext.web.handler.ResponseTimeHandler arg) |
String |
toString() |
public static final TypeArg<ResponseTimeHandler> __TYPE_ARG
public ResponseTimeHandler(io.vertx.ext.web.handler.ResponseTimeHandler delegate)
public ResponseTimeHandler(Object delegate)
public io.vertx.ext.web.handler.ResponseTimeHandler getDelegate()
public void handle(RoutingContext event)
handle
in interface io.vertx.core.Handler<RoutingContext>
event
- the event to handlepublic static ResponseTimeHandler create()
public static ResponseTimeHandler newInstance(io.vertx.ext.web.handler.ResponseTimeHandler arg)
Copyright © 2021 Eclipse. All rights reserved.