Package | Description |
---|---|
com.sun.webkit.network |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.Map<Cookie,Cookie>> |
CookieStore.buckets
The mapping from domain names to cookie buckets.
|
private java.util.Map<java.lang.String,java.util.Map<Cookie,Cookie>> |
CookieStore.buckets
The mapping from domain names to cookie buckets.
|
Modifier and Type | Method and Description |
---|---|
(package private) Cookie |
CookieStore.get(Cookie cookie)
Returns the currently stored cookie with the same name, domain, and
path as the given cookie.
|
(package private) static Cookie |
Cookie.parse(java.lang.String setCookieString,
ExtendedTime currentTime)
Parses a
Set-Cookie header string into a Cookie
object. |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<Cookie> |
CookieStore.get(java.lang.String hostname,
java.lang.String path,
boolean secureProtocol,
boolean httpApi)
Returns all the currently stored cookies that match the given query.
|
Modifier and Type | Method and Description |
---|---|
int |
CookieStore.GetComparator.compare(Cookie c1,
Cookie c2) |
int |
CookieStore.RemovalComparator.compare(Cookie c1,
Cookie c2) |
(package private) Cookie |
CookieStore.get(Cookie cookie)
Returns the currently stored cookie with the same name, domain, and
path as the given cookie.
|
private void |
CookieStore.log(java.lang.String message,
Cookie cookie,
java.util.Map<Cookie,Cookie> bucket)
Logs a cookie event.
|
(package private) void |
CookieStore.put(Cookie cookie)
Stores the given cookie.
|
private void |
CookieManager.put(java.net.URI uri,
Cookie cookie)
Puts an individual cookie.
|
Modifier and Type | Method and Description |
---|---|
private void |
CookieStore.find(java.util.List<Cookie> list,
java.util.Map<Cookie,Cookie> bucket,
java.lang.String hostname,
java.lang.String path,
boolean secureProtocol,
boolean httpApi)
Finds all the cookies that are stored in the given bucket and
match the given query.
|
private void |
CookieStore.find(java.util.List<Cookie> list,
java.util.Map<Cookie,Cookie> bucket,
java.lang.String hostname,
java.lang.String path,
boolean secureProtocol,
boolean httpApi)
Finds all the cookies that are stored in the given bucket and
match the given query.
|
private void |
CookieStore.find(java.util.List<Cookie> list,
java.util.Map<Cookie,Cookie> bucket,
java.lang.String hostname,
java.lang.String path,
boolean secureProtocol,
boolean httpApi)
Finds all the cookies that are stored in the given bucket and
match the given query.
|
private void |
CookieStore.log(java.lang.String message,
Cookie cookie,
java.util.Map<Cookie,Cookie> bucket)
Logs a cookie event.
|
private void |
CookieStore.log(java.lang.String message,
Cookie cookie,
java.util.Map<Cookie,Cookie> bucket)
Logs a cookie event.
|
private void |
CookieStore.purge(java.util.Map<Cookie,Cookie> bucket)
Removes excess cookies from a given bucket.
|
private void |
CookieStore.purge(java.util.Map<Cookie,Cookie> bucket)
Removes excess cookies from a given bucket.
|