org.mortbay.http

Class HttpOnlyCookie

Implemented Interfaces:
Cloneable

public class HttpOnlyCookie
extends Cookie

HttpOnlyCookie. This derivation of javax.servlet.http.Cookie can be used to indicate that the microsoft httponly extension should be used. The addSetCookie method on HttpFields checks for this type.
Author:
gregw

Constructor Summary

HttpOnlyCookie(String name, String value)

Method Summary

Methods inherited from class javax.servlet.http.Cookie

clone, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, setComment, setDomain, setMaxAge, setPath, setSecure, setValue, setVersion

Constructor Details

HttpOnlyCookie

public HttpOnlyCookie(String name,
                      String value)
Parameters:
name -
value -

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.