package d;

import java.io.IOException;
import java.util.concurrent.TimeUnit;

/* JADX INFO: compiled from: ForwardingTimeout.kt */
/* JADX INFO: loaded from: classes.dex */
public class l extends b0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private b0 f1577a;

    public l(b0 b0Var) {
        c.q.d.j.c(b0Var, "delegate");
        this.f1577a = b0Var;
    }

    public final b0 a() {
        return this.f1577a;
    }

    public final l b(b0 b0Var) {
        c.q.d.j.c(b0Var, "delegate");
        this.f1577a = b0Var;
        return this;
    }

    @Override // d.b0
    public b0 clearDeadline() {
        return this.f1577a.clearDeadline();
    }

    @Override // d.b0
    public b0 clearTimeout() {
        return this.f1577a.clearTimeout();
    }

    @Override // d.b0
    public long deadlineNanoTime() {
        return this.f1577a.deadlineNanoTime();
    }

    @Override // d.b0
    public boolean hasDeadline() {
        return this.f1577a.hasDeadline();
    }

    @Override // d.b0
    public void throwIfReached() throws IOException {
        this.f1577a.throwIfReached();
    }

    @Override // d.b0
    public b0 timeout(long j, TimeUnit timeUnit) {
        c.q.d.j.c(timeUnit, "unit");
        return this.f1577a.timeout(j, timeUnit);
    }

    @Override // d.b0
    public long timeoutNanos() {
        return this.f1577a.timeoutNanos();
    }

    @Override // d.b0
    public b0 deadlineNanoTime(long j) {
        return this.f1577a.deadlineNanoTime(j);
    }
}
