public final class io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571 extends java.lang.Object implements io.vertx.core.Handler
{
io.vertx.core.http.impl.HttpClientResponseImpl cap;
public static io.vertx.core.Handler bootstrap$(io.vertx.core.http.impl.HttpClientResponseImpl)
{
io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571 v;
io.vertx.core.http.impl.HttpClientResponseImpl v;
v := @parameter: io.vertx.core.http.impl.HttpClientResponseImpl;
v = new io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571;
specialinvoke v.<io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571: void <init>(io.vertx.core.http.impl.HttpClientResponseImpl)>(v);
return v;
}
public void <init>(io.vertx.core.http.impl.HttpClientResponseImpl)
{
io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571 v;
io.vertx.core.http.impl.HttpClientResponseImpl v;
v := @this: io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571;
v := @parameter: io.vertx.core.http.impl.HttpClientResponseImpl;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571: io.vertx.core.http.impl.HttpClientResponseImpl cap0> = v;
return;
}
public void handle(java.lang.Object)
{
io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571 v;
io.vertx.core.http.impl.HttpClientResponseImpl v;
java.lang.Object v;
v := @this: io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571;
v := @parameter: java.lang.Object;
v = v.<io.vertx.core.http.impl.HttpClientRequestBase$handlePriorityChange__1571: io.vertx.core.http.impl.HttpClientResponseImpl cap0>;
virtualinvoke v.<io.vertx.core.http.impl.HttpClientResponseImpl: void handlePriorityChange(io.vertx.core.http.StreamPriority)>(v);
return;
}
}