Home
last modified time | relevance | path

Searched refs:portValue (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965PortAttributeHandler.java62 private static int[] parsePortAttribute(final String portValue) in parsePortAttribute() argument
64 StringTokenizer st = new StringTokenizer(portValue, ","); in parsePortAttribute()
105 public void parse(final SetCookie cookie, final String portValue) in parse() argument
112 if (portValue != null && portValue.trim().length() > 0) { in parse()
113 int[] ports = parsePortAttribute(portValue); in parse()