|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 handlerpublic AbstractMatcher(ConnectionHandler connectionHandler, boolean stopOnMatch)
connectionHandler
- connection handlerstopOnMatch
- stop on matchMethod Detail |
---|
public ConnectionHandler getConnectionHandler()
getConnectionHandler
in interface Matcher
public void setConnectionHandler(ConnectionHandler connectionHandler)
connectionHandler
- public boolean isStopOnMatch()
isStopOnMatch
in interface Matcher
public 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 |