Interface CBLCookieStore
-
public interface CBLCookieStoreInterface for CookieStore
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCookies(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.voidsetCookie(URI uri, String setCookieHeader)
-