InterceptorHandler

Follow the Interceptor.Chain and executes each Interceptor in the chain.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private open var context: Context
Link copied to clipboard
private open var index: Int
Link copied to clipboard
private open var interceptors: List<out Interceptor<out Any>>
Link copied to clipboard
private open var listener: FRListener
Link copied to clipboard
private val TAG: String

Functions

Link copied to clipboard
abstract fun getContext(): Context
Retrieve the Application context
Link copied to clipboard
abstract fun getListener(): FRListener
The listener to listen for the chain processing
Link copied to clipboard
open fun proceed(data: Any)
Proceed and execute the chain.