public class io.netty.handler.codec.http.DefaultHttp2Headers extends io.netty.handler.codec.DefaultHeaders implements io.netty.handler.codec.http.Http2Headers
{
private static final io.netty.util.ByteProcessor HTTP2_NAME_VALIDATOR_PROCESSOR;
static final io.netty.handler.codec.DefaultHeaders$NameValidator HTTP2_NAME_VALIDATOR;
private static final io.netty.handler.codec.DefaultHeaders$ValueValidator VALUE_VALIDATOR;
private io.netty.handler.codec.DefaultHeaders$HeaderEntry firstNonPseudo;
public void <init>()
{
io.netty.handler.codec.http.DefaultHttp2Headers v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: void <init>(boolean)>(1);
return;
}
public void <init>(boolean)
{
io.netty.util.HashingStrategy v;
io.netty.handler.codec.DefaultHeaders$NameValidator v;
io.netty.handler.codec.CharSequenceValueConverter v;
io.netty.handler.codec.DefaultHeaders$HeaderEntry v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
boolean v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: boolean;
v = <io.netty.util.AsciiString: io.netty.util.HashingStrategy CASE_SENSITIVE_HASHER>;
v = <io.netty.handler.codec.CharSequenceValueConverter: io.netty.handler.codec.CharSequenceValueConverter INSTANCE>;
if v == 0 goto label;
v = <io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$NameValidator HTTP2_NAME_VALIDATOR>;
goto label;
label:
v = <io.netty.handler.codec.DefaultHeaders$NameValidator: io.netty.handler.codec.DefaultHeaders$NameValidator NOT_NULL>;
label:
specialinvoke v.<io.netty.handler.codec.DefaultHeaders: void <init>(io.netty.util.HashingStrategy,io.netty.handler.codec.ValueConverter,io.netty.handler.codec.DefaultHeaders$NameValidator)>(v, v, v);
v = v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry head>;
v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry firstNonPseudo> = v;
return;
}
public void <init>(boolean, int)
{
io.netty.util.HashingStrategy v;
int v;
io.netty.handler.codec.DefaultHeaders$NameValidator v;
io.netty.handler.codec.CharSequenceValueConverter v;
io.netty.handler.codec.DefaultHeaders$HeaderEntry v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
boolean v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: boolean;
v := @parameter: int;
v = <io.netty.util.AsciiString: io.netty.util.HashingStrategy CASE_SENSITIVE_HASHER>;
v = <io.netty.handler.codec.CharSequenceValueConverter: io.netty.handler.codec.CharSequenceValueConverter INSTANCE>;
if v == 0 goto label;
v = <io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$NameValidator HTTP2_NAME_VALIDATOR>;
goto label;
label:
v = <io.netty.handler.codec.DefaultHeaders$NameValidator: io.netty.handler.codec.DefaultHeaders$NameValidator NOT_NULL>;
label:
specialinvoke v.<io.netty.handler.codec.DefaultHeaders: void <init>(io.netty.util.HashingStrategy,io.netty.handler.codec.ValueConverter,io.netty.handler.codec.DefaultHeaders$NameValidator,int)>(v, v, v, v);
v = v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry head>;
v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry firstNonPseudo> = v;
return;
}
public void <init>(boolean, boolean, int)
{
io.netty.handler.codec.CharSequenceValueConverter v;
io.netty.util.HashingStrategy v;
int v;
io.netty.handler.codec.DefaultHeaders$NameValidator v;
io.netty.handler.codec.DefaultHeaders$ValueValidator v;
io.netty.handler.codec.DefaultHeaders$HeaderEntry v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
boolean v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: boolean;
v := @parameter: boolean;
v := @parameter: int;
v = <io.netty.util.AsciiString: io.netty.util.HashingStrategy CASE_SENSITIVE_HASHER>;
v = <io.netty.handler.codec.CharSequenceValueConverter: io.netty.handler.codec.CharSequenceValueConverter INSTANCE>;
if v == 0 goto label;
v = <io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$NameValidator HTTP2_NAME_VALIDATOR>;
goto label;
label:
v = <io.netty.handler.codec.DefaultHeaders$NameValidator: io.netty.handler.codec.DefaultHeaders$NameValidator NOT_NULL>;
label:
if v == 0 goto label;
v = <io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$ValueValidator VALUE_VALIDATOR>;
goto label;
label:
v = <io.netty.handler.codec.DefaultHeaders$ValueValidator: io.netty.handler.codec.DefaultHeaders$ValueValidator NO_VALIDATION>;
label:
specialinvoke v.<io.netty.handler.codec.DefaultHeaders: void <init>(io.netty.util.HashingStrategy,io.netty.handler.codec.ValueConverter,io.netty.handler.codec.DefaultHeaders$NameValidator,int,io.netty.handler.codec.DefaultHeaders$ValueValidator)>(v, v, v, v, v);
v = v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry head>;
v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry firstNonPseudo> = v;
return;
}
protected void validateName(io.netty.handler.codec.DefaultHeaders$NameValidator, boolean, java.lang.CharSequence)
{
java.lang.Object[] v;
java.lang.CharSequence v;
io.netty.handler.codec.http.Http2Exception v;
io.netty.handler.codec.DefaultHeaders$NameValidator v, v, v;
io.netty.handler.codec.http.Http2Error v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
boolean v, v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: io.netty.handler.codec.DefaultHeaders$NameValidator;
v := @parameter: boolean;
v := @parameter: java.lang.CharSequence;
specialinvoke v.<io.netty.handler.codec.DefaultHeaders: void validateName(io.netty.handler.codec.DefaultHeaders$NameValidator,boolean,java.lang.Object)>(v, v, v);
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$NameValidator nameValidator()>();
v = <io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$NameValidator HTTP2_NAME_VALIDATOR>;
if v != v goto label;
if v == 0 goto label;
v = staticinvoke <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: boolean hasPseudoHeaderFormat(java.lang.CharSequence)>(v);
if v == 0 goto label;
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: boolean contains(java.lang.Object)>(v);
if v == 0 goto label;
v = <io.netty.handler.codec.http.Http2Error: io.netty.handler.codec.http.Http2Error PROTOCOL_ERROR>;
v = newarray (java.lang.Object)[1];
v[0] = v;
v = staticinvoke <io.netty.handler.codec.http.Http2Exception: io.netty.handler.codec.http.Http2Exception connectionError(io.netty.handler.codec.http.Http2Error,java.lang.String,java.lang.Object[])>(v, "Duplicate HTTP/2 pseudo-header \'%s\' encountered.", v);
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
label:
return;
}
protected void validateValue(io.netty.handler.codec.DefaultHeaders$ValueValidator, java.lang.CharSequence, java.lang.CharSequence)
{
java.lang.CharSequence v, v;
io.netty.handler.codec.DefaultHeaders$ValueValidator v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: io.netty.handler.codec.DefaultHeaders$ValueValidator;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.lang.CharSequence;
specialinvoke v.<io.netty.handler.codec.DefaultHeaders: void validateValue(io.netty.handler.codec.DefaultHeaders$ValueValidator,java.lang.Object,java.lang.Object)>(v, v, v);
return;
}
public io.netty.handler.codec.http.Http2Headers clear()
{
io.netty.handler.codec.Headers v;
io.netty.handler.codec.DefaultHeaders$HeaderEntry v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v = v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry head>;
v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$HeaderEntry firstNonPseudo> = v;
v = specialinvoke v.<io.netty.handler.codec.DefaultHeaders: io.netty.handler.codec.Headers clear()>();
return v;
}
public boolean equals(java.lang.Object)
{
io.netty.util.HashingStrategy v;
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
boolean v, v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.Object;
v = v instanceof io.netty.handler.codec.http.Http2Headers;
if v == 0 goto label;
v = <io.netty.util.AsciiString: io.netty.util.HashingStrategy CASE_SENSITIVE_HASHER>;
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: boolean equals(io.netty.handler.codec.Headers,io.netty.util.HashingStrategy)>(v, v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int hashCode()
{
int v;
io.netty.util.HashingStrategy v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v = <io.netty.util.AsciiString: io.netty.util.HashingStrategy CASE_SENSITIVE_HASHER>;
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: int hashCode(io.netty.util.HashingStrategy)>(v);
return v;
}
public io.netty.handler.codec.http.Http2Headers method(java.lang.CharSequence)
{
java.lang.CharSequence v;
io.netty.util.AsciiString v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.CharSequence;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName METHOD>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.Headers set(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.netty.handler.codec.http.Http2Headers scheme(java.lang.CharSequence)
{
java.lang.CharSequence v;
io.netty.util.AsciiString v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.CharSequence;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName SCHEME>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.Headers set(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.netty.handler.codec.http.Http2Headers authority(java.lang.CharSequence)
{
java.lang.CharSequence v;
io.netty.util.AsciiString v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.CharSequence;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName AUTHORITY>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.Headers set(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.netty.handler.codec.http.Http2Headers path(java.lang.CharSequence)
{
java.lang.CharSequence v;
io.netty.util.AsciiString v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.CharSequence;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName PATH>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.Headers set(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public io.netty.handler.codec.http.Http2Headers status(java.lang.CharSequence)
{
java.lang.CharSequence v;
io.netty.util.AsciiString v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.CharSequence;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName STATUS>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.Headers set(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public java.lang.CharSequence method()
{
io.netty.util.AsciiString v;
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName METHOD>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: java.lang.Object get(java.lang.Object)>(v);
return v;
}
public java.lang.CharSequence scheme()
{
io.netty.util.AsciiString v;
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName SCHEME>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: java.lang.Object get(java.lang.Object)>(v);
return v;
}
public java.lang.CharSequence authority()
{
io.netty.util.AsciiString v;
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName AUTHORITY>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: java.lang.Object get(java.lang.Object)>(v);
return v;
}
public java.lang.CharSequence path()
{
io.netty.util.AsciiString v;
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName PATH>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: java.lang.Object get(java.lang.Object)>(v);
return v;
}
public java.lang.CharSequence status()
{
io.netty.util.AsciiString v;
java.lang.Object v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v = <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName STATUS>;
v = virtualinvoke v.<io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.util.AsciiString value()>();
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: java.lang.Object get(java.lang.Object)>(v);
return v;
}
public boolean contains(java.lang.CharSequence, java.lang.CharSequence)
{
java.lang.CharSequence v, v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
boolean v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.lang.CharSequence;
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: boolean contains(java.lang.CharSequence,java.lang.CharSequence,boolean)>(v, v, 0);
return v;
}
public boolean contains(java.lang.CharSequence, java.lang.CharSequence, boolean)
{
io.netty.util.HashingStrategy v;
java.lang.CharSequence v, v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
boolean v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.lang.CharSequence;
v := @parameter: boolean;
if v == 0 goto label;
v = <io.netty.util.AsciiString: io.netty.util.HashingStrategy CASE_INSENSITIVE_HASHER>;
goto label;
label:
v = <io.netty.util.AsciiString: io.netty.util.HashingStrategy CASE_SENSITIVE_HASHER>;
label:
v = virtualinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers: boolean contains(java.lang.Object,java.lang.Object,io.netty.util.HashingStrategy)>(v, v, v);
return v;
}
protected final io.netty.handler.codec.DefaultHeaders$HeaderEntry newHeaderEntry(int, java.lang.CharSequence, java.lang.CharSequence, io.netty.handler.codec.DefaultHeaders$HeaderEntry)
{
java.lang.CharSequence v, v;
io.netty.handler.codec.http.DefaultHttp2Headers$Http2HeaderEntry v;
int v;
io.netty.handler.codec.DefaultHeaders$HeaderEntry v;
io.netty.handler.codec.http.DefaultHttp2Headers v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers;
v := @parameter: int;
v := @parameter: java.lang.CharSequence;
v := @parameter: java.lang.CharSequence;
v := @parameter: io.netty.handler.codec.DefaultHeaders$HeaderEntry;
v = new io.netty.handler.codec.http.DefaultHttp2Headers$Http2HeaderEntry;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers$Http2HeaderEntry: void <init>(io.netty.handler.codec.http.DefaultHttp2Headers,int,java.lang.CharSequence,java.lang.CharSequence,io.netty.handler.codec.DefaultHeaders$HeaderEntry)>(v, v, v, v, v);
return v;
}
static void <clinit>()
{
io.netty.handler.codec.http.DefaultHttp2Headers$3 v;
io.netty.handler.codec.http.DefaultHttp2Headers$2 v;
io.netty.handler.codec.http.DefaultHttp2Headers$1 v;
v = new io.netty.handler.codec.http.DefaultHttp2Headers$1;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers$1: void <init>()>();
<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.util.ByteProcessor HTTP2_NAME_VALIDATOR_PROCESSOR> = v;
v = new io.netty.handler.codec.http.DefaultHttp2Headers$2;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers$2: void <init>()>();
<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$NameValidator HTTP2_NAME_VALIDATOR> = v;
v = new io.netty.handler.codec.http.DefaultHttp2Headers$3;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttp2Headers$3: void <init>()>();
<io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.handler.codec.DefaultHeaders$ValueValidator VALUE_VALIDATOR> = v;
return;
}
}