org.mortbay.jetty
Class HttpOnlyCookie
java.lang.Object
Cookie
org.mortbay.jetty.HttpOnlyCookie
public class HttpOnlyCookie
- extends Cookie
HttpOnlyCookie.
Implements Cookie from the javax.servlet package.
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpOnlyCookie
public HttpOnlyCookie(String name,
String value)
- Parameters:
name - value -
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.