com.sun.jersey.core.header
Class LinkHeaders
java.lang.Object
com.sun.jersey.core.header.LinkHeaders
- Direct Known Subclasses:
- WebResourceLinkHeaders
public class LinkHeaders
- extends Object
A map of Link headers where each header can be retrieved using the
relationship type as the key.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkHeaders
public LinkHeaders(MultivaluedMap<String,String> headers)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getLink
public LinkHeader getLink(String rel)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
Copyright © 2013 Oracle Corporation. All Rights Reserved.