Class MaxmindAnonymousResult
- java.lang.Object
-
- technology.dice.dicewhere.building.mmdb.maxmind.MaxmindAnonymousResult
-
- All Implemented Interfaces:
AnonymousResult
public class MaxmindAnonymousResult extends Object implements AnonymousResult
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhostingProvider()booleanpublicProxy()booleanresidentialProxy()booleantorExitNode()booleanvpn()
-
-
-
Method Detail
-
hostingProvider
public boolean hostingProvider()
- Specified by:
hostingProviderin interfaceAnonymousResult
-
vpn
public boolean vpn()
- Specified by:
vpnin interfaceAnonymousResult
-
torExitNode
public boolean torExitNode()
- Specified by:
torExitNodein interfaceAnonymousResult
-
residentialProxy
public boolean residentialProxy()
- Specified by:
residentialProxyin interfaceAnonymousResult
-
publicProxy
public boolean publicProxy()
- Specified by:
publicProxyin interfaceAnonymousResult
-
-