Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965DomainAttributeHandler.java157 String effectiveHostWithoutDomain = host.substring( in validate() local
159 if (effectiveHostWithoutDomain.indexOf('.') != -1) { in validate()
195 String effectiveHostWithoutDomain = host.substring( in match() local
197 return effectiveHostWithoutDomain.indexOf('.') == -1; in match()