Packages

object ExtractDomain

Extracts the host domain name from a full url string.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractDomain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. lazy val Suffixes: Set[String]
  2. def apply(url: String): String

    Extract source domains from a full url string.

    Extract source domains from a full url string.

    url

    a url as a string

    returns

    domain host, source or null if url is null.

  3. def checkUrl(url: String): Option[URL]
  4. def resolve(host: String, suffixes: Set[String]): String
  5. def resolve(host: String): String