|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |