Package net.sf.urlchecker.communication

Package class diagram package net.sf.urlchecker.communication
Provides all the configuration utilities necessary for the URLChecker to operate.

See:
          Description

Class Summary
CommunicationBuilder The CommunicationBuilder Class .
CommunicationFactory A FACTORY for creating Communication objects.
GenericCommunicationFactory<T,M,S,E> A factory for creating GenericCommunication objects.
 

Enum Summary
HTTPMethods The Enum HTTPMethods.
 

Package net.sf.urlchecker.communication Description

Provides all the configuration utilities necessary for the URLChecker to operate.

Use

You can use this package by the convenient way:
        
                builder = new CommunicationBuilder();
                ...
                context.setClient(builder.getMultithreadedClient());
                ...
                builder.shutdownCommunication();
        
  



Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.