Uses of Class
marauroa.server.net.flood.FloodMeasure
Packages that use FloodMeasure
Package
Description
This package handles flood detection.
The package stores the TCP implementation of a network server manager.
-
Uses of FloodMeasure in marauroa.server.net.flood
Methods in marauroa.server.net.flood that return types with arguments of type FloodMeasureModifier and TypeMethodDescriptionFloodValidator.iterator()Returns an iterator over the flood measure entries.Methods in marauroa.server.net.flood with parameters of type FloodMeasureModifier and TypeMethodDescriptionbooleanIFloodCheck.isFlooding(FloodMeasure entry)Returns true if with the information stored an entry implementation determines that there is a flood attack.voidIFloodCheck.onFlood(FloodMeasure entry)Called by FloodValidator when the connection is found to be flooding. -
Uses of FloodMeasure in marauroa.server.net.nio
Methods in marauroa.server.net.nio with parameters of type FloodMeasureModifier and TypeMethodDescriptionbooleanFloodCheck.isFlooding(FloodMeasure entry)voidFloodCheck.onFlood(FloodMeasure entry)