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 class
LinkParams.anchor
For a more detailed breakdown of the anchor link parameter, see http://tools.ietf.org/html/rfc5988#section-5.2static class
LinkParams.anchor$
static class
LinkParams.hreflang
For a more detailed breakdown of the dereferenced language hint link parameter http://tools.ietf.org/html/rfc5988#section-5.4static class
LinkParams.hreflang$
static class
LinkParams.media
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static class
LinkParams.media$
static class
LinkParams.rel
This can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of eitherstatic class
LinkParams.rel$
static class
LinkParams.rev
This can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of either.static class
LinkParams.rev$
static class
LinkParams.title
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static class
LinkParams.title$
static class
LinkParams.title$times
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static class
LinkParams.title$times$
static class
LinkParams.type
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4static class
LinkParams.type$
-
Constructor Summary
Constructors Constructor Description LinkParams()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LinkParams.rel
blockedBy()
static LinkParams.rel
first()
static LinkParams.rel
last()
static LinkParams.rel
next()
static LinkParams.rel
prev()
-
-
-
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()
-
-