We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88baca commit 53103d1Copy full SHA for 53103d1
src/main/java/com/ning/http/client/AsyncHttpClientConfig.java
@@ -1028,8 +1028,9 @@ public Builder setMaxConnectionLifeTimeInMs(int maxConnectionLifeTimeInMs) {
1028
return this;
1029
}
1030
1031
- public void setTimeConverter(TimeConverter timeConverter) {
+ public Builder setTimeConverter(TimeConverter timeConverter) {
1032
this.timeConverter = timeConverter;
1033
+ return this;
1034
1035
1036
/**
0 commit comments