Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ getName
Method
getName
src/main/java/org/htmlunit/http/Cookie.java:152–154 ·
view source on GitHub ↗
Returns the cookie name. @return the cookie name
()
Source
from the content-addressed store, hash-verified
150
* @
return
the cookie name
151
*/
152
public
String getName() {
153
return
name_;
154
}
155
156
/**
157
* Returns the cookie value.
Callers
15
checkCookie
Method · 0.95
testSimpleCookie
Method · 0.95
testCookieWithEmptyValue
Method · 0.95
testEmptyCookie
Method · 0.95
testCookieWithNoName
Method · 0.95
testCookieWithBlankName
Method · 0.95
testCookieWithWhitespace
Method · 0.95
testCookieWithDomain
Method · 0.95
testCookieWithPath
Method · 0.95
testCookieWithAllAttributes
Method · 0.95
testCookieWithQuotedValue
Method · 0.95
testCookieWithSemicolonBeforeEquals
Method · 0.95
Calls
no outgoing calls
Tested by
15
checkCookie
Method · 0.76
testSimpleCookie
Method · 0.76
testCookieWithEmptyValue
Method · 0.76
testEmptyCookie
Method · 0.76
testCookieWithNoName
Method · 0.76
testCookieWithBlankName
Method · 0.76
testCookieWithWhitespace
Method · 0.76
testCookieWithDomain
Method · 0.76
testCookieWithPath
Method · 0.76
testCookieWithAllAttributes
Method · 0.76
testCookieWithQuotedValue
Method · 0.76
testCookieWithSemicolonBeforeEquals
Method · 0.76