package link

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Anchor(uri: String) extends Param with Product with Serializable
  2. final case class Extension extends Param with Product with Serializable
  3. final case class ExtensionRel(uri: String) extends Rel with Product with Serializable

    Support for extension relation types as specified in section-4.2

  4. final case class Hreflang(lang: String) extends Param with Product with Serializable
  5. sealed abstract class Media extends Param

    Target media types as described in section-5.4 The meaning and set of possible values for this parameter are specified in the HTML 401 Types specification.

  6. final case class MediaType(typeName: String, subTypeName: String) extends Param with Product with Serializable
  7. sealed abstract class Param extends AnyRef

    Root type for all implementations of link-param as specified in section-5.

    Root type for all implementations of link-param as specified in section-5. Predefined parameter values are specified in various documents linked or referred to in the rfc5988; see Media and Rel. New parameter types can be added to Link headers as link-extension parameters. Extension parameters can be constructed via Param.extension.

  8. final case class Ref extends Product with Serializable

    A link-value as described in section-5.

    A link-value as described in section-5. While Rel is is specified as a parameter, section-3 states that it is required and so it is implemented as a Ref member.

  9. sealed abstract class Rel extends Param

    A link relation type as described in section-5.3.

    A link relation type as described in section-5.3. The relation type is specified as link parameter for which a global set of possible values is catalogued at http://www.iana.org/assignments/link-relations/link-relations.xml. The specification also permits extension types to be provided as absolute URLs (see the ExtensionRel type).

  10. final case class Title(title: String) extends Param with Product with Serializable
  11. final case class TitleStar(titleStar: String) extends Param with Product with Serializable

Value Members

  1. object About extends Rel with Product with Serializable
  2. object All extends Media with Product with Serializable
  3. object Alternate extends Rel with Product with Serializable
  4. object Appendix extends Rel with Product with Serializable
  5. object Archives extends Rel with Product with Serializable
  6. object Aural extends Media with Product with Serializable
  7. object Author extends Rel with Product with Serializable
  8. object Bookmark extends Rel with Product with Serializable
  9. object Braille extends Media with Product with Serializable
  10. object Canonical extends Rel with Product with Serializable
  11. object Chapter extends Rel with Product with Serializable
  12. object Collection extends Rel with Product with Serializable
  13. object Contents extends Rel with Product with Serializable
  14. object Copyright extends Rel with Product with Serializable
  15. object CreateForm extends Rel with Product with Serializable
  16. object Current extends Rel with Product with Serializable
  17. object Describedby extends Rel with Product with Serializable
  18. object Describes extends Rel with Product with Serializable
  19. object Disclosure extends Rel with Product with Serializable
  20. object Duplicate extends Rel with Product with Serializable
  21. object Edit extends Rel with Product with Serializable
  22. object EditForm extends Rel with Product with Serializable
  23. object EditMedia extends Rel with Product with Serializable
  24. object Enclosure extends Rel with Product with Serializable
  25. object First extends Rel with Product with Serializable
  26. object Glossary extends Rel with Product with Serializable
  27. object Handheld extends Media with Product with Serializable
  28. object Help extends Rel with Product with Serializable
  29. object Hosts extends Rel with Product with Serializable
  30. object Hub extends Rel with Product with Serializable
  31. object Icon extends Rel with Product with Serializable
  32. object Index extends Rel with Product with Serializable
  33. object Item extends Rel with Product with Serializable
  34. object Last extends Rel with Product with Serializable
  35. object LatestVersion extends Rel with Product with Serializable
  36. object License extends Rel with Product with Serializable
  37. object Link

    Link header implementation as specified in rfc5988.

  38. object Lrdd extends Rel with Product with Serializable
  39. object Memento extends Rel with Product with Serializable
  40. object Monitor extends Rel with Product with Serializable
  41. object MonitorGroup extends Rel with Product with Serializable
  42. object Next extends Rel with Product with Serializable
  43. object NextArchive extends Rel with Product with Serializable
  44. object Nofollow extends Rel with Product with Serializable
  45. object Noreferrer extends Rel with Product with Serializable
  46. object Original extends Rel with Product with Serializable
  47. object Param
  48. object Payment extends Rel with Product with Serializable
  49. object PredecessorVersion extends Rel with Product with Serializable
  50. object Prefetch extends Rel with Product with Serializable
  51. object Prev extends Rel with Product with Serializable
  52. object PrevArchive extends Rel with Product with Serializable
  53. object Preview extends Rel with Product with Serializable
  54. object Previous extends Rel with Product with Serializable
  55. object Print extends Media with Product with Serializable
  56. object PrivacyPolicy extends Rel with Product with Serializable
  57. object Profile extends Rel with Product with Serializable
  58. object Projection extends Media with Product with Serializable
  59. object Ref extends Serializable
  60. object Related extends Rel with Product with Serializable
  61. object Replies extends Rel with Product with Serializable
  62. object Screen extends Media with Product with Serializable
  63. object Search extends Rel with Product with Serializable
  64. object Section extends Rel with Product with Serializable
  65. object Self extends Rel with Product with Serializable
  66. object Service extends Rel with Product with Serializable
  67. object Start extends Rel with Product with Serializable
  68. object Stylesheet extends Rel with Product with Serializable
  69. object Subsection extends Rel with Product with Serializable
  70. object SuccessorVersion extends Rel with Product with Serializable
  71. object Tag extends Rel with Product with Serializable
  72. object TermsOfService extends Rel with Product with Serializable
  73. object Timegate extends Rel with Product with Serializable
  74. object Timemap extends Rel with Product with Serializable
  75. object Tty extends Media with Product with Serializable
  76. object Tv extends Media with Product with Serializable
  77. object Type extends Rel with Product with Serializable
  78. object Up extends Rel with Product with Serializable
  79. object VersionHistory extends Rel with Product with Serializable
  80. object Via extends Rel with Product with Serializable
  81. object WorkingCopy extends Rel with Product with Serializable
  82. object WorkingCopyOf extends Rel with Product with Serializable

Ungrouped