Searched refs:PORT_ATTR (Results 1 – 3 of 3) sorted by relevance
133 && ((ClientCookie) cookie).containsAttribute(ClientCookie.PORT_ATTR)) { in validate()156 && ((ClientCookie) cookie).containsAttribute(ClientCookie.PORT_ATTR)) { in match()
72 registerAttribHandler(ClientCookie.PORT_ATTR, new RFC2965PortAttributeHandler()); in RFC2965Spec()187 String s = ((ClientCookie) cookie).getAttribute(ClientCookie.PORT_ATTR); in formatCookieAsVer()
59 public static final String PORT_ATTR = "port"; field