public class StatsPassiveScanner extends PluginPassiveScanner
Modifier and Type | Field and Description |
---|---|
static String |
CODE_STATS_PREFIX |
static String |
CONTENT_TYPE_STATS_PREFIX |
static String |
RESPONSE_TIME_STATS_PREFIX |
Constructor and Description |
---|
StatsPassiveScanner() |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesToHistoryType(int historyType) |
String |
getName() |
int |
getPluginId()
Returns the ID of the plug-in.
|
void |
scanHttpRequestSend(HttpMessage msg,
int id) |
void |
scanHttpResponseReceive(HttpMessage msg,
int id,
net.htmlparser.jericho.Source source) |
void |
setParent(PassiveScanThread parent) |
getConfig, getDefaultHistoryTypes, getLevel, getLevel, getStatus, loadFrom, save, saveTo, setConfig, setDefaultLevel, setLevel, setStatus
equals, hashCode, isEnabled, setEnabled
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isEnabled, setEnabled
public static final String CODE_STATS_PREFIX
public static final String CONTENT_TYPE_STATS_PREFIX
public static final String RESPONSE_TIME_STATS_PREFIX
public String getName()
public int getPluginId()
PluginPassiveScanner
getPluginId
in class PluginPassiveScanner
public void scanHttpRequestSend(HttpMessage msg, int id)
public void scanHttpResponseReceive(HttpMessage msg, int id, net.htmlparser.jericho.Source source)
public boolean appliesToHistoryType(int historyType)
appliesToHistoryType
in interface PassiveScanner
appliesToHistoryType
in class PluginPassiveScanner
public void setParent(PassiveScanThread parent)