- 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
21 lines
672 B
Java
21 lines
672 B
Java
package org.apache.http.client.protocol;
|
|
|
|
import java.io.IOException;
|
|
import org.apache.http.HttpException;
|
|
import org.apache.http.HttpRequest;
|
|
import org.apache.http.HttpRequestInterceptor;
|
|
import org.apache.http.protocol.HttpContext;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class RequestTargetAuthentication implements HttpRequestInterceptor {
|
|
public RequestTargetAuthentication() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.HttpRequestInterceptor
|
|
public void process(HttpRequest httpRequest, HttpContext httpContext) throws HttpException, IOException {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|