|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.util.ClientCookie
Contains cookie information for cookies returned from the server to the client.
Cookie
Constructor Summary | |
ClientCookie(String theName,
String theValue,
String theComment,
String theDomain,
long theMaxAge,
String thePath,
boolean isSecure,
float theVersion)
Deprecated. Construct a client cookie. |
Method Summary | |
String |
getComment()
Deprecated. |
String |
getDomain()
Deprecated. |
long |
getMaxAge()
Deprecated. |
String |
getName()
Deprecated. |
String |
getPath()
Deprecated. |
String |
getValue()
Deprecated. |
float |
getVersion()
Deprecated. |
boolean |
isSecure()
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientCookie(String theName, String theValue, String theComment, String theDomain, long theMaxAge, String thePath, boolean isSecure, float theVersion)
theName
- the cookie's name
theValue
- the cookie's value
theComment
- the cookie's comment
theDomain
- the cookie's domain
theMaxAge
- the cookie's max age
thePath
- the cookie's path
isSecure
- true is the cookies is a secure cookie
theVersion
- the cookie's version
Method Detail |
public String getComment()
public String getDomain()
public long getMaxAge()
public String getName()
public String getPath()
public String getValue()
public float getVersion()
public boolean isSecure()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |