package okhttp3;

import java.util.concurrent.TimeUnit;
import kotlin.jvm.internal.o;
import okhttp3.internal.concurrent.TaskRunner;
import okhttp3.internal.connection.RealConnectionPool;

/* JADX INFO: loaded from: classes3.dex */
public final class ConnectionPool {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final RealConnectionPool f21975a;

    public ConnectionPool(int i6, long j4) {
        TimeUnit timeUnit = TimeUnit.MINUTES;
        o.h(timeUnit, "timeUnit");
        this.f21975a = new RealConnectionPool(TaskRunner.f22274i, i6, j4);
    }

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public ConnectionPool() {
        this(5, 5L);
        TimeUnit timeUnit = TimeUnit.MINUTES;
    }
}
