- 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
29 lines
839 B
Java
29 lines
839 B
Java
package org.apache.http.protocol;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public final class DefaultedHttpContext implements HttpContext {
|
|
public DefaultedHttpContext(HttpContext httpContext, HttpContext httpContext2) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.protocol.HttpContext
|
|
public Object getAttribute(String str) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.protocol.HttpContext
|
|
public Object removeAttribute(String str) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.protocol.HttpContext
|
|
public void setAttribute(String str, Object obj) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public HttpContext getDefaults() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|