Searched refs:portValue (Results 1 – 1 of 1) sorted by relevance
62 private static int[] parsePortAttribute(final String portValue) in parsePortAttribute() argument64 StringTokenizer st = new StringTokenizer(portValue, ","); in parsePortAttribute()105 public void parse(final SetCookie cookie, final String portValue) in parse() argument112 if (portValue != null && portValue.trim().length() > 0) { in parse()113 int[] ports = parsePortAttribute(portValue); in parse()