public interface io.vertx.ext.web.handler.ResponseTimeHandler extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.ext.web.handler.ResponseTimeHandler
super_class: java.lang.Object
{
public static io.vertx.ext.web.handler.ResponseTimeHandler create();
descriptor: ()Lio/vertx/ext/web/handler/ResponseTimeHandler;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.vertx.ext.web.handler.impl.ResponseTimeHandlerImpl
dup
invokespecial io.vertx.ext.web.handler.impl.ResponseTimeHandlerImpl.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "ResponseTimeHandler.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()