package i0; import d0.w.h.a.g; import f0.e; import kotlin.coroutines.Continuation; import okhttp3.ResponseBody; import s.a.k; /* compiled from: HttpServiceMethod */ public abstract class j extends a0 { public final w a; public final e.a b; /* renamed from: c reason: collision with root package name */ public final h f2825c; /* compiled from: HttpServiceMethod */ 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 */ 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 b = this.d.b(dVar); Continuation continuation = (Continuation) objArr[objArr.length - 1]; try { k kVar = new k(d0.w.g.b.intercepted(continuation), 1); kVar.e(new l(b)); b.B(new m(kVar)); Object u = kVar.u(); if (u == d0.w.g.c.getCOROUTINE_SUSPENDED()) { g.probeCoroutineSuspended(continuation); } return u; } catch (Exception e) { return c.q.a.k.a.U(e, continuation); } } } /* compiled from: HttpServiceMethod */ 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 b = this.d.b(dVar); Continuation continuation = (Continuation) objArr[objArr.length - 1]; try { k kVar = new k(d0.w.g.b.intercepted(continuation), 1); kVar.e(new n(b)); b.B(new o(kVar)); Object u = kVar.u(); if (u == d0.w.g.c.getCOROUTINE_SUSPENDED()) { g.probeCoroutineSuspended(continuation); } return u; } catch (Exception e) { return c.q.a.k.a.U(e, continuation); } } } public j(w wVar, e.a aVar, h hVar) { this.a = wVar; this.b = aVar; this.f2825c = hVar; } @Override // i0.a0 public final ReturnT a(Object[] objArr) { return c(new p(this.a, objArr, this.b, this.f2825c), objArr); } public abstract ReturnT c(d dVar, Object[] objArr); }