public class InterceptorHandler extends java.lang.Object implements Interceptor.Chain
Interceptor.Chain and executes each Interceptor
in the chain.| Modifier and Type | Class and Description |
|---|---|
static class |
InterceptorHandler.InterceptorHandlerBuilder |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorHandler.InterceptorHandlerBuilder |
builder() |
android.content.Context |
getContext()
Retrieve the Application context
|
FRListener |
getListener()
The listener to listen for the chain processing
|
void |
proceed(java.lang.Object data)
Proceed and execute the chain.
|
public void proceed(java.lang.Object data)
Interceptor.Chainproceed in interface Interceptor.Chaindata - The chain contextpublic static InterceptorHandler.InterceptorHandlerBuilder builder()
public android.content.Context getContext()
Interceptor.ChaingetContext in interface Interceptor.Chainpublic FRListener getListener()
Interceptor.ChaingetListener in interface Interceptor.Chain