public interface CBLCookieStore
Modifier and Type | Method and Description |
---|---|
String |
getCookies(URI uri) |
static List<okhttp3.Cookie> |
parseCookies(okhttp3.HttpUrl url,
String cookies)
Parse request header "Cookie" in the format of "name=value;name=value..."
into OKHTTP Cookie used by AbstractCBLWebSocket.
|
void |
setCookie(URI uri,
String setCookieHeader) |