Merge "Clarify CookieManager RFC reference." into qt-dev
am: 7186df9e6f
Change-Id: I91a6a53d029b8ec2567eaac93056c91642b5177e
This commit is contained in:
committed by
android-build-merger
commit
45a9d4bc79
@@ -22,7 +22,10 @@ import android.net.WebAddress;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Manages the cookies used by an application's {@link WebView} instances.
|
* 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 {
|
public abstract class CookieManager {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user