All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.www.http.CookieDate

java.lang.Object
   |
   +----org.w3c.www.http.BasicValue
           |
           +----org.w3c.www.http.HttpDate
                   |
                   +----org.w3c.www.http.CookieDate

public class CookieDate
extends HttpDate

Constructor Index

 o CookieDate(boolean, long)

Method Index

 o updateByteValue()
Update the RFC822 compatible header value for this object.

Constructors

 o CookieDate
 public CookieDate(boolean isValid,
                   long date)

Methods

 o updateByteValue
 protected void updateByteValue()
Update the RFC822 compatible header value for this object.

Overrides:
updateByteValue in class HttpDate

All Packages  Class Hierarchy  This Package  Previous  Next  Index