|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.urlchecker.v2.communication.configurers.ClientConfigurer
public class ClientConfigurer
The Class ClientConfigurer that configures the new HttpClient.
$Id: ClientConfigurer.java 183 2010-12-17 19:10:21Z georgosn $
Constructor Summary | |
---|---|
ClientConfigurer(boolean threaded)
Instantiates a new client configurer. |
Method Summary | |
---|---|
protected void |
configureProxy(org.apache.commons.configuration.XMLConfiguration config,
org.apache.http.client.HttpClient client)
Configure proxy. |
org.apache.http.client.HttpClient |
configureWith(org.apache.commons.configuration.XMLConfiguration config)
Configure with. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientConfigurer(boolean threaded)
threaded
- the threadedMethod Detail |
---|
protected void configureProxy(org.apache.commons.configuration.XMLConfiguration config, org.apache.http.client.HttpClient client)
config
- the configclient
- the clientpublic org.apache.http.client.HttpClient configureWith(org.apache.commons.configuration.XMLConfiguration config)
configureWith
in interface Configurer<org.apache.http.client.HttpClient>
config
- the XML configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |