Package org.cometd.javascript
Class JavaScriptCookieStore
- java.lang.Object
-
- org.cometd.javascript.JavaScriptCookieStore
-
public class JavaScriptCookieStore extends Object
Representation of the cookies in the JavaScript environment.
The actual store must survive page reloads.
-
-
Constructor Summary
Constructors Constructor Description JavaScriptCookieStore(CookieStore store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String scheme, String host, String path)CookieStoregetStore()voidset(String scheme, String host, String uriPath, String cookies)
-
-
-
Constructor Detail
-
JavaScriptCookieStore
public JavaScriptCookieStore(CookieStore store)
-
-