RequestAdapter

internal class RequestAdapter<T : ResponseApi>(val responseType: Type, val executor: Executor?) : CallAdapter<T, Request<T>>

Constructors

Link copied to clipboard
constructor(responseType: Type, executor: Executor?)

Properties

Link copied to clipboard
private val executor: Executor?
Link copied to clipboard
private val responseType: Type

Functions

Link copied to clipboard
open override fun adapt(call: Call<T>): Request<T>
Link copied to clipboard
open override fun responseType(): Type