Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/cookie/
DRFC2965Spec.java111 origin = adjustEffectiveHost(origin); in parse()
166 origin = adjustEffectiveHost(origin); in validate()
178 origin = adjustEffectiveHost(origin); in match()
223 private static CookieOrigin adjustEffectiveHost(final CookieOrigin origin) { in adjustEffectiveHost() method in RFC2965Spec