package i0; import b.i.a.f.e.o.f; import d0.w.i.a.g; import f0.e; import kotlin.coroutines.Continuation; import okhttp3.ResponseBody; import s.a.l; /* compiled from: HttpServiceMethod.java */ /* loaded from: classes3.dex */ public abstract class j extends z { public final w a; /* renamed from: b reason: collision with root package name */ public final e.a f3724b; public final h c; /* compiled from: HttpServiceMethod.java */ /* loaded from: classes3.dex */ public static final class a extends j { public final e d; public a(w wVar, e.a aVar, h hVar, e eVar) { super(wVar, aVar, hVar); this.d = eVar; } @Override // i0.j public ReturnT c(d dVar, Object[] objArr) { return this.d.b(dVar); } } /* compiled from: HttpServiceMethod.java */ /* loaded from: classes3.dex */ public static final class b extends j { public final e> d; public b(w wVar, e.a aVar, h hVar, e> eVar, boolean z2) { super(wVar, aVar, hVar); this.d = eVar; } @Override // i0.j public Object c(d dVar, Object[] objArr) { d b2 = this.d.b(dVar); Continuation continuation = (Continuation) objArr[objArr.length - 1]; try { l lVar = new l(d0.w.h.b.intercepted(continuation), 1); lVar.f(new l(b2)); b2.C(new m(lVar)); Object u = lVar.u(); if (u == d0.w.h.c.getCOROUTINE_SUSPENDED()) { g.probeCoroutineSuspended(continuation); } return u; } catch (Exception e) { return f.i1(e, continuation); } } } /* compiled from: HttpServiceMethod.java */ /* loaded from: classes3.dex */ public static final class c extends j { public final e> d; public c(w wVar, e.a aVar, h hVar, e> eVar) { super(wVar, aVar, hVar); this.d = eVar; } @Override // i0.j public Object c(d dVar, Object[] objArr) { d b2 = this.d.b(dVar); Continuation continuation = (Continuation) objArr[objArr.length - 1]; try { l lVar = new l(d0.w.h.b.intercepted(continuation), 1); lVar.f(new n(b2)); b2.C(new o(lVar)); Object u = lVar.u(); if (u == d0.w.h.c.getCOROUTINE_SUSPENDED()) { g.probeCoroutineSuspended(continuation); } return u; } catch (Exception e) { return f.i1(e, continuation); } } } public j(w wVar, e.a aVar, h hVar) { this.a = wVar; this.f3724b = aVar; this.c = hVar; } @Override // i0.z public final ReturnT a(Object[] objArr) { return c(new p(this.a, objArr, this.f3724b, this.c), objArr); } public abstract ReturnT c(d dVar, Object[] objArr); }