BadIPDetector

class BadIPDetector(services: List<BadIPDetectionService>)

Parameters

Constructors

BadIPDetector
Link copied to clipboard
fun BadIPDetector(vararg services: BadIPDetectionService)
Alternative constructor.
BadIPDetector
Link copied to clipboard
fun BadIPDetector(services: List<BadIPDetectionService>)

Types

Companion
Link copied to clipboard
object Companion

Functions

checkIP
Link copied to clipboard
fun checkIP(ip: String, breakOnHit: Boolean = true): HashMap<BadIPDetectionService, BadIPDetectionResult>