java.lang.Object
org.springframework.data.elasticsearch.support.HttpHeaders
All Implemented Interfaces:
Map<String,List<String>>, MultiValueMap<String,String>

public class HttpHeaders extends Object implements MultiValueMap<String,String>
A simple class implementing HTTP headers as a MultiValueMap. This own implementation is necessary to remove the dependency to the class with the same name from org.springframework:spring-web. Under the hood is uses a LinkedCaseInsensitiveMap.
Since:
5.0
Author:
Peter-Josef Meisch