public abstract class io.vertx.core.http.impl.HttpServerRequestInternal extends java.lang.Object implements io.vertx.core.http.HttpServerRequest
{
public void <init>()
{
io.vertx.core.http.impl.HttpServerRequestInternal v;
v := @this: io.vertx.core.http.impl.HttpServerRequestInternal;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public abstract io.vertx.core.Context context();
public abstract java.lang.Object metric();
}