MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getExpires

Method getExpires

src/main/java/org/htmlunit/http/Cookie.java:184–186  ·  view source on GitHub ↗

Returns the date on which this cookie expires (null if it never expires). @return the date on which this cookie expires (null if it never expires)

()

Source from the content-addressed store, hash-verified

182 * @return the date on which this cookie expires ({@code null} if it never expires)
183 */
184 public Date getExpires() {
185 return expiryDate_;
186 }
187
188 /**
189 * Returns whether or not this cookie is secure (i.e. HTTPS vs HTTP).

Calls

no outgoing calls