skinny.micro

rl

package rl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. rl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AbsolutePath(segments: GenSeq[String]) extends UriPath with Product with Serializable

  2. case class AbsoluteUri(scheme: Scheme, authority: Option[Authority], segments: UriPath, query: QueryString, fragment: UriFragment, originalUri: String = "") extends Uri with Product with Serializable

  3. case class Authority(userInfo: Option[UserInfo], host: UriHost, port: Option[Int]) extends UriNode with Product with Serializable

  4. class EmptyHost extends UriHost

  5. trait EmptyUriPath extends UriPath

  6. case class FailedUri(throwable: Throwable, originalUri: String = "") extends Uri with Product with Serializable

  7. case class HostName(value: String) extends UriHost with Product with Serializable

  8. case class IPv4Address(value: String) extends UriHost with Product with Serializable

  9. case class IPv6Address(value: String) extends UriHost with Product with Serializable

  10. case class IPvFutureAddress(value: String) extends UriHost with Product with Serializable

  11. trait Imports extends AnyRef

  12. case class MapQueryString(initialValues: Seq[(String, Seq[String])], rawValue: String) extends QueryString with Product with Serializable

  13. trait PathOps extends AnyRef

  14. trait QueryString extends UriNode

  15. case class RelativePath(segments: GenSeq[String]) extends UriPath with Product with Serializable

  16. case class RelativeUri(authority: Option[Authority], segments: UriPath, query: QueryString, fragment: UriFragment, originalUri: String = "") extends Uri with Product with Serializable

  17. case class Scheme(scheme: String) extends UriScheme with Product with Serializable

  18. case class StringFragment(rawValue: String) extends UriFragment with Product with Serializable

  19. case class StringQueryString(rawValue: String) extends QueryString with Product with Serializable

  20. case class StringSeqQueryString(rawValue: String) extends QueryString with Product with Serializable

  21. trait Uri extends AnyRef

  22. trait UriFragment extends UriNode

  23. sealed trait UriHost extends UriNode

  24. trait UriHostDomains extends AnyRef

  25. trait UriNode extends AnyRef

  26. trait UriOperations extends AnyRef

  27. trait UriPath extends UriNode

  28. trait UriScheme extends UriNode

  29. trait UrlCodingUtils extends AnyRef

  30. case class UserInfo(user: String, secret: String) extends UriNode with Product with Serializable

Value Members

  1. object Authority extends Serializable

  2. object Benchmark extends App

  3. object DefaultEmptyHost extends EmptyHost with Product with Serializable

  4. object DomainParser

  5. object EmptyFragment extends UriFragment with Product with Serializable

  6. object EmptyPath extends EmptyUriPath with Product with Serializable

  7. object EmptyQueryString extends QueryString with Product with Serializable

  8. object Imports extends Imports

  9. object MapQueryString extends Serializable

  10. object NoScheme extends UriScheme with Product with Serializable

  11. object QueryString

  12. object Scheme extends Serializable

  13. object Uri

  14. object UriFragment

  15. object UriPath extends PathOps

  16. object UrlCodingUtils extends UrlCodingUtils

  17. object UserInfo extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped