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

Method isSecure

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

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)

()

Source from the content-addressed store, hash-verified

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).

Callers 13

checkCookieMethod · 0.95
testSimpleCookieMethod · 0.95
testCookieWithSecureMethod · 0.95
propertiesMethod · 0.95
toStringMethod · 0.95
matchMethod · 0.45
matchMethod · 0.45
HttpClientCookieMethod · 0.45

Calls

no outgoing calls

Tested by 8

checkCookieMethod · 0.76
testSimpleCookieMethod · 0.76
testCookieWithSecureMethod · 0.76
propertiesMethod · 0.76