Class HttpHeaders
java.lang.Object
org.apache.tika.pipes.fetcher.http.config.HttpHeaders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMap()inthashCode()voidsetHeaders(com.google.common.collect.Multimap<String, String> headers) voidsetMap(Map<String, Collection<String>> map)
-
Constructor Details
-
HttpHeaders
public HttpHeaders()
-
-
Method Details
-
getHeaders
-
getMap
- Returns:
- the headers as a map; The map does not support
putorputAll, nor do its entries support, so you can't use this to add headers.invalid reference
setValue
-
setMap
-
setHeaders
-
equals
-
hashCode
-