Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965PortAttributeHandler.java96 private static boolean portMatch(int port, int[] ports) { in portMatch() method in RFC2965PortAttributeHandler
139 if (!portMatch(port, cookie.getPorts())) { in validate()
166 if (!portMatch(port, cookie.getPorts())) { in match()