-
-
Constructor Summary
Constructors
| Constructor and Description |
HarCookie() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HarCookie
public HarCookie()
-
Method Detail
-
getName
public String getName()
- Returns:
- Name of the cookie, null if not present.
-
getValue
public String getValue()
- Returns:
- Value of the cookie, null if not present.
-
getPath
public String getPath()
- Returns:
- The cookie's path, null if not present.
-
getExpires
public Date getExpires()
- Returns:
- The cookie's expiration time, null if not present.
Copyright © 2016. All Rights Reserved.