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>
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

services
Link copied to clipboard
val services: List<BadIPDetectionService>