Package akka.http.scaladsl.model.headers
Class LinkParams
- java.lang.Object
-
- akka.http.scaladsl.model.headers.LinkParams
-
public class LinkParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLinkParams.anchorFor a more detailed breakdown of the anchor link parameter, see http://tools.ietf.org/html/rfc5988#section-5.2static classLinkParams.anchor$static classLinkParams.hreflangFor a more detailed breakdown of the dereferenced language hint link parameter http://tools.ietf.org/html/rfc5988#section-5.4static classLinkParams.hreflang$static classLinkParams.mediaFor a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static classLinkParams.media$static classLinkParams.relThis can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of eitherstatic classLinkParams.rel$static classLinkParams.revThis can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of either.static classLinkParams.rev$static classLinkParams.titleFor a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static classLinkParams.title$static classLinkParams.title$timesFor a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static classLinkParams.title$times$static classLinkParams.typeFor a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static classLinkParams.type$
-
Constructor Summary
Constructors Constructor Description LinkParams()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LinkParams.relblockedBy()static LinkParams.relfirst()static LinkParams.rellast()static LinkParams.relnext()static LinkParams.relprev()
-
-
-
Method Detail
-
next
public static LinkParams.rel next()
-
prev
public static LinkParams.rel prev()
-
first
public static LinkParams.rel first()
-
last
public static LinkParams.rel last()
-
blockedBy
public static LinkParams.rel blockedBy()
-
-