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.java152 String effectiveHostWithoutDomain = host.substring( in validate() local
154 if (effectiveHostWithoutDomain.indexOf('.') != -1) { in validate()
190 String effectiveHostWithoutDomain = host.substring( in match() local
192 return effectiveHostWithoutDomain.indexOf('.') == -1; in match()