public final class org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder extends org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.CookieDecoder
{
public static final org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder STRICT;
public static final org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder LAX;
private void <init>(boolean)
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder v;
boolean v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder;
v := @parameter: boolean;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.CookieDecoder: void <init>(boolean)>(v);
return;
}
public org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.Cookie decode(java.lang.String)
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder v, v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.Cookie v;
int v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.DefaultCookie v;
char v, v, v;
java.lang.Object v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder;
v := @parameter: java.lang.String;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.internal.ObjectUtil: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "header");
v = virtualinvoke v.<java.lang.String: int length()>();
if v != 0 goto label;
return null;
label:
v = null;
v = 0;
label:
if v == v goto label;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
if v == 44 goto label;
if v == 9 goto label;
if v == 10 goto label;
if v == 11 goto label;
if v == 12 goto label;
if v == 13 goto label;
if v == 32 goto label;
if v != 59 goto label;
label:
v = v + 1;
goto label;
label:
v = v;
label:
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
if v != 59 goto label;
v = v;
v = (int) -1;
v = v;
v = (int) -1;
v = v;
goto label;
label:
if v != 61 goto label;
v = v;
v = v + 1;
if v != v goto label;
v = 0;
v = 0;
goto label;
label:
v = v;
v = virtualinvoke v.<java.lang.String: int indexOf(int,int)>(59, v);
if v <= 0 goto label;
v = v;
goto label;
label:
v = v;
label:
v = v;
v = v;
goto label;
label:
v = v + 1;
if v != v goto label;
v = v;
v = (int) -1;
v = v;
v = (int) -1;
v = v;
label:
if v <= 0 goto label;
v = v - 1;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
if v != 44 goto label;
v = v - 1;
label:
if v != null goto label;
v = virtualinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.DefaultCookie initCookie(java.lang.String,int,int,int,int)>(v, v, v, v, v);
if v != null goto label;
return null;
label:
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder: void <init>(org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.DefaultCookie,java.lang.String)>(v, v);
v = v;
goto label;
label:
virtualinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder: void appendAttribute(int,int,int,int)>(v, v, v, v);
goto label;
label:
if v == null goto label;
v = virtualinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.Cookie cookie()>();
goto label;
label:
v = null;
label:
return v;
}
static void <clinit>()
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder v, v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder: void <init>(boolean)>(1);
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder STRICT> = v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder: void <init>(boolean)>(0);
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.http.cookie.ClientCookieDecoder LAX> = v;
return;
}
}