Constructor and Description |
---|
AuditorImpl(AuditManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
audit(org.xmpp.packet.Packet packet,
Session session)
Audit an XMPP packet.
|
int |
getQueuedPacketsNumber()
Returns the number of queued packets that are still in memory and need to be saved to a
permanent store.
|
void |
setLogDir(String logDir) |
void |
setLogTimeout(int logTimeout) |
protected void |
setMaxValues(int totalSize,
int fileSize,
int days) |
void |
stop()
Prepares the auditor for system shutdown.
|
public AuditorImpl(AuditManager manager)
protected void setMaxValues(int totalSize, int fileSize, int days)
public void setLogTimeout(int logTimeout)
public void setLogDir(String logDir)
public int getQueuedPacketsNumber()
Auditor
getQueuedPacketsNumber
in interface Auditor
public void audit(org.xmpp.packet.Packet packet, Session session)
Auditor
Copyright © 2003–2019 Ignite Realtime. All rights reserved.