File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
api/src/main/java/org/asynchttpclient Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,9 @@ public int getPooledConnectionIdleTimeout() {
248248 }
249249
250250 /**
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.
252252 *
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.
254254 */
255255 public int getRequestTimeout () {
256256 return requestTimeout ;
@@ -664,9 +664,9 @@ public Builder setPooledConnectionIdleTimeout(int pooledConnectionIdleTimeout) {
664664 }
665665
666666 /**
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.
668668 *
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.
670670 * @return a {@link Builder}
671671 */
672672 public Builder setRequestTimeout (int requestTimeout ) {
You can’t perform that action at this time.
0 commit comments