File tree 1 file changed +4
-4
lines changed
api/src/main/java/org/asynchttpclient 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,9 @@ public int getPooledConnectionIdleTimeout() {
248
248
}
249
249
250
250
/**
251
- * Return the maximum time in millisecond an {@link AsyncHttpClient} wait for a response
251
+ * Return the maximum time in millisecond an {@link AsyncHttpClient} waits until the response is completed.
252
252
*
253
- * @return the maximum time in millisecond an {@link AsyncHttpClient} wait for a response
253
+ * @return the maximum time in millisecond an {@link AsyncHttpClient} waits until the response is completed.
254
254
*/
255
255
public int getRequestTimeout () {
256
256
return requestTimeout ;
@@ -664,9 +664,9 @@ public Builder setPooledConnectionIdleTimeout(int pooledConnectionIdleTimeout) {
664
664
}
665
665
666
666
/**
667
- * Set the maximum time in millisecond an {@link AsyncHttpClient} wait for a response
667
+ * Set the maximum time in millisecond an {@link AsyncHttpClient} waits until the response is completed.
668
668
*
669
- * @param requestTimeout the maximum time in millisecond an {@link AsyncHttpClient} wait for a response
669
+ * @param requestTimeout the maximum time in millisecond an {@link AsyncHttpClient} waits until the response is completed.
670
670
* @return a {@link Builder}
671
671
*/
672
672
public Builder setRequestTimeout (int requestTimeout ) {
You can’t perform that action at this time.
0 commit comments