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
50 public interface Cookie {
67 * Returns the comment describing the purpose of this cookie, or
75 * If a user agent (web browser) presents this cookie to a user, the
76 * cookie's purpose will be described by the information at this URL.
81 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt>
91 * Returns <tt>false</tt> if the cookie should be discarded at the end
94 * @return <tt>false</tt> if the cookie should be discarded at the end
100 * Returns domain attribute of the cookie.
107 * Returns the path attribute of the cookie
114 * Get the Port attribute. It restricts the ports to which a cookie
115 * may be returned in a Cookie request header.
120 * Indicates whether this cookie requires a secure connection.
122 * @return <code>true</code> if this cookie should only be sent
128 * Returns the version of the cookie specification to which this
129 * cookie conforms.
131 * @return the version of the cookie.
136 * Returns true if this cookie has expired.
139 * @return <tt>true</tt> if the cookie has expired.