Uses of Interface
org.springframework.web.client.ResponseErrorHandler
Packages that use ResponseErrorHandler Package Description org.springframework.web.client Core package of the client-side web support.Uses of ResponseErrorHandler in org.springframework.web.client
Classes in org.springframework.web.client that implement ResponseErrorHandler Modifier and Type Class Description classDefaultResponseErrorHandlerSpring's default implementation of theResponseErrorHandlerinterface.classExtractingResponseErrorHandlerImplementation ofResponseErrorHandlerthat usesHttpMessageConvertersto convert HTTP error responses toRestClientExceptions.Methods in org.springframework.web.client that return ResponseErrorHandler Modifier and Type Method Description ResponseErrorHandlerAsyncRestTemplate. getErrorHandler()Deprecated.Return the error handler.ResponseErrorHandlerRestTemplate. getErrorHandler()Return the error handler.Methods in org.springframework.web.client with parameters of type ResponseErrorHandler Modifier and Type Method Description voidAsyncRestTemplate. setErrorHandler(ResponseErrorHandler errorHandler)Deprecated.Set the error handler.voidRestTemplate. setErrorHandler(ResponseErrorHandler errorHandler)Set the error handler.