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)
()
| 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). |
no outgoing calls