HomeSort by relevance Sort by last modified time
    Searched refs:CookieAttributeHandler (Results 1 - 13 of 13) sorted by null

  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java 38 import org.apache.http.cookie.CookieAttributeHandler;
44 * {@link CookieAttributeHandler}s.
60 private final Map<String, CookieAttributeHandler> attribHandlerMap;
67 this.attribHandlerMap = new HashMap<String, CookieAttributeHandler>(10);
71 final String name, final CookieAttributeHandler handler) {
82 * Finds an attribute handler {@link CookieAttributeHandler} for the
89 protected CookieAttributeHandler findAttribHandler(final String name) {
94 * Gets attribute handler {@link CookieAttributeHandler} for the
101 protected CookieAttributeHandler getAttribHandler(final String name) {
102 CookieAttributeHandler handler = findAttribHandler(name)
    [all...]
AbstractCookieAttributeHandler.java 34 import org.apache.http.cookie.CookieAttributeHandler;
44 public abstract class AbstractCookieAttributeHandler implements CookieAttributeHandler {
RFC2965CommentUrlAttributeHandler.java 35 import org.apache.http.cookie.CookieAttributeHandler;
49 public class RFC2965CommentUrlAttributeHandler implements CookieAttributeHandler {
RFC2965DiscardAttributeHandler.java 35 import org.apache.http.cookie.CookieAttributeHandler;
49 public class RFC2965DiscardAttributeHandler implements CookieAttributeHandler {
CookieSpecBase.java 41 import org.apache.http.cookie.CookieAttributeHandler;
98 CookieAttributeHandler handler = findAttribHandler(s);
116 for (CookieAttributeHandler handler: getAttribHandlers()) {
128 for (CookieAttributeHandler handler: getAttribHandlers()) {
BasicPathHandler.java 34 import org.apache.http.cookie.CookieAttributeHandler;
45 public class BasicPathHandler implements CookieAttributeHandler {
RFC2965VersionAttributeHandler.java 36 import org.apache.http.cookie.CookieAttributeHandler;
50 public class RFC2965VersionAttributeHandler implements CookieAttributeHandler {
BasicDomainHandler.java 34 import org.apache.http.cookie.CookieAttributeHandler;
45 public class BasicDomainHandler implements CookieAttributeHandler {
RFC2109DomainHandler.java 36 import org.apache.http.cookie.CookieAttributeHandler;
47 public class RFC2109DomainHandler implements CookieAttributeHandler {
RFC2965DomainAttributeHandler.java 38 import org.apache.http.cookie.CookieAttributeHandler;
55 public class RFC2965DomainAttributeHandler implements CookieAttributeHandler {
RFC2965PortAttributeHandler.java 38 import org.apache.http.cookie.CookieAttributeHandler;
52 public class RFC2965PortAttributeHandler implements CookieAttributeHandler {
RFC2965Spec.java 44 import org.apache.http.cookie.CookieAttributeHandler;
147 CookieAttributeHandler handler = findAttribHandler(s);
  /external/apache-http/src/org/apache/http/cookie/
CookieAttributeHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieAttributeHandler.java $
51 public interface CookieAttributeHandler {

Completed in 691 milliseconds