public class ResponseTimeHandler extends Object implements Handler<RoutingContext>
original non RX-ified interface using Vert.x codegen.| Constructor and Description |
|---|
ResponseTimeHandler(ResponseTimeHandler delegate) |
| Modifier and Type | Method and Description |
|---|---|
static ResponseTimeHandler |
create()
Create a handler
|
Object |
getDelegate() |
void |
handle(RoutingContext arg0) |
static ResponseTimeHandler |
newInstance(ResponseTimeHandler arg) |
public ResponseTimeHandler(ResponseTimeHandler delegate)
public Object getDelegate()
public void handle(RoutingContext arg0)
handle in interface Handler<RoutingContext>public static ResponseTimeHandler create()
public static ResponseTimeHandler newInstance(ResponseTimeHandler arg)
Copyright © 2016. All rights reserved.