I have read through the connectors page. But it shows no example of a global
configuration. The example shows a per-client configuration.
Client client = new Client(new Context(), Protocol.HTTP);
client.getContext().getParameters().add("useForwardedForHeader",
"false");
I am using a ClientResource, not a Client.
It doesn't make sense to set a global parameter, such as
maxTotalConnections, on the Context every time I create a ClientResource.
I'm looking for a way to set global client connection parameters, and also
to dump all of them so I can see what they are and if my setting has taken
effect.
Also, thanks for the logging reference.
Richard
--
View this message in context:
http://restlet-discuss.1400322.n2.nabble.com/How-to-configure-HttpClientHelper-global-parameters-tp5487535p5487988.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2654171