net.sf.urlchecker.communication
Class CommunicationBuilder

Package class diagram package CommunicationBuilder
java.lang.Object
  extended by net.sf.urlchecker.communication.CommunicationBuilder

public class CommunicationBuilder
extends Object

The CommunicationBuilder Class .

$Id: CommunicationBuilder.java 182 2010-12-13 22:51:53Z georgosn $

Version:
$LastChangedRevision: 182 $
Author:
$LastChangedBy: 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

CommunicationBuilder

public CommunicationBuilder()
Method Detail

getMultithreadedClient

public org.apache.commons.httpclient.HttpClient getMultithreadedClient()
                                                                throws org.apache.commons.configuration.ConfigurationException
Gets the multithreaded client.

Returns:
the multithreaded client
Throws:
org.apache.commons.configuration.ConfigurationException - the configuration exception

getMultithreadedClient

public org.apache.commons.httpclient.HttpClient getMultithreadedClient(String fileName)
                                                                throws org.apache.commons.configuration.ConfigurationException
Gets the multithreaded client.

Parameters:
fileName - the file name
Returns:
the multithreaded client
Throws:
org.apache.commons.configuration.ConfigurationException - the configuration exception

getSinglethreadedClient

public org.apache.commons.httpclient.HttpClient getSinglethreadedClient()
                                                                 throws org.apache.commons.configuration.ConfigurationException
Gets the singlethreaded client.

Returns:
the singlethreaded client
Throws:
org.apache.commons.configuration.ConfigurationException - the configuration exception

getSinglethreadedClient

public org.apache.commons.httpclient.HttpClient getSinglethreadedClient(String fileName)
                                                                 throws org.apache.commons.configuration.ConfigurationException
Gets the singlethreaded client.

Parameters:
fileName - the file name
Returns:
the singlethreaded client
Throws:
org.apache.commons.configuration.ConfigurationException - the configuration exception

shutdownCommunication

public void shutdownCommunication()
Shutdown communication.



Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.