On Fri, 2010-01-29 at 11:29 -0800, KARR, DAVID (ATTCINW) wrote:

...

> > 
> > http://java.sun.com/javase/7/docs/api/java/net/doc-files/net-
> > properties.html
> > 
> > has a long list of properties.
> 
> Can someone pick out features supported by those properties that are
> supported on a client basis with HttpClient (as opposed to setting
> system properties)?  For instance, if I needed one connection to use
> NTLM auth, but only that connection, would this mean that all
> connections using HttpUrlConnection would be forced to use NTLM auth?
> Would HttpClient allow doing that on a client basis instead?
> 

HttpClient does not make use of system properties at all. Virtually
every aspect of the HTTP protocol can be overridden on a per request
basis (using HTTP parameters) or on a per client / thread basis (using
HTTP context).

Hope this helps

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to