- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
490 B
Java
16 lines
490 B
Java
package org.apache.http.client.params;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public final class CookiePolicy {
|
|
public static final String BEST_MATCH = "best-match";
|
|
public static final String BROWSER_COMPATIBILITY = "compatibility";
|
|
public static final String NETSCAPE = "netscape";
|
|
public static final String RFC_2109 = "rfc2109";
|
|
public static final String RFC_2965 = "rfc2965";
|
|
|
|
public CookiePolicy() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|