|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.danube.http.matcher.AbstractMatcher
public abstract class AbstractMatcher
Implementation of Matcher interface.
| Field Summary | |
|---|---|
protected ConnectionHandler |
connectionHandler
Param connection handler |
protected boolean |
stopOnMatch
Default value is true |
| Constructor Summary | |
|---|---|
AbstractMatcher()
Constructor |
|
AbstractMatcher(ConnectionHandler connectionHandler)
Constructor |
|
AbstractMatcher(ConnectionHandler connectionHandler,
boolean stopOnMatch)
Constructor |
|
| Method Summary | |
|---|---|
ConnectionHandler |
getConnectionHandler()
Returns connection handler |
boolean |
isStopOnMatch()
Returns if matching should stop with this one if positive |
void |
setConnectionHandler(ConnectionHandler connectionHandler)
Sets connection handler |
void |
setStopOnMatch(boolean stopOnMatch)
Sets if matching should stop with this one if positive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.abstracthorizon.danube.http.matcher.Matcher |
|---|
adjustForInvocation, matches |
| Field Detail |
|---|
protected ConnectionHandler connectionHandler
protected boolean stopOnMatch
true
| Constructor Detail |
|---|
public AbstractMatcher()
public AbstractMatcher(ConnectionHandler connectionHandler)
connectionHandler - connection handler
public AbstractMatcher(ConnectionHandler connectionHandler,
boolean stopOnMatch)
connectionHandler - connection handlerstopOnMatch - stop on match| Method Detail |
|---|
public ConnectionHandler getConnectionHandler()
getConnectionHandler in interface Matcherpublic void setConnectionHandler(ConnectionHandler connectionHandler)
connectionHandler - public boolean isStopOnMatch()
isStopOnMatch in interface Matcherpublic void setStopOnMatch(boolean stopOnMatch)
stopOnMatch - true if matching should stop with this one if positive
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||