Andrew Bissell created HTTPCLIENT-1401:
------------------------------------------

             Summary: Add Javadoc or docs link to RequestConfig.Builder
                 Key: HTTPCLIENT-1401
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1401
             Project: HttpComponents HttpClient
          Issue Type: New Feature
          Components: Documentation
    Affects Versions: 4.3 Beta2
            Reporter: Andrew Bissell


The RequestConfig.Builder provides no hints as to whether, for example, 
setConnectionRequestTimeout(int) is expecting seconds or milliseconds (and 
confusion seems likely given that milliseconds are usually stored in a long 
variable). Other methods on the config builders seem similarly ambiguous. A 
simple Javadoc comment -- or at least a link to documentation/tutorial pages 
explaining use of the Builder -- would be helpful to avoid having to either 
Google for the answer or set up time-consuming experiments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to