|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
net.sf.urlchecker.commands | Provides All the interfaces and classes necessary to identify, verify and validate URLs inside Character streams. |
net.sf.urlchecker.communication | Provides all the configuration utilities necessary for the URLChecker to operate. |
net.sf.urlchecker.v2.commands | Provides all necessary commands for use with the new httpClient |
Uses of Result in net.sf.urlchecker.commands |
---|
Methods in net.sf.urlchecker.commands that return Result | |
---|---|
Result |
CheckUrlsProcess.getResult()
Gets the result. |
protected Result |
URLMatchCommand.getResult(String uri)
Returns the result. |
Methods in net.sf.urlchecker.commands that return types with arguments of type Result | |
---|---|
Set<Result> |
Context.getResults()
Gets the results. |
Set<Result> |
URLMatchCommand.process(Context context)
This method processes the input Context and forwards the results on to
the successor. |
Set<Result> |
Command.process(Context input)
This method processes the input Context and forwards the results on to
the successor. |
Set<Result> |
CheckUrlsGeneric.process(Context context)
This method processes the input Context and forwards the results on to
the successor. |
Set<Result> |
AbstractCommand.process(Context input)
This method processes the input Context and forwards the results on to
the successor. |
Iterator<Result> |
Context.validResultsIterator()
Valid results iterator. |
Method parameters in net.sf.urlchecker.commands with type arguments of type Result | |
---|---|
protected abstract void |
CheckUrlsGeneric.multithreadedExecution(Context context,
Iterator<Result> iter)
Spawns threads to check individual URLs. |
protected void |
CheckUrlsCommand.multithreadedExecution(Context context,
Iterator<Result> iter)
Spawns threads to check individual URLs. |
protected abstract void |
CheckUrlsGeneric.singlethreadedExecution(Iterator<Result> iter)
Executes checking using one thread for all URLs to check. |
protected void |
CheckUrlsCommand.singlethreadedExecution(Iterator<Result> iter)
Executes checking using one thread for all URLs to check. |
Constructors in net.sf.urlchecker.commands with parameters of type Result | |
---|---|
CheckUrlsProcess(org.apache.commons.httpclient.HttpClient aClient,
Result res)
Instantiates a new process. |
Uses of Result in net.sf.urlchecker.communication |
---|
Methods in net.sf.urlchecker.communication with parameters of type Result | |
---|---|
boolean |
GenericCommunicationFactory.isValidResponse(Result result)
Checks if a response is valid . |
Uses of Result in net.sf.urlchecker.v2.commands |
---|
Methods in net.sf.urlchecker.v2.commands that return Result | |
---|---|
Result |
CheckUrlsProcess.getResult()
Gets the result. |
Method parameters in net.sf.urlchecker.v2.commands with type arguments of type Result | |
---|---|
protected void |
CheckUrlsCommand.multithreadedExecution(Context context,
Iterator<Result> iter)
Spawns threads to check individual URLs. |
protected void |
CheckUrlsCommand.singlethreadedExecution(Iterator<Result> iter)
Executes checking using one thread for all URLs to check. |
Constructors in net.sf.urlchecker.v2.commands with parameters of type Result | |
---|---|
CheckUrlsProcess(org.apache.http.client.HttpClient aClient,
org.apache.http.protocol.HttpContext localContext,
Result res)
Instantiates a new check URLs process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |