A B C D E F G H I L M N P R S T U V W

A

AbstractCommand - Class in net.sf.urlchecker.commands
The default implementation of the chain of responsibility for the commands.
AbstractCommand() - Constructor for class net.sf.urlchecker.commands.AbstractCommand
Empty constructor to use when no successor is needed.
AbstractCommand(Command) - Constructor for class net.sf.urlchecker.commands.AbstractCommand
Instantiates a new abstract command setting the successor command.
addListener(ChainListener) - Method in class net.sf.urlchecker.commands.Context
Adds the listener.
AlwaysFalse - Class in net.sf.urlchecker.exception.handling
The Class AlwaysFalse used as an exception handler that will always stop the retries.
AlwaysFalse() - Constructor for class net.sf.urlchecker.exception.handling.AlwaysFalse
 
AlwaysFalse - Class in net.sf.urlchecker.v2.exception.handling
The AlwaysFalse Exception Handler for the new version of the HttpClient.
AlwaysFalse() - Constructor for class net.sf.urlchecker.v2.exception.handling.AlwaysFalse
 
AlwaysTrue - Class in net.sf.urlchecker.exception.handling
The Class AlwaysTrue.
AlwaysTrue() - Constructor for class net.sf.urlchecker.exception.handling.AlwaysTrue
 
AlwaysTrue - Class in net.sf.urlchecker.v2.exception.handling
The AlwaysTrue Exception handler for the new HttpClient.
AlwaysTrue() - Constructor for class net.sf.urlchecker.v2.exception.handling.AlwaysTrue
 

B

BasicChainEvent - Class in net.sf.urlchecker.events
The Class BasicChainEvent.
BasicChainEvent(Command, Context, EventTypes) - Constructor for class net.sf.urlchecker.events.BasicChainEvent
Instantiates a new basic chain event.

C

ChainEvent - Interface in net.sf.urlchecker.events
The Interface ChainEvent.
ChainListener - Interface in net.sf.urlchecker.events
This interface allows Listeners on events during the life of a chain of commands.
CheckUrlsCommand - Class in net.sf.urlchecker.commands
The main Command of the URLChecker using the old httpClient from jakarta commons.
CheckUrlsCommand(Command, HttpClient) - Constructor for class net.sf.urlchecker.commands.CheckUrlsCommand
Instantiates a new check URLs command.
CheckUrlsCommand - Class in net.sf.urlchecker.v2.commands
The Class CheckUrlsCommand for the new httpClient.
CheckUrlsCommand(Command, HttpClient) - Constructor for class net.sf.urlchecker.v2.commands.CheckUrlsCommand
Instantiates a new check URLs command.
CheckUrlsCommand(Command, HttpClient, HttpContext) - Constructor for class net.sf.urlchecker.v2.commands.CheckUrlsCommand
Instantiates a new check URLs command.
CheckUrlsGeneric<T> - Class in net.sf.urlchecker.commands
The Abstract Generic CheckUrls Command.
CheckUrlsGeneric(Command, T) - Constructor for class net.sf.urlchecker.commands.CheckUrlsGeneric
Instantiates a new checkURLs generic command.
CheckUrlsProcess - Class in net.sf.urlchecker.commands
The Class CheckUrlsProcess executes an Internet check for a given result using a configured client.
CheckUrlsProcess(HttpClient, Result) - Constructor for class net.sf.urlchecker.commands.CheckUrlsProcess
Instantiates a new process.
CheckUrlsProcess - Class in net.sf.urlchecker.v2.commands
The Class CheckUrlsProcess.
CheckUrlsProcess(HttpClient, HttpContext, Result) - Constructor for class net.sf.urlchecker.v2.commands.CheckUrlsProcess
Instantiates a new check URLs process.
clearListeners() - Method in class net.sf.urlchecker.commands.Context
Clear listeners.
client - Variable in class net.sf.urlchecker.commands.CheckUrlsGeneric
The client.
client - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The client.
ClientConfigurer - Class in net.sf.urlchecker.communication.configurers
The ClientConfigurer class for the old jakarta httpClient.
ClientConfigurer() - Constructor for class net.sf.urlchecker.communication.configurers.ClientConfigurer
 
ClientConfigurer - Class in net.sf.urlchecker.v2.communication.configurers
The Class ClientConfigurer that configures the new HttpClient.
ClientConfigurer(boolean) - Constructor for class net.sf.urlchecker.v2.communication.configurers.ClientConfigurer
Instantiates a new client configurer.
Command - Interface in net.sf.urlchecker.commands
The URLChecker Command interface.
CommunicationBuilder - Class in net.sf.urlchecker.communication
The CommunicationBuilder Class .
CommunicationBuilder() - Constructor for class net.sf.urlchecker.communication.CommunicationBuilder
 
CommunicationBuilder - Class in net.sf.urlchecker.v2.communication
The new CommunicationBuilder Class.
CommunicationBuilder() - Constructor for class net.sf.urlchecker.v2.communication.CommunicationBuilder
 
CommunicationFactory - Class in net.sf.urlchecker.communication
A FACTORY for creating Communication objects.
CommunicationFactory - Class in net.sf.urlchecker.v2.communication
A factory for creating Communication objects.
configureClient(boolean) - Method in class net.sf.urlchecker.communication.CommunicationFactory
Configure client.
configureClient(boolean, String) - Method in class net.sf.urlchecker.communication.CommunicationFactory
Configure client.
configureClient(boolean) - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Configure client.
configureClient(boolean, String) - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Configure client.
configureClient(boolean) - Method in class net.sf.urlchecker.v2.communication.CommunicationFactory
Configure client.
configureClient(boolean, String) - Method in class net.sf.urlchecker.v2.communication.CommunicationFactory
Configure client.
configured - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The configured.
configureHosts(XMLConfiguration, HttpClient) - Method in class net.sf.urlchecker.communication.configurers.ClientConfigurer
Configure the hosts.
configurePreemptive(XMLConfiguration, HttpClient) - Method in class net.sf.urlchecker.communication.configurers.ClientConfigurer
Configure preemptive authentication.
configureProxy(XMLConfiguration, HttpClient) - Method in class net.sf.urlchecker.communication.configurers.ClientConfigurer
Configure the proxies.
configureProxy(XMLConfiguration, HttpClient) - Method in class net.sf.urlchecker.v2.communication.configurers.ClientConfigurer
Configure proxy.
Configurer<T> - Interface in net.sf.urlchecker.communication.configurers
The Interface Configurer to be implemented by anything that is involved in configuring the urlchecker library.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.communication.configurers.ClientConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in interface net.sf.urlchecker.communication.configurers.Configurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.communication.configurers.ExceptionHandlersConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.communication.configurers.MethodsConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.communication.configurers.RetriesConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.communication.configurers.URLPatternConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.communication.configurers.ValidCodesConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.v2.communication.configurers.ClientConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.v2.communication.configurers.ContextConfigurer
Configure with.
configureWith(XMLConfiguration) - Method in class net.sf.urlchecker.v2.communication.configurers.MethodsConfigurer
Configure with.
Context - Class in net.sf.urlchecker.commands
The Context to pass all information through the commands.
Context() - Constructor for class net.sf.urlchecker.commands.Context
Instantiates a new context.
ContextConfigurer - Class in net.sf.urlchecker.v2.communication.configurers
The Class ContextConfigurer.
ContextConfigurer() - Constructor for class net.sf.urlchecker.v2.communication.configurers.ContextConfigurer
 

D

DEFAULT_PATTERN - Static variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The Constant PATTERN to be used if no URL pattern is configured.

E

equals(Object) - Method in class net.sf.urlchecker.commands.Context
equals(Object) - Method in class net.sf.urlchecker.commands.Result
equals(Object) - Method in class net.sf.urlchecker.events.BasicChainEvent
EventTypes - Enum in net.sf.urlchecker.events
The Enum EventTypes.
ExceptionHandler<T> - Interface in net.sf.urlchecker.exception.handling
The Interface ExceptionHandler.
exceptionHandlers - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The exception handlers.
ExceptionHandlersConfigurer - Class in net.sf.urlchecker.communication.configurers
The ExceptionHandlers Configurer Class .
ExceptionHandlersConfigurer() - Constructor for class net.sf.urlchecker.communication.configurers.ExceptionHandlersConfigurer
 

F

FILE_NOT_FOUND - Static variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The Constant FILE_NOT_FOUND.
fileName - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The file name.
fireEvent(ChainEvent) - Method in class net.sf.urlchecker.commands.AbstractCommand
Fires an event by passing the event object to all registered listeners.
fireEvent(ChainEvent) - Method in interface net.sf.urlchecker.events.ChainListener
Fire event.

G

GenericCommunicationFactory<T,M,S,E> - Class in net.sf.urlchecker.communication
A factory for creating GenericCommunication objects.
GenericCommunicationFactory() - Constructor for class net.sf.urlchecker.communication.GenericCommunicationFactory
 
getCommand() - Method in class net.sf.urlchecker.events.BasicChainEvent
Gets the command.
getCommand() - Method in interface net.sf.urlchecker.events.ChainEvent
Gets the command.
getContext() - Method in class net.sf.urlchecker.events.BasicChainEvent
Gets the context.
getContext() - Method in interface net.sf.urlchecker.events.ChainEvent
Gets the context.
getEventType() - Method in class net.sf.urlchecker.events.BasicChainEvent
Gets the event type.
getEventType() - Method in interface net.sf.urlchecker.events.ChainEvent
Gets the event type.
getExceptionHandlers() - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Returns the exception handlers.
getInstance() - Static method in class net.sf.urlchecker.communication.CommunicationFactory
Returns the single instance of CommunicationFactory.
getInstance() - Static method in class net.sf.urlchecker.v2.communication.CommunicationFactory
Gets the single instance of CommunicationFactory.
getListeners() - Method in class net.sf.urlchecker.commands.Context
Returns the listeners.
getMaxretries() - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Returns the maxretries.
getMethod(String) - Method in class net.sf.urlchecker.communication.CommunicationFactory
Returns the method.
getMethod(String) - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Returns the method.
getMethod(String) - Method in enum net.sf.urlchecker.communication.HTTPMethods
Gets the method.
getMethod(String) - Method in class net.sf.urlchecker.v2.communication.CommunicationFactory
Returns the method.
getMethod(String) - Method in enum net.sf.urlchecker.v2.communication.HTTPMethods
Returns the method to be used as an HttpRequestBase object.
getMethodType(String) - Method in class net.sf.urlchecker.communication.CommunicationFactory
Returns the method type.
getMethodType(String) - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Returns the method type.
getMethodType(String) - Method in class net.sf.urlchecker.v2.communication.CommunicationFactory
Returns the method type.
getMultithreadedClient() - Method in class net.sf.urlchecker.communication.CommunicationBuilder
Gets the multithreaded client.
getMultithreadedClient(String) - Method in class net.sf.urlchecker.communication.CommunicationBuilder
Gets the multithreaded client.
getMultithreadedClient() - Method in class net.sf.urlchecker.v2.communication.CommunicationBuilder
Returns the multithreaded client configured by the default httpconfigurations file in the class-path.
getMultithreadedClient(String) - Method in class net.sf.urlchecker.v2.communication.CommunicationBuilder
Returns the multithreaded client configured by the given file if it exists in the class path.
getOnlyValidCodes(String) - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Returns the only valid codes.
getResult() - Method in class net.sf.urlchecker.commands.CheckUrlsProcess
Gets the result.
getResult() - Method in class net.sf.urlchecker.commands.Result
Gets the result.
getResult(String) - Method in class net.sf.urlchecker.commands.URLMatchCommand
Returns the result.
getResult() - Method in class net.sf.urlchecker.v2.commands.CheckUrlsProcess
Gets the result.
getResults() - Method in class net.sf.urlchecker.commands.Context
Gets the results.
getSinglethreadedClient() - Method in class net.sf.urlchecker.communication.CommunicationBuilder
Gets the singlethreaded client.
getSinglethreadedClient(String) - Method in class net.sf.urlchecker.communication.CommunicationBuilder
Gets the singlethreaded client.
getSinglethreadedClient() - Method in class net.sf.urlchecker.v2.communication.CommunicationBuilder
Return the singlethreaded client configured by the default httpconfigurations file in the class-path.
getSinglethreadedClient(String) - Method in class net.sf.urlchecker.v2.communication.CommunicationBuilder
Gets the singlethreaded client configured by the given file if it exists in the class path.
getSource() - Method in class net.sf.urlchecker.commands.Context
Gets the source.
getSuccessor() - Method in class net.sf.urlchecker.commands.AbstractCommand
Returns the successor command.CAUTION: this method will return null if no successor is set during instantiation of the class.
getSuccessor() - Method in interface net.sf.urlchecker.commands.Command
Returns the successor.
getTarget() - Method in class net.sf.urlchecker.commands.Result
Gets the target.
getURI() - Method in class net.sf.urlchecker.commands.Result
Gets the URI.
getUrlpattern() - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Returns the urlpattern.
getUserData() - Method in class net.sf.urlchecker.commands.Result
Gets the user data.
getValidCodes() - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Returns the valid codes.

H

handle(HttpMethod, IOException, int) - Method in class net.sf.urlchecker.exception.handling.AlwaysFalse
Handle.
handle(HttpMethod, IOException, int) - Method in class net.sf.urlchecker.exception.handling.AlwaysTrue
Handle.
handle(T, IOException, int) - Method in interface net.sf.urlchecker.exception.handling.ExceptionHandler
Handle.
handle(HttpContext, IOException, int) - Method in class net.sf.urlchecker.v2.exception.handling.AlwaysFalse
Handle.
handle(HttpContext, IOException, int) - Method in class net.sf.urlchecker.v2.exception.handling.AlwaysTrue
Handle.
hashCode() - Method in class net.sf.urlchecker.commands.Context
hashCode() - Method in class net.sf.urlchecker.commands.Result
hashCode() - Method in class net.sf.urlchecker.events.BasicChainEvent
HTTPCONFIGURATION_FILENAME - Static variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The Constant HTTPCONFIGURATION_FILENAME.
HTTPMethods - Enum in net.sf.urlchecker.communication
The Enum HTTPMethods.
HTTPMethods - Enum in net.sf.urlchecker.v2.communication
The Enum HTTPMethods for the new version of the httpClient.

I

isConfigured() - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Checks if client is configured.
isMultithreaded() - Method in class net.sf.urlchecker.commands.CheckUrlsCommand
Checks if the client is set up for multithreaded operation.
isMultithreaded() - Method in class net.sf.urlchecker.commands.CheckUrlsGeneric
Checks if the client is set up for multithreaded operation.
isMultiThreaded() - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Checks if client connection manager is multi threaded.
isMultithreaded() - Method in class net.sf.urlchecker.v2.commands.CheckUrlsCommand
Checks if the client is set up for multithreaded operation.
isValid() - Method in class net.sf.urlchecker.commands.Result
Checks if is valid.
isValidResponse(Result) - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Checks if a response is valid .

L

localContext - Variable in class net.sf.urlchecker.v2.commands.CheckUrlsCommand
The local context.
LOGGER - Static variable in class net.sf.urlchecker.commands.CheckUrlsGeneric
The Constant LOGGER.
LOGGER - Static variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The Constant LOGGER.

M

manager - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The manager.
maxretries - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The maxretries.
methods - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The methods.
MethodsConfigurer - Class in net.sf.urlchecker.communication.configurers
The Methods Configurer Class.
MethodsConfigurer() - Constructor for class net.sf.urlchecker.communication.configurers.MethodsConfigurer
 
MethodsConfigurer - Class in net.sf.urlchecker.v2.communication.configurers
The Class MethodsConfigurer for the new HttpClient.
MethodsConfigurer() - Constructor for class net.sf.urlchecker.v2.communication.configurers.MethodsConfigurer
 
multithreaded - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The multithreaded.
multithreadedExecution(Context, Iterator<Result>) - Method in class net.sf.urlchecker.commands.CheckUrlsCommand
Spawns threads to check individual URLs.
multithreadedExecution(Context, Iterator<Result>) - Method in class net.sf.urlchecker.commands.CheckUrlsGeneric
Spawns threads to check individual URLs.
multithreadedExecution(Context, Iterator<Result>) - Method in class net.sf.urlchecker.v2.commands.CheckUrlsCommand
Spawns threads to check individual URLs.

N

net.sf.urlchecker.commands - package net.sf.urlchecker.commands
Provides All the interfaces and classes necessary to identify, verify and validate URLs inside Character streams.
net.sf.urlchecker.communication - package net.sf.urlchecker.communication
Provides all the configuration utilities necessary for the URLChecker to operate.
net.sf.urlchecker.communication.configurers - package net.sf.urlchecker.communication.configurers
Provides...
net.sf.urlchecker.events - package net.sf.urlchecker.events
Provides all the Classes and interfaces to be used forEvent handling in the urlchecker library.
net.sf.urlchecker.exception.handling - package net.sf.urlchecker.exception.handling
Provides the ExceptionHandler interface and two basic handlers' implementations.
net.sf.urlchecker.v2.commands - package net.sf.urlchecker.v2.commands
Provides all necessary commands for use with the new httpClient
net.sf.urlchecker.v2.communication - package net.sf.urlchecker.v2.communication
Provides the communication establishment for the new HttpClient.
net.sf.urlchecker.v2.communication.configurers - package net.sf.urlchecker.v2.communication.configurers
Provides the configurers for the new version of the HttpClient.
net.sf.urlchecker.v2.exception.handling - package net.sf.urlchecker.v2.exception.handling
Provides The exception handling implementations for the new HttpClient
NO_CONFIG - Static variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The Constant NO_CONFIG.

P

process(Context) - Method in class net.sf.urlchecker.commands.AbstractCommand
This method processes the input Context and forwards the results on to the successor.
process(Context) - Method in class net.sf.urlchecker.commands.CheckUrlsGeneric
This method processes the input Context and forwards the results on to the successor.
process(Context) - Method in interface net.sf.urlchecker.commands.Command
This method processes the input Context and forwards the results on to the successor.
process(Context) - Method in class net.sf.urlchecker.commands.URLMatchCommand
This method processes the input Context and forwards the results on to the successor.

R

removeListener(ChainListener) - Method in class net.sf.urlchecker.commands.Context
Removes the listener.
RequestRetryHandler - Class in net.sf.urlchecker.v2.communication
The Class RequestRetryHandler for the new version of the HttpClient.
RequestRetryHandler() - Constructor for class net.sf.urlchecker.v2.communication.RequestRetryHandler
 
Result - Class in net.sf.urlchecker.commands
The Result Class.
Result() - Constructor for class net.sf.urlchecker.commands.Result
 
RetriesConfigurer - Class in net.sf.urlchecker.communication.configurers
The Retries Configurer Class .
RetriesConfigurer() - Constructor for class net.sf.urlchecker.communication.configurers.RetriesConfigurer
 
RetryHandler - Class in net.sf.urlchecker.commands
The RetryHandler Class that controls the old client's retry method.
RetryHandler() - Constructor for class net.sf.urlchecker.commands.RetryHandler
 
retryMethod(HttpMethod, IOException, int) - Method in class net.sf.urlchecker.commands.RetryHandler
retryRequest(IOException, int, HttpContext) - Method in class net.sf.urlchecker.v2.communication.RequestRetryHandler
run() - Method in class net.sf.urlchecker.commands.CheckUrlsProcess
 
run() - Method in class net.sf.urlchecker.v2.commands.CheckUrlsProcess
run

S

setResult(int) - Method in class net.sf.urlchecker.commands.Result
Sets the result.
setSource(Readable) - Method in class net.sf.urlchecker.commands.Context
Sets the source.
setTarget(String) - Method in class net.sf.urlchecker.commands.Result
Sets the target.
setUserData(Object) - Method in class net.sf.urlchecker.commands.Result
Sets the user data.
setValid(boolean) - Method in class net.sf.urlchecker.commands.Result
Sets the valid.
shutdown() - Method in class net.sf.urlchecker.communication.CommunicationFactory
Shuts down the client.
shutdown() - Method in class net.sf.urlchecker.communication.GenericCommunicationFactory
Shuts down the client.
shutdown() - Method in class net.sf.urlchecker.v2.communication.CommunicationFactory
Shuts down the client.
shutdownCommunication() - Method in class net.sf.urlchecker.communication.CommunicationBuilder
Shutdown communication.
shutdownCommunication() - Method in class net.sf.urlchecker.v2.communication.CommunicationBuilder
Shutdown communication.
singlethreadedExecution(Iterator<Result>) - Method in class net.sf.urlchecker.commands.CheckUrlsCommand
Executes checking using one thread for all URLs to check.
singlethreadedExecution(Iterator<Result>) - Method in class net.sf.urlchecker.commands.CheckUrlsGeneric
Executes checking using one thread for all URLs to check.
singlethreadedExecution(Iterator<Result>) - Method in class net.sf.urlchecker.v2.commands.CheckUrlsCommand
Executes checking using one thread for all URLs to check.
StandardContext - Class in net.sf.urlchecker.commands
The StandardContext Class.
StandardContext() - Constructor for class net.sf.urlchecker.commands.StandardContext
 

T

TERMINATION_TIME_IN_SECONDS - Static variable in class net.sf.urlchecker.commands.CheckUrlsGeneric
The Constant TERMINATION_TIME_IN_SECONDS.
terminationTime - Variable in class net.sf.urlchecker.commands.CheckUrlsGeneric
The termination time.
toString() - Method in class net.sf.urlchecker.commands.Result
toString() - Method in class net.sf.urlchecker.events.BasicChainEvent

U

URLMatchCommand - Class in net.sf.urlchecker.commands
The URLMatch Command.
URLMatchCommand(Command) - Constructor for class net.sf.urlchecker.commands.URLMatchCommand
Instantiates a new URL match command.
urlpattern - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The urlpattern.
URLPatternConfigurer - Class in net.sf.urlchecker.communication.configurers
The URLPattern Configurer Class .
URLPatternConfigurer() - Constructor for class net.sf.urlchecker.communication.configurers.URLPatternConfigurer
 

V

validCodes - Variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The valid codes.
ValidCodesConfigurer - Class in net.sf.urlchecker.communication.configurers
The ValidCodes Configurer Class .
ValidCodesConfigurer() - Constructor for class net.sf.urlchecker.communication.configurers.ValidCodesConfigurer
 
validResultsIterator() - Method in class net.sf.urlchecker.commands.Context
Valid results iterator.
valueOf(String) - Static method in enum net.sf.urlchecker.communication.HTTPMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.urlchecker.events.EventTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.urlchecker.v2.communication.HTTPMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.urlchecker.communication.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.urlchecker.events.EventTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.urlchecker.v2.communication.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNINGS - Static variable in class net.sf.urlchecker.communication.GenericCommunicationFactory
The Constant WARNINGS.

A B C D E F G H I L M N P R S T U V W

Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.