AeroGear Android Library 1.1.0

org.jboss.aerogear.android.impl.pipeline.paging
Class WebLink

java.lang.Object
  extended by 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.
 
Method Summary
 Map<String,String> getParameters()
           
 String getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLink

public WebLink(String headerContent)
        throws ParseException
Attempts to parse a header value into a WebLink.

Parameters:
headerContent -
Throws:
ParseException
Method Detail

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

AeroGear Android Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.