|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
net.sf.urlchecker.commands | Provides All the interfaces and classes necessary to identify, verify and validate URLs inside Character streams. |
net.sf.urlchecker.events | Provides all the Classes and interfaces to be used forEvent handling in the urlchecker library. |
net.sf.urlchecker.v2.commands | Provides all necessary commands for use with the new httpClient |
Uses of Context in net.sf.urlchecker.commands |
---|
Subclasses of Context in net.sf.urlchecker.commands | |
---|---|
class |
StandardContext
The StandardContext Class. |
Methods in net.sf.urlchecker.commands with parameters of type Context | |
---|---|
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. |
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. |
Uses of Context in net.sf.urlchecker.events |
---|
Methods in net.sf.urlchecker.events that return Context | |
---|---|
Context |
ChainEvent.getContext()
Gets the context. |
Context |
BasicChainEvent.getContext()
Gets the context. |
Constructors in net.sf.urlchecker.events with parameters of type Context | |
---|---|
BasicChainEvent(Command command,
Context context,
EventTypes eventType)
Instantiates a new basic chain event. |
Uses of Context in net.sf.urlchecker.v2.commands |
---|
Methods in net.sf.urlchecker.v2.commands with parameters of type Context | |
---|---|
protected void |
CheckUrlsCommand.multithreadedExecution(Context context,
Iterator<Result> iter)
Spawns threads to check individual URLs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |