public final class io.netty.handler.codec.http.DefaultHttp2GoAwayFrame extends io.netty.buffer.DefaultByteBufHolder implements io.netty.handler.codec.http.Http2GoAwayFrame
{
private final long errorCode;
private final int lastStreamId;
private int extraStreamIds;
public void <init>(io.netty.handler.codec.http.Http2Error)
{
io.netty.handler.codec.http.Http2Error v;
long v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: io.netty.handler.codec.http.Http2Error;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Error: long code()>();
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: void <init>(long)>(v);
return;
}
public void <init>(long)
{
long v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
io.netty.buffer.ByteBuf v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: long;
v = <io.netty.buffer.Unpooled: io.netty.buffer.ByteBuf EMPTY_BUFFER>;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: void <init>(long,io.netty.buffer.ByteBuf)>(v, v);
return;
}
public void <init>(io.netty.handler.codec.http.Http2Error, io.netty.buffer.ByteBuf)
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
io.netty.buffer.ByteBuf v;
io.netty.handler.codec.http.Http2Error v;
long v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: io.netty.handler.codec.http.Http2Error;
v := @parameter: io.netty.buffer.ByteBuf;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Error: long code()>();
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: void <init>(long,io.netty.buffer.ByteBuf)>(v, v);
return;
}
public void <init>(long, io.netty.buffer.ByteBuf)
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
io.netty.buffer.ByteBuf v;
int v;
long v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: long;
v := @parameter: io.netty.buffer.ByteBuf;
v = (int) -1;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: void <init>(int,long,io.netty.buffer.ByteBuf)>(v, v, v);
return;
}
void <init>(int, long, io.netty.buffer.ByteBuf)
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
io.netty.buffer.ByteBuf v;
int v;
long v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: int;
v := @parameter: long;
v := @parameter: io.netty.buffer.ByteBuf;
specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: void <init>(io.netty.buffer.ByteBuf)>(v);
v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode> = v;
v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int lastStreamId> = v;
return;
}
public java.lang.String name()
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
return "GOAWAY";
}
public long errorCode()
{
long v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
return v;
}
public int extraStreamIds()
{
int v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int extraStreamIds>;
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame setExtraStreamIds(int)
{
int v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: int;
staticinvoke <io.netty.util.internal.ObjectUtil: int checkPositiveOrZero(int,java.lang.String)>(v, "extraStreamIds");
v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int extraStreamIds> = v;
return v;
}
public int lastStreamId()
{
int v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int lastStreamId>;
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame copy()
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v, v;
io.netty.buffer.ByteBuf v, v;
int v;
long v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = new io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int lastStreamId>;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: io.netty.buffer.ByteBuf content()>();
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf copy()>();
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: void <init>(int,long,io.netty.buffer.ByteBuf)>(v, v, v);
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame duplicate()
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
io.netty.buffer.ByteBufHolder v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: io.netty.buffer.ByteBufHolder duplicate()>();
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame retainedDuplicate()
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
io.netty.buffer.ByteBufHolder v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: io.netty.buffer.ByteBufHolder retainedDuplicate()>();
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame replace(io.netty.buffer.ByteBuf)
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v, v;
io.netty.buffer.ByteBuf v;
int v;
long v;
io.netty.handler.codec.http.Http2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: io.netty.buffer.ByteBuf;
v = new io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: void <init>(long,io.netty.buffer.ByteBuf)>(v, v);
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int extraStreamIds>;
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: io.netty.handler.codec.http.Http2GoAwayFrame setExtraStreamIds(int)>(v);
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame retain()
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: io.netty.buffer.ByteBufHolder retain()>();
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame retain(int)
{
int v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: int;
specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: io.netty.buffer.ByteBufHolder retain(int)>(v);
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame touch()
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: io.netty.buffer.ByteBufHolder touch()>();
return v;
}
public io.netty.handler.codec.http.Http2GoAwayFrame touch(java.lang.Object)
{
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: java.lang.Object;
specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: io.netty.buffer.ByteBufHolder touch(java.lang.Object)>(v);
return v;
}
public boolean equals(java.lang.Object)
{
long v, v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
byte v;
int v, v;
java.lang.Object v;
boolean v, v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v := @parameter: java.lang.Object;
v = v instanceof io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
if v != 0 goto label;
return 0;
label:
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
v = v cmp v;
if v != 0 goto label;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int extraStreamIds>;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int extraStreamIds>;
if v != v goto label;
v = specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int hashCode()
{
long v, v, v, v;
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
int v, v, v, v, v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = specialinvoke v.<io.netty.buffer.DefaultByteBufHolder: int hashCode()>();
v = v * 31;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
v = v >>> 32;
v = v ^ v;
v = v + v;
v = v * 31;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int extraStreamIds>;
v = v + v;
return v;
}
public java.lang.String toString()
{
io.netty.handler.codec.http.DefaultHttp2GoAwayFrame v;
io.netty.buffer.ByteBuf v;
int v, v;
long v;
java.lang.String v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2GoAwayFrame;
v = staticinvoke <io.netty.util.internal.StringUtil: java.lang.String simpleClassName(java.lang.Object)>(v);
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: long errorCode>;
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: io.netty.buffer.ByteBuf content()>();
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int extraStreamIds>;
v = v.<io.netty.handler.codec.http.DefaultHttp2GoAwayFrame: int lastStreamId>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,long,io.netty.buffer.ByteBuf,int,int)>(v, v, v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001(errorCode=\u, content=\u, extraStreamIds=\u, lastStreamId=\u)");
return v;
}
}