- 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
34 lines
966 B
Java
34 lines
966 B
Java
package org.apache.http.params;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public final class DefaultedHttpParams extends AbstractHttpParams {
|
|
public DefaultedHttpParams(HttpParams httpParams, HttpParams httpParams2) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.params.HttpParams
|
|
public HttpParams copy() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.params.HttpParams
|
|
public Object getParameter(String str) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.params.HttpParams
|
|
public boolean removeParameter(String str) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.params.HttpParams
|
|
public HttpParams setParameter(String str, Object obj) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public HttpParams getDefaults() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|