|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.urlchecker.communication.CommunicationBuilder
public class CommunicationBuilder
The CommunicationBuilder Class .
$Id: CommunicationBuilder.java 182 2010-12-13 22:51:53Z georgosn $
Constructor Summary | |
---|---|
CommunicationBuilder()
|
Method Summary | |
---|---|
org.apache.commons.httpclient.HttpClient |
getMultithreadedClient()
Gets the multithreaded client. |
org.apache.commons.httpclient.HttpClient |
getMultithreadedClient(String fileName)
Gets the multithreaded client. |
org.apache.commons.httpclient.HttpClient |
getSinglethreadedClient()
Gets the singlethreaded client. |
org.apache.commons.httpclient.HttpClient |
getSinglethreadedClient(String fileName)
Gets the singlethreaded client. |
void |
shutdownCommunication()
Shutdown communication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommunicationBuilder()
Method Detail |
---|
public org.apache.commons.httpclient.HttpClient getMultithreadedClient() throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
- the configuration exceptionpublic org.apache.commons.httpclient.HttpClient getMultithreadedClient(String fileName) throws org.apache.commons.configuration.ConfigurationException
fileName
- the file name
org.apache.commons.configuration.ConfigurationException
- the configuration exceptionpublic org.apache.commons.httpclient.HttpClient getSinglethreadedClient() throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
- the configuration exceptionpublic org.apache.commons.httpclient.HttpClient getSinglethreadedClient(String fileName) throws org.apache.commons.configuration.ConfigurationException
fileName
- the file name
org.apache.commons.configuration.ConfigurationException
- the configuration exceptionpublic void shutdownCommunication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |