Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » http » [javadoc | source]
org.apache.tomcat.util.http
public class: TomcatCookie [javadoc | source]
java.lang.Object
   javax.servlet.http.Cookie
      org.apache.tomcat.util.http.TomcatCookie

All Implemented Interfaces:
    Cloneable

Field Summary
 boolean httpOnly     
Constructor:
 public TomcatCookie(String name,
    String value) 
Method from org.apache.tomcat.util.http.TomcatCookie Summary:
getHttpOnly,   setHttpOnly
Methods from javax.servlet.http.Cookie:
clone,   getComment,   getDomain,   getMaxAge,   getName,   getPath,   getSecure,   getValue,   getVersion,   setComment,   setDomain,   setMaxAge,   setPath,   setSecure,   setValue,   setVersion
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.http.TomcatCookie Detail:
 public boolean getHttpOnly() 
 public  void setHttpOnly(boolean httpOnly)