Returns whether or not this cookie is HttpOnly (i.e. not available in JS). @see Wikipedia @return whether or not this cookie is HttpOnly (i.e. not available in JS).
()
| 199 | * @return whether or not this cookie is HttpOnly (i.e. not available in JS). |
| 200 | */ |
| 201 | public boolean isHttpOnly() { |
| 202 | return isHttpOnly_; |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * @return the SameSite value or {@code null} if not set. |
no outgoing calls