public class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler extends java.lang.Object implements org.apache.http.cookie.CommonCookieAttributeHandler
{
public void <init>()
{
org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler v;
v := @this: org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.http.cookie.MalformedCookieException
{
org.apache.http.cookie.SetCookie v;
org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler v;
java.lang.String v;
boolean v;
v := @this: org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler;
v := @parameter: org.apache.http.cookie.SetCookie;
v := @parameter: java.lang.String;
v = v instanceof org.apache.http.cookie.SetCookie;
if v == 0 goto label;
interfaceinvoke v.<org.apache.http.cookie.SetCookie2: void setCommentURL(java.lang.String)>(v);
label:
return;
}
public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.cookie.MalformedCookieException
{
org.apache.http.cookie.Cookie v;
org.apache.http.cookie.CookieOrigin v;
org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler v;
v := @this: org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler;
v := @parameter: org.apache.http.cookie.Cookie;
v := @parameter: org.apache.http.cookie.CookieOrigin;
return;
}
public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin)
{
org.apache.http.cookie.Cookie v;
org.apache.http.cookie.CookieOrigin v;
org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler v;
v := @this: org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler;
v := @parameter: org.apache.http.cookie.Cookie;
v := @parameter: org.apache.http.cookie.CookieOrigin;
return 1;
}
public java.lang.String getAttributeName()
{
org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler v;
v := @this: org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler;
return "commenturl";
}
}