public static interface Interceptor.Chain
| Modifier and Type | Method and Description |
|---|---|
android.content.Context |
getContext()
Retrieve the Application context
|
FRListener |
getListener()
The listener to listen for the chain processing
|
void |
proceed(java.lang.Object object)
Proceed and execute the chain.
|
android.content.Context getContext()
FRListener getListener()
void proceed(java.lang.Object object)
object - The chain context