On 28/01/2010, Sam Crawford <[email protected]> wrote: > > What functions does HttpUrlConnection still require using system > > properties for, which HttpClient provides on an instance basis? I know > > that HttpUrlConnection used to require use of system properties for the > > read and connection timeouts, although that difference was eliminated in > > JDK 1.5. > > > I could be mistaken, but I'm pretty sure that some aspects of HTTP > proxy configuration (e.g. username, password) still need to be > specified through system properties for HttpUrlConnection to function.
http://java.sun.com/javase/7/docs/api/java/net/doc-files/net-properties.html has a long list of properties. > Thanks, > > > Sam > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
