org.jboss.aerogear.android.impl.pipeline.paging
Class WebLink
java.lang.Object
org.jboss.aerogear.android.impl.pipeline.paging.WebLink
public class WebLink
- extends Object
This class represents a "Link" header link.
See the RFC
|
Constructor Summary |
WebLink(String headerContent)
Attempts to parse a header value into a WebLink. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebLink
public WebLink(String headerContent)
throws ParseException
- Attempts to parse a header value into a WebLink.
- Parameters:
headerContent -
- Throws:
ParseException
getUri
public String getUri()
- Returns:
- a string representation of the URI in a WebLink
getParameters
public Map<String,String> getParameters()
- Returns:
- a map of parameters for the WebLink
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.