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 TypeMethodDescriptionboolean
IFloodCheck.isFlooding(FloodMeasure entry)
Returns true if with the information stored an entry implementation determines that there is a flood attack.void
IFloodCheck.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 TypeMethodDescriptionboolean
FloodCheck.isFlooding(FloodMeasure entry)
void
FloodCheck.onFlood(FloodMeasure entry)