File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/ning/http/client Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,9 +211,9 @@ public int getPooledConnectionIdleTimeout() {
211
211
}
212
212
213
213
/**
214
- * Return the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} wait for a response
214
+ * Return the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} waits until the response is completed.
215
215
*
216
- * @return the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} wait for a response
216
+ * @return the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} waits until the response is completed.
217
217
*/
218
218
public int getRequestTimeout () {
219
219
return requestTimeout ;
@@ -584,9 +584,9 @@ public Builder setPooledConnectionIdleTimeout(int pooledConnectionIdleTimeout) {
584
584
}
585
585
586
586
/**
587
- * Set the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} wait for a response
587
+ * Set the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} waits until the response is completed.
588
588
*
589
- * @param requestTimeout the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} wait for a response
589
+ * @param requestTimeout the maximum time in millisecond an {@link com.ning.http.client.AsyncHttpClient} waits until the response is completed.
590
590
* @return a {@link Builder}
591
591
*/
592
592
public Builder setRequestTimeout (int requestTimeout ) {
You can’t perform that action at this time.
0 commit comments