protected static class FeignLoadBalancer.RibbonResponse extends Object implements com.netflix.client.IResponse
| Modifier | Constructor and Description |
|---|---|
protected |
RibbonResponse(URI uri,
feign.Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Map<String,Collection<String>> |
getHeaders() |
Object |
getPayload() |
URI |
getRequestedURI() |
boolean |
hasPayload() |
boolean |
isSuccess() |
protected RibbonResponse(URI uri, feign.Response response)
public Object getPayload()
getPayload in interface com.netflix.client.IResponsepublic boolean hasPayload()
hasPayload in interface com.netflix.client.IResponsepublic boolean isSuccess()
isSuccess in interface com.netflix.client.IResponsepublic URI getRequestedURI()
getRequestedURI in interface com.netflix.client.IResponsepublic Map<String,Collection<String>> getHeaders()
getHeaders in interface com.netflix.client.IResponsepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.