|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.www.http.BasicValue | +--org.w3c.www.http.HttpDate | +--org.w3c.www.http.CookieDate
Field Summary | |
protected static java.lang.String[] |
days
|
protected static java.lang.String[] |
months
|
Fields inherited from class org.w3c.www.http.HttpDate |
bdays, bmonthes, cal, date |
Fields inherited from class org.w3c.www.http.BasicValue |
isValid, raw, rlen, roff |
Constructor Summary | |
CookieDate(boolean isValid,
long date)
|
Method Summary | |
protected void |
updateByteValue()
Update the RFC822 compatible header value for this object. |
Methods inherited from class org.w3c.www.http.HttpDate |
getValue, parse, setValue |
Methods inherited from class org.w3c.www.http.BasicValue |
addBytes, appendValue, checkByteValue, emit, error, invalidateByteValue, setBytes, setString, toExternalForm, toString, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static java.lang.String[] days
protected static java.lang.String[] months
Constructor Detail |
public CookieDate(boolean isValid, long date)
Method Detail |
protected void updateByteValue()
BasicValue
updateByteValue
in class HttpDate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |