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

Method getSameSite

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

@return the SameSite value or null if not set.

()

Source from the content-addressed store, hash-verified

206 * @return the SameSite value or {@code null} if not set.
207 */
208 public String getSameSite() {
209 return samesite_;
210 }
211
212 /**
213 * {@inheritDoc}

Callers 15

propertiesMethod · 0.95
toStringMethod · 0.95
sameSiteMethod · 0.45

Calls

no outgoing calls

Tested by 12

propertiesMethod · 0.76
sameSiteMethod · 0.36
sameSiteMethod · 0.36