- 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
624 B
Java
23 lines
624 B
Java
package org.apache.http.impl;
|
|
|
|
import java.io.IOException;
|
|
import java.net.Socket;
|
|
import org.apache.http.params.HttpParams;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class DefaultHttpClientConnection extends SocketHttpClientConnection {
|
|
public DefaultHttpClientConnection() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
@Override // org.apache.http.impl.SocketHttpClientConnection
|
|
public void bind(Socket socket, HttpParams httpParams) throws IOException {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public String toString() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|