Uses of Class
com.helger.commons.http.HttpHeaderMap
-
Packages that use HttpHeaderMap Package Description com.helger.commons.http -
-
Uses of HttpHeaderMap in com.helger.commons.http
Methods in com.helger.commons.http that return HttpHeaderMap Modifier and Type Method Description HttpHeaderMapHttpHeaderMap. getClone()Methods in com.helger.commons.http with parameters of type HttpHeaderMap Modifier and Type Method Description voidHttpHeaderMap. addAllHeaders(HttpHeaderMap aOther)Add all headers from the passed map.voidHttpHeaderMap. setAllHeaders(HttpHeaderMap aOther)Set all headers from the passed map.Constructors in com.helger.commons.http with parameters of type HttpHeaderMap Constructor Description HttpHeaderMap(HttpHeaderMap aOther)Copy constructor.
-