File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
weixin-java-common/src/main/java/me/chanjar/weixin/common/util/http Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55
66/**
77 * httpclient build interface
8+ * @author kakotor
89 */
910public interface ApacheHttpClientBuilder {
1011
Original file line number Diff line number Diff line change 11package me .chanjar .weixin .common .util .http ;
22
3- import me .chanjar .weixin .common .util .StringUtils ;
3+ import java .io .IOException ;
4+ import java .util .concurrent .TimeUnit ;
5+
46import org .apache .http .annotation .NotThreadSafe ;
57import org .apache .http .auth .AuthScope ;
68import org .apache .http .auth .UsernamePasswordCredentials ;
2123import org .apache .http .impl .conn .PoolingHttpClientConnectionManager ;
2224import org .apache .http .protocol .HttpContext ;
2325
24- import java .io .IOException ;
25- import java .util .concurrent .TimeUnit ;
26+ import me .chanjar .weixin .common .util .StringUtils ;
2627
2728/**
2829 * httpclient 连接管理器
30+ * @author kakotor
2931 */
3032@ NotThreadSafe
3133public class DefaultApacheHttpClientBuilder implements ApacheHttpClientBuilder {
You can’t perform that action at this time.
0 commit comments