public class io.vertx.mutiny.core.http.HttpFrame extends java.lang.Object
{
public static final io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG;
private final io.vertx.core.http.HttpFrame delegate;
private java.lang.Integer cached_0;
private java.lang.Integer cached_1;
private io.vertx.mutiny.core.buffer.Buffer cached_2;
public void <init>(io.vertx.core.http.HttpFrame)
{
io.vertx.mutiny.core.http.HttpFrame v;
io.vertx.core.http.HttpFrame v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v := @parameter: io.vertx.core.http.HttpFrame;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate> = v;
return;
}
public void <init>(java.lang.Object)
{
java.lang.Object v;
io.vertx.mutiny.core.http.HttpFrame v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate> = v;
return;
}
void <init>()
{
io.vertx.mutiny.core.http.HttpFrame v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate> = null;
return;
}
public io.vertx.core.http.HttpFrame getDelegate()
{
io.vertx.mutiny.core.http.HttpFrame v;
io.vertx.core.http.HttpFrame v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
return v;
}
public java.lang.String toString()
{
io.vertx.mutiny.core.http.HttpFrame v;
java.lang.String v;
io.vertx.core.http.HttpFrame v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
return v;
}
public boolean equals(java.lang.Object)
{
io.vertx.core.http.HttpFrame v, v;
java.lang.Class v, v;
java.lang.Object v;
io.vertx.mutiny.core.http.HttpFrame v;
boolean v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
return v;
}
public int hashCode()
{
int v;
io.vertx.mutiny.core.http.HttpFrame v;
io.vertx.core.http.HttpFrame v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
return v;
}
public int type()
{
io.vertx.core.http.HttpFrame v;
int v, v;
io.vertx.mutiny.core.http.HttpFrame v;
java.lang.Integer v, v, v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v = v.<io.vertx.mutiny.core.http.HttpFrame: java.lang.Integer cached_0>;
if v == null goto label;
v = v.<io.vertx.mutiny.core.http.HttpFrame: java.lang.Integer cached_0>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
return v;
label:
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpFrame: int type()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v.<io.vertx.mutiny.core.http.HttpFrame: java.lang.Integer cached_0> = v;
return v;
}
public int flags()
{
io.vertx.core.http.HttpFrame v;
int v, v;
io.vertx.mutiny.core.http.HttpFrame v;
java.lang.Integer v, v, v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v = v.<io.vertx.mutiny.core.http.HttpFrame: java.lang.Integer cached_1>;
if v == null goto label;
v = v.<io.vertx.mutiny.core.http.HttpFrame: java.lang.Integer cached_1>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
return v;
label:
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpFrame: int flags()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v.<io.vertx.mutiny.core.http.HttpFrame: java.lang.Integer cached_1> = v;
return v;
}
public io.vertx.mutiny.core.buffer.Buffer payload()
{
io.vertx.core.buffer.Buffer v;
io.vertx.core.http.HttpFrame v;
io.vertx.mutiny.core.buffer.Buffer v, v, v;
io.vertx.mutiny.core.http.HttpFrame v;
v := @this: io.vertx.mutiny.core.http.HttpFrame;
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.mutiny.core.buffer.Buffer cached_2>;
if v == null goto label;
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.mutiny.core.buffer.Buffer cached_2>;
return v;
label:
v = v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.core.http.HttpFrame delegate>;
v = interfaceinvoke v.<io.vertx.core.http.HttpFrame: io.vertx.core.buffer.Buffer payload()>();
v = staticinvoke <io.vertx.mutiny.core.buffer.Buffer: io.vertx.mutiny.core.buffer.Buffer newInstance(io.vertx.core.buffer.Buffer)>(v);
v.<io.vertx.mutiny.core.http.HttpFrame: io.vertx.mutiny.core.buffer.Buffer cached_2> = v;
return v;
}
public static io.vertx.mutiny.core.http.HttpFrame newInstance(io.vertx.core.http.HttpFrame)
{
io.vertx.mutiny.core.http.HttpFrame v;
io.vertx.core.http.HttpFrame v;
v := @parameter: io.vertx.core.http.HttpFrame;
if v == null goto label;
v = new io.vertx.mutiny.core.http.HttpFrame;
specialinvoke v.<io.vertx.mutiny.core.http.HttpFrame: void <init>(io.vertx.core.http.HttpFrame)>(v);
goto label;
label:
v = null;
label:
return v;
}
static void <clinit>()
{
java.util.function.Function v, v;
io.smallrye.mutiny.vertx.TypeArg v;
v = new io.smallrye.mutiny.vertx.TypeArg;
v = staticinvoke <io.vertx.mutiny.core.http.HttpFrame$lambda_static_0__2018: java.util.function.Function bootstrap$()>();
v = staticinvoke <io.vertx.mutiny.core.http.HttpFrame$getDelegate__2019: java.util.function.Function bootstrap$()>();
specialinvoke v.<io.smallrye.mutiny.vertx.TypeArg: void <init>(java.util.function.Function,java.util.function.Function)>(v, v);
<io.vertx.mutiny.core.http.HttpFrame: io.smallrye.mutiny.vertx.TypeArg __TYPE_ARG> = v;
return;
}
}