Uses of Interface
net.sf.urlchecker.exception.handling.ExceptionHandler

Packages that use ExceptionHandler
net.sf.urlchecker.communication Provides all the configuration utilities necessary for the URLChecker to operate. 
net.sf.urlchecker.communication.configurers Provides... 
net.sf.urlchecker.v2.exception.handling Provides The exception handling implementations for the new HttpClient 
 

Uses of ExceptionHandler in net.sf.urlchecker.communication
 

Fields in net.sf.urlchecker.communication with type parameters of type ExceptionHandler
protected  Map<String,ExceptionHandler<?>> GenericCommunicationFactory.exceptionHandlers
          The exception handlers.
 

Methods in net.sf.urlchecker.communication that return types with arguments of type ExceptionHandler
 Map<String,ExceptionHandler<?>> GenericCommunicationFactory.getExceptionHandlers()
          Returns the exception handlers.
 

Uses of ExceptionHandler in net.sf.urlchecker.communication.configurers
 

Methods in net.sf.urlchecker.communication.configurers that return types with arguments of type ExceptionHandler
 Map<String,ExceptionHandler<?>> ExceptionHandlersConfigurer.configureWith(org.apache.commons.configuration.XMLConfiguration config)
          Configure with.
 

Uses of ExceptionHandler in net.sf.urlchecker.v2.exception.handling
 

Classes in net.sf.urlchecker.v2.exception.handling that implement ExceptionHandler
 class AlwaysFalse
          The AlwaysFalse Exception Handler for the new version of the HttpClient.
 class AlwaysTrue
          The AlwaysTrue Exception handler for the new HttpClient.
 



Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.