Home | History | Annotate | Download | only in cookie

Lines Matching defs:Cookie

2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/Cookie.java $
32 package org.apache.http.cookie;
37 * HTTP "magic-cookie" represents a piece of state information
45 public interface Cookie {
62 * Returns the comment describing the purpose of this cookie, or
70 * If a user agent (web browser) presents this cookie to a user, the
71 * cookie's purpose will be described by the information at this URL.
76 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt>
86 * Returns <tt>false</tt> if the cookie should be discarded at the end
89 * @return <tt>false</tt> if the cookie should be discarded at the end
95 * Returns domain attribute of the cookie.
102 * Returns the path attribute of the cookie
109 * Get the Port attribute. It restricts the ports to which a cookie
110 * may be returned in a Cookie request header.
115 * Indicates whether this cookie requires a secure connection.
117 * @return <code>true</code> if this cookie should only be sent
123 * Returns the version of the cookie specification to which this
124 * cookie conforms.
126 * @return the version of the cookie.
131 * Returns true if this cookie has expired.
134 * @return <tt>true</tt> if the cookie has expired.