public class HeaderParameters
Encoding of parameters into headers.
public final static HeaderParameters
INSTANCE
final Iterable<Pair<String, String>>
encode(Map<String, Object> parameters)
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Iterable<Pair<String, String>> encode(Map<String, Object> parameters)
Expand and encode parameters as headers.
Encoding first expands collections and then encodes each into its own header entry.