Package org.bremersee.exception
Interface HttpResponseHeadersAware
-
- All Known Implementing Classes:
FeignClientException
,HttpClientException
,WebClientException
public interface HttpResponseHeadersAware
Marker interface to get the response headers.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Map<String,? extends Collection<String>>
getMultiValueHeaders()
Gets the response headers as multi value map.
-
-
-
Method Detail
-
getMultiValueHeaders
@NotNull @NotNull Map<String,? extends Collection<String>> getMultiValueHeaders()
Gets the response headers as multi value map.- Returns:
- the response headers
-
-