class io.netty.handler.codec.http.DefaultHttp2Headers$2 extends java.lang.Object implements io.netty.handler.codec.DefaultHeaders$NameValidator
{
void <init>()
{
io.netty.handler.codec.http.DefaultHttp2Headers$2 v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers$2;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void validateName(java.lang.CharSequence)
{
java.lang.Throwable v;
java.lang.Object[] v, v, v, v, v;
io.netty.handler.codec.http.DefaultHttp2Headers$2 v;
io.netty.handler.codec.http.Http2Exception v, v, v, v, v, v;
int v, v, v, v, v;
boolean v, v, v;
java.lang.CharSequence v;
char v;
io.netty.util.ByteProcessor v;
io.netty.handler.codec.http.Http2Headers$PseudoHeaderName v;
io.netty.handler.codec.http.Http2Error v, v, v, v, v;
v := @this: io.netty.handler.codec.http.DefaultHttp2Headers$2;
v := @parameter: java.lang.CharSequence;
if v == null goto label;
v = interfaceinvoke v.<java.lang.CharSequence: int length()>();
if v != 0 goto label;
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, "empty headers are not allowed [%s]", v);
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
label:
v = v instanceof io.netty.util.AsciiString;
if v == 0 goto label;
label:
v = <io.netty.handler.codec.http.DefaultHttp2Headers: io.netty.util.ByteProcessor HTTP2_NAME_VALIDATOR_PROCESSOR>;
v = virtualinvoke v.<io.netty.util.AsciiString: int forEachByte(io.netty.util.ByteProcessor)>(v);
label:
goto label;
label:
v := @caughtexception;
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
return;
label:
v := @caughtexception;
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.Throwable,java.lang.String,java.lang.Object[])>(v, v, "unexpected error. invalid header name [%s]", v);
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
return;
label:
v = (int) -1;
if v == v 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, "invalid header name [%s]", v);
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
goto label;
label:
v = 0;
label:
v = interfaceinvoke v.<java.lang.CharSequence: int length()>();
if v >= v goto label;
v = interfaceinvoke v.<java.lang.CharSequence: char charAt(int)>(v);
v = staticinvoke <io.netty.util.AsciiString: boolean isUpperCase(char)>(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, "invalid header name [%s]", v);
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
label:
v = v + 1;
goto label;
label:
v = staticinvoke <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: boolean hasPseudoHeaderFormat(java.lang.CharSequence)>(v);
if v == 0 goto label;
v = staticinvoke <io.netty.handler.codec.http.Http2Headers$PseudoHeaderName: io.netty.handler.codec.http.Http2Headers$PseudoHeaderName getPseudoHeader(java.lang.CharSequence)>(v);
if v != null 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, "Invalid HTTP/2 pseudo-header \'%s\' encountered.", v);
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
label:
return;
catch io.netty.handler.codec.http.Http2Exception from label to label with label;
catch java.lang.Throwable from label to label with label;
}
}