Uses of Class
marauroa.server.net.flood.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
Modifier and TypeMethodDescriptionFloodValidator.iterator()
Returns an iterator over the flood measure entries.Modifier 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
Modifier and TypeMethodDescriptionboolean
FloodCheck.isFlooding(FloodMeasure entry)
void
FloodCheck.onFlood(FloodMeasure entry)