public class io.netty.handler.codec.http.DefaultHttp2SettingsFrame extends java.lang.Object implements io.netty.handler.codec.http.Http2SettingsFrame
{
private final io.netty.handler.codec.http.Http2Settings settings;
public void <init>(io.netty.handler.codec.http.Http2Settings)
{
io.netty.handler.codec.http.Http2Settings v;
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2SettingsFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2SettingsFrame;
v := @parameter: io.netty.handler.codec.http.Http2Settings;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <io.netty.util.internal.ObjectUtil: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "settings");
v.<io.netty.handler.codec.http.DefaultHttp2SettingsFrame: io.netty.handler.codec.http.Http2Settings settings> = v;
return;
}
public io.netty.handler.codec.http.Http2Settings settings()
{
io.netty.handler.codec.http.Http2Settings v;
io.netty.handler.codec.http.DefaultHttp2SettingsFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2SettingsFrame;
v = v.<io.netty.handler.codec.http.DefaultHttp2SettingsFrame: io.netty.handler.codec.http.Http2Settings settings>;
return v;
}
public java.lang.String name()
{
io.netty.handler.codec.http.DefaultHttp2SettingsFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2SettingsFrame;
return "SETTINGS";
}
public boolean equals(java.lang.Object)
{
io.netty.handler.codec.http.Http2Settings v, v;
io.netty.handler.codec.http.DefaultHttp2SettingsFrame v;
java.lang.Object v;
boolean v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2SettingsFrame;
v := @parameter: java.lang.Object;
v = v instanceof io.netty.handler.codec.http.Http2SettingsFrame;
if v != 0 goto label;
return 0;
label:
v = v.<io.netty.handler.codec.http.DefaultHttp2SettingsFrame: io.netty.handler.codec.http.Http2Settings settings>;
v = interfaceinvoke v.<io.netty.handler.codec.http.Http2SettingsFrame: io.netty.handler.codec.http.Http2Settings settings()>();
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Settings: boolean equals(java.lang.Object)>(v);
return v;
}
public int hashCode()
{
int v;
io.netty.handler.codec.http.Http2Settings v;
io.netty.handler.codec.http.DefaultHttp2SettingsFrame v;
v := @this: io.netty.handler.codec.http.DefaultHttp2SettingsFrame;
v = v.<io.netty.handler.codec.http.DefaultHttp2SettingsFrame: io.netty.handler.codec.http.Http2Settings settings>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Settings: int hashCode()>();
return v;
}
public java.lang.String toString()
{
io.netty.handler.codec.http.Http2Settings v;
io.netty.handler.codec.http.DefaultHttp2SettingsFrame v;
java.lang.String v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2SettingsFrame;
v = staticinvoke <io.netty.util.internal.StringUtil: java.lang.String simpleClassName(java.lang.Object)>(v);
v = v.<io.netty.handler.codec.http.DefaultHttp2SettingsFrame: io.netty.handler.codec.http.Http2Settings settings>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,io.netty.handler.codec.http.Http2Settings)>(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(settings=\u)");
return v;
}
}