package okio;

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

/* JADX INFO: loaded from: classes2.dex */
public class m extends F {

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

    public m(F delegate) {
        kotlin.jvm.internal.l.e(delegate, "delegate");
        this.f6039a = delegate;
    }

    public final F a() {
        return this.f6039a;
    }

    public final m b(F delegate) {
        kotlin.jvm.internal.l.e(delegate, "delegate");
        this.f6039a = delegate;
        return this;
    }

    @Override // okio.F
    public F clearDeadline() {
        return this.f6039a.clearDeadline();
    }

    @Override // okio.F
    public F clearTimeout() {
        return this.f6039a.clearTimeout();
    }

    @Override // okio.F
    public long deadlineNanoTime() {
        return this.f6039a.deadlineNanoTime();
    }

    @Override // okio.F
    public boolean hasDeadline() {
        return this.f6039a.hasDeadline();
    }

    @Override // okio.F
    public void throwIfReached() throws IOException {
        this.f6039a.throwIfReached();
    }

    @Override // okio.F
    public F timeout(long j2, TimeUnit unit) {
        kotlin.jvm.internal.l.e(unit, "unit");
        return this.f6039a.timeout(j2, unit);
    }

    @Override // okio.F
    public long timeoutNanos() {
        return this.f6039a.timeoutNanos();
    }

    @Override // okio.F
    public F deadlineNanoTime(long j2) {
        return this.f6039a.deadlineNanoTime(j2);
    }
}
