Add readTimeout field (#6961)

This commit is contained in:
Ben Mordue 2017-11-16 08:59:02 +00:00 committed by William Cheng
parent 372f16d28b
commit 818ff8f245

View File

@ -61,6 +61,7 @@ public class ApiClient {
protected String basePath = "{{{basePath}}}";
protected boolean debugging = false;
protected int connectionTimeout = 0;
private int readTimeout = 0;
protected Client httpClient;
protected JSON json;