Package | Description |
---|---|
com.scvngr.levelup.core.util |
Modifier and Type | Method and Description |
---|---|
static LinkHeaderParser.LinkHeader |
LinkHeaderParser.parseLinkHeader(String headerValue)
Parses the header value and extracts the link and its parameters.
|
static LinkHeaderParser.LinkHeader |
LinkHeaderParser.parseLinkHeader(Uri context,
String headerValue)
Parses the header value and extracts the link and its parameters, resolving the link relative
to the supplied context.
|