/[classpath]/inetlib/source/gnu/inet/http/CookieManager.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/http/CookieManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dog, Thu Oct 21 15:21:55 2004 UTC revision 1.3 by dog, Thu Nov 25 22:15:05 2004 UTC
# Line 52  public interface CookieManager Line 52  public interface CookieManager
52     * Stores a cookie in the cookie manager.     * Stores a cookie in the cookie manager.
53     * @param cookie the cookie to store     * @param cookie the cookie to store
54     */     */
55    void setCookie (Cookie cookie);    void setCookie(Cookie cookie);
56    
57    /**    /**
58     * Retrieves the cookies matching the specified criteria.     * Retrieves the cookies matching the specified criteria.
# Line 60  public interface CookieManager Line 60  public interface CookieManager
60     * @param secure whether the connection is secure     * @param secure whether the connection is secure
61     * @param path the path to access     * @param path the path to access
62     */     */
63    Cookie[] getCookies (String host, boolean secure, String path);    Cookie[] getCookies(String host, boolean secure, String path);
64        
65  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26