Package com. drake. net. interceptor
Types
LogRecordInterceptor
Link copied to clipboard
open class LogRecordInterceptor @JvmOverloads() constructor(enabled: Boolean, requestByteCount: Long, responseByteCount: Long) : Interceptor
Content copied to clipboard
NetOkHttpInterceptor
Link copied to clipboard
RequestInterceptor
Link copied to clipboard
interface RequestInterceptor
Content copied to clipboard
RetryInterceptor
Link copied to clipboard
class RetryInterceptor(@IntRange(from = 1.toLong() ) retryCount: Int) : Interceptor
Content copied to clipboard