@groovy.transform.CompileStatic class RestProxyResponseErrorHandler extends java.lang.Object
org.springframework.web.client.ResponseErrorHandler implementation that does nothing and considers every org.springframework.http.client.ClientHttpRequest a success. This class does nothing because RestProxy is responsible solely for relaying requests and responses. We don't care what's in the response, we just forward it on. It's up to the client to deal with responses, whether they're successes or errors.
| Type | Name and description |
|---|---|
void |
handleError(org.springframework.http.client.ClientHttpResponse response) |
boolean |
hasError(org.springframework.http.client.ClientHttpResponse response) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |