Merge "Clarify CookieManager RFC reference." into qt-dev am: 7186df9e6f am: 45a9d4bc79

am: 04be94e23e

Change-Id: I4b40d40281753e10408d41114490794734002d72
This commit is contained in:
Torne (Richard Coles)
2019-10-30 10:03:58 -07:00
committed by android-build-merger

View File

@@ -22,7 +22,10 @@ import android.net.WebAddress;
/**
* Manages the cookies used by an application's {@link WebView} instances.
* Cookies are manipulated according to RFC2109.
* <p>
* CookieManager represents cookies as strings in the same format as the
* HTTP {@code Cookie} and {@code Set-Cookie} header fields (defined in
* <a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03">RFC6265bis</a>).
*/
public abstract class CookieManager {
/**