Package org.htmlunit.websocket
Class WebSocketCookieStore
java.lang.Object
org.htmlunit.websocket.WebSocketCookieStore
- All Implemented Interfaces:
CookieStore
A helper class for
WebSocket
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(URI uri, HttpCookie cookie) getURIs()
boolean
remove
(URI uri, HttpCookie cookie) boolean
-
Field Details
-
webClient_
-
-
Constructor Details
-
WebSocketCookieStore
WebSocketCookieStore(WebClient webClient)
-
-
Method Details
-
add
- Specified by:
add
in interfaceCookieStore
-
get
- Specified by:
get
in interfaceCookieStore
-
getCookies
- Specified by:
getCookies
in interfaceCookieStore
-
getURIs
- Specified by:
getURIs
in interfaceCookieStore
-
remove
- Specified by:
remove
in interfaceCookieStore
-
removeAll
public boolean removeAll()- Specified by:
removeAll
in interfaceCookieStore
-