Returns whether or not this cookie is secure (i.e. HTTPS vs HTTP). @return whether or not this cookie is secure (i.e. HTTPS vs HTTP)
()
| 190 | * @return whether or not this cookie is secure (i.e. HTTPS vs HTTP) |
| 191 | */ |
| 192 | public boolean isSecure() { |
| 193 | return isSecure_; |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * Returns whether or not this cookie is HttpOnly (i.e. not available in JS). |
no outgoing calls