Package | Description |
---|---|
org.tinygroup.httpvisitor.builder | |
org.tinygroup.httpvisitor.client | |
org.tinygroup.httpvisitor.config |
Modifier and Type | Method and Description |
---|---|
R |
RequestClientBuilder.intercept(RequestInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
R |
RequestClientBuilder.intercept(List<RequestInterceptor> interceptorList) |
Modifier and Type | Method and Description |
---|---|
List<RequestInterceptor> |
AbstractClientInterface.getInterceptorList() |
List<RequestInterceptor> |
ClientInterface.getInterceptorList()
获取客户端配置的请求拦截器
|
List<RequestInterceptor> |
ClientBuilder.getInterceptorList() |
Modifier and Type | Method and Description |
---|---|
Builder |
ClientBuilderInterface.intercept(RequestInterceptor interceptor)
注册请求拦截器
|
Builder |
ClientBuilder.intercept(RequestInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
Builder |
ClientBuilderInterface.intercept(List<RequestInterceptor> interceptorList)
批量注册请求拦截器
|
Builder |
ClientBuilder.intercept(List<RequestInterceptor> interceptorList) |
Modifier and Type | Method and Description |
---|---|
List<RequestInterceptor> |
HttpConfigTemplate.getInterceptorList() |
Copyright © 2006–2018 TinyGroup. All rights reserved.