| 程序包 | 说明 |
|---|---|
| net.dongliu.requests |
The request package
|
| net.dongliu.requests.executor |
This package is only for internal use.
|
| 限定符和类型 | 方法和说明 |
|---|---|
@NonNull RawResponse |
Interceptor.intercept(Interceptor.InvocationTarget target,
Request request)
Intercept http request process.
|
@NonNull RawResponse |
Interceptor.InvocationTarget.proceed(Request request)
Process the request, and return response
|
| 限定符和类型 | 方法和说明 |
|---|---|
@NonNull RawResponse |
HttpExecutor.proceed(Request request)
Process the request, and return response
|
Copyright © 2019. All rights reserved.