Searched defs:portlist (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DHttpCookie.java80 private String portlist; // Port[="portlist"] ... the port cookie may be returned to field in class:HttpCookie
172 portlist = null;
368 * Specify the portlist of the cookie, which restricts the port(s)
377 portlist = ports;
392 return portlist;

Completed in 189 milliseconds