public class JavaScriptCookieStore extends Object
Representation of the cookies in the JavaScript environment.
The actual store must survive page reloads.
Constructor and Description |
---|
JavaScriptCookieStore(CookieStore store) |
Modifier and Type | Method and Description |
---|---|
String |
get(String scheme,
String host,
String path) |
CookieStore |
getStore() |
void |
set(String scheme,
String host,
String uriPath,
String cookies) |
public JavaScriptCookieStore(CookieStore store)
Copyright © 2008–2023 The CometD Project. All rights reserved.