- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
23 lines
618 B
Java
23 lines
618 B
Java
package org.apache.http.cookie.params;
|
|
|
|
import java.util.Collection;
|
|
import org.apache.http.params.HttpAbstractParamBean;
|
|
import org.apache.http.params.HttpParams;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class CookieSpecParamBean extends HttpAbstractParamBean {
|
|
public CookieSpecParamBean(HttpParams httpParams) {
|
|
super(null);
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public void setDatePatterns(Collection<String> collection) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public void setSingleHeader(boolean z) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|