Packages

package net

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

Type Members

  1. case class ContentType(type: String, subType: String, extras: Map[String, String] = Map.empty) extends Product with Serializable
  2. trait DNS extends AnyRef
  3. case class EmailAddress(local: String, domain: String) extends Product with Serializable
  4. sealed trait IP extends AnyRef
  5. case class MalformedURLException(message: String, url: String, cause: Option[Throwable]) extends RuntimeException with Product with Serializable
  6. case class Param(values: List[String] = Nil) extends Product with Serializable
  7. case class Parameters(entries: List[(String, Param)]) extends Product with Serializable
  8. case class Port extends Product with Serializable
  9. case class Protocol extends Product with Serializable
  10. case class URL(protocol: Protocol = Protocol.Http, host: String = "localhost", port: Int = 80, path: URLPath = URLPath.empty, parameters: Parameters = Parameters.empty, fragment: Option[String] = None) extends Product with Serializable
  11. trait URLMatcher extends AnyRef
  12. case class URLParseFailure(message: String, failureCode: Int, cause: Option[Throwable] = None) extends Product with Serializable
  13. case class URLPath(parts: List[URLPathPart]) extends Product with Serializable
  14. sealed trait URLPathPart extends Any
  15. implicit final class interpolation extends AnyVal

Value Members

  1. object ContentType extends Serializable
  2. object DNS
  3. object Decoder
  4. object EmailAddress extends Serializable
  5. object Encoder
  6. object IP
  7. object IPLiteral extends Literally[IP]
  8. object Parameters extends Serializable
  9. object PathLiteral extends Literally[URLPath]
  10. object Port extends Serializable
  11. object PortLiteral extends Literally[Port]
  12. object Protocol extends Serializable
  13. object TopLevelDomains

    Version 2020071500, Last Updated Wed Jul 15 07:07:01 2020 UTC

    Version 2020071500, Last Updated Wed Jul 15 07:07:01 2020 UTC

    https://data.iana.org/TLD/tlds-alpha-by-domain.txt

  14. object URL extends Serializable
  15. object URLLiteral extends Literally[URL]
  16. object URLParseFailure extends Serializable
  17. object URLParser
  18. object URLPath extends Serializable
  19. object URLPathPart

Inherited from AnyRef

Inherited from Any

Ungrouped