object model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AnonymousIp(ipAddress: String, isAnonymous: Boolean, isAnonymousVpn: Boolean, isHostingProvider: Boolean, isPublicProxy: Boolean, isTorExitNode: Boolean) extends Product with Serializable
A case class wrapper around the MaxMind AnonymousIp class.
- type Error[A] = Either[Throwable, A]
- final case class IpLocation(countryCode: String, countryName: String, region: Option[String], city: Option[String], latitude: Float, longitude: Float, timezone: Option[String], postalCode: Option[String], metroCode: Option[Int], regionName: Option[String], isInEuropeanUnion: Boolean, continent: String, accuracyRadius: Int) extends Product with Serializable
A case class wrapper around the MaxMind CityResponse class.
- final case class IpLookupResult(ipLocation: Option[Either[Throwable, IpLocation]], isp: Option[Either[Throwable, String]], organization: Option[Either[Throwable, String]], domain: Option[Either[Throwable, String]], connectionType: Option[Either[Throwable, String]], anonymousIp: Option[Either[Throwable, AnonymousIp]]) extends Product with Serializable
Result of MaxMind lookups
- type ReaderFunction = (DatabaseReader, InetAddress) => String
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object AnonymousIp extends Serializable
Companion class contains a constructor which takes a MaxMind AnonymousIp.
- object IpLocation extends Serializable
Companion class contains a constructor which takes a MaxMind CityResponse.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)