public interface Interceptor
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
Interceptor.InvocationTarget |
| 限定符和类型 | 方法和说明 |
|---|---|
@NonNull RawResponse |
intercept(Interceptor.InvocationTarget target,
Request request)
Intercept http request process.
|
@NonNull RawResponse intercept(Interceptor.InvocationTarget target, Request request)
target - used to proceed request with remains interceptors and url executorrequest - the http requestCopyright © 2019. All rights reserved.