Class TestSpamModule
java.lang.Object
tigase.component.modules.AbstractModule
tigase.server.test.TestSpamModule
- All Implemented Interfaces:
Module
@Bean(name="test-spam-module",
parent=TestComponent.class,
active=true)
public class TestSpamModule
extends AbstractModule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]This might be changed in one threads while it is iterated in processPacket(...) in another thread.protected String[]Fields inherited from class AbstractModule
eventBus, writerFields inherited from interface Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlongReturns critera used by Component to select module to handle incoming stanza.longvoidinitBindings(Bindings binds) voidProcess incoming stanza.voidsetPacketTypes(String[] packetTypes) Methods inherited from class AbstractModule
fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Module
canHandle, getFeatures
-
Field Details
-
badWords
This might be changed in one threads while it is iterated in processPacket(...) in another thread. We expect that changes are very rare and small, most of operations are just iterations. -
whiteList
-
-
Constructor Details
-
TestSpamModule
public TestSpamModule()
-
-
Method Details
-
everyMinute
public void everyMinute() -
getModuleCriteria
-
process
Description copied from interface:ModuleProcess incoming stanza.- Parameters:
packet- receivedstanza.- Throws:
ComponentException- if stanza can't be processed correctly. ComponentException is converted to error stanza and returned to stanza sender.TigaseStringprepException- if there was an error during stringprep processing.
-
getMessagesCounter
public long getMessagesCounter() -
getTotalSpamCounter
public long getTotalSpamCounter() -
setPacketTypes
-
initBindings
-