protected static class DigestAuthRestTemplate.DigestResponseErrorHandler extends Object implements org.springframework.web.client.ResponseErrorHandler
| Constructor and Description |
|---|
DigestResponseErrorHandler(org.springframework.web.client.ResponseErrorHandler wrapped)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(org.springframework.http.client.ClientHttpResponse response) |
boolean |
hasError(org.springframework.http.client.ClientHttpResponse response) |
public DigestResponseErrorHandler(org.springframework.web.client.ResponseErrorHandler wrapped)
wrapped - the wrapped response error handlerpublic boolean hasError(org.springframework.http.client.ClientHttpResponse response)
throws IOException
hasError in interface org.springframework.web.client.ResponseErrorHandlerIOExceptionpublic void handleError(org.springframework.http.client.ClientHttpResponse response)
throws IOException
handleError in interface org.springframework.web.client.ResponseErrorHandlerIOExceptionCopyright © 2017–2020 NTT DATA Corporation. All rights reserved.