| Package | Description |
|---|---|
| org.springframework.web.client |
Core package of the client-side web support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResponseErrorHandler
Default implementation of the
ResponseErrorHandler interface. |
| Modifier and Type | Method and Description |
|---|---|
ResponseErrorHandler |
RestTemplate.getErrorHandler()
Return the error handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestTemplate.setErrorHandler(ResponseErrorHandler errorHandler)
Set the error handler.
|
Copyright © 2015. All rights reserved.