Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » util » [javadoc | source]
org.apache.catalina.util
public class: CookieTools [javadoc | source]
java.lang.Object
   org.apache.catalina.util.CookieTools
Cookie utils - generate cookie header, etc
Method from org.apache.catalina.util.CookieTools Summary:
getCookieHeaderName,   getCookieHeaderValue,   getCookieHeaderValue,   maybeQuote
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.util.CookieTools Detail:
 public static String getCookieHeaderName(Cookie cookie) 
    Return the header name to set the cookie, based on cookie version
 public static String getCookieHeaderValue(Cookie cookie) 
Deprecated! Use - StringBuffer version

    Return the header value used to set this cookie
 public static  void getCookieHeaderValue(Cookie cookie,
    StringBuffer buf) 
    Return the header value used to set this cookie
 static  void maybeQuote(int version,
    StringBuffer buf,
    String value)