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