Package

skinny.micro

rl

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

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

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

    Permalink
  4. class EmptyHost extends UriHost

    Permalink
  5. trait EmptyUriPath extends UriPath

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

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

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

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

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

    Permalink
  11. trait Imports extends AnyRef

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

    Permalink
  13. trait PathOps extends AnyRef

    Permalink
  14. trait QueryString extends UriNode

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

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

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

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

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

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

    Permalink
  21. trait Uri extends AnyRef

    Permalink
  22. trait UriFragment extends UriNode

    Permalink
  23. sealed trait UriHost extends UriNode

    Permalink
  24. trait UriHostDomains extends AnyRef

    Permalink
  25. trait UriNode extends AnyRef

    Permalink
  26. trait UriOperations extends AnyRef

    Permalink
  27. trait UriPath extends UriNode

    Permalink
  28. trait UriScheme extends UriNode

    Permalink
  29. trait UrlCodingUtils extends AnyRef

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

    Permalink

Value Members

  1. object Authority extends Serializable

    Permalink
  2. object Benchmark extends App

    Permalink
  3. object DefaultEmptyHost extends EmptyHost with Product with Serializable

    Permalink
  4. object DomainParser

    Permalink
  5. object EmptyFragment extends UriFragment with Product with Serializable

    Permalink
  6. object EmptyPath extends EmptyUriPath with Product with Serializable

    Permalink
  7. object EmptyQueryString extends QueryString with Product with Serializable

    Permalink
  8. object Imports extends Imports

    Permalink
  9. object MapQueryString extends Serializable

    Permalink
  10. object NoScheme extends UriScheme with Product with Serializable

    Permalink
  11. object QueryString

    Permalink
  12. object Scheme extends Serializable

    Permalink
  13. object Uri

    Permalink
  14. object UriFragment

    Permalink
  15. object UriPath extends PathOps

    Permalink
  16. object UrlCodingUtils extends UrlCodingUtils

    Permalink
  17. object UserInfo extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped