package org.apache.http.conn; import org.apache.http.conn.scheme.SchemeRegistry; import org.apache.http.params.HttpParams; @Deprecated /* loaded from: classes5.dex */ public interface ClientConnectionManagerFactory { ClientConnectionManager newInstance(HttpParams httpParams, SchemeRegistry schemeRegistry); }