- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
10 lines
371 B
Java
10 lines
371 B
Java
package org.apache.http.conn.params;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public interface ConnManagerPNames {
|
|
public static final String MAX_CONNECTIONS_PER_ROUTE = "http.conn-manager.max-per-route";
|
|
public static final String MAX_TOTAL_CONNECTIONS = "http.conn-manager.max-total";
|
|
public static final String TIMEOUT = "http.conn-manager.timeout";
|
|
}
|