Package | Description |
---|---|
feign | |
feign.codec | |
feign.stream |
Modifier and Type | Class and Description |
---|---|
class |
RetryableException
This exception is raised when the
Response is deemed to be retryable, typically via an
ErrorDecoder when the status is 503. |
Modifier and Type | Method and Description |
---|---|
static FeignException |
FeignException.errorStatus(String methodKey,
Response response) |
Modifier and Type | Class and Description |
---|---|
class |
DecodeException
Similar to
javax.websocket.DecodeException , raised when a problem occurs decoding a
message. |
class |
EncodeException
Similar to
javax.websocket.EncodeException , raised when a problem occurs encoding a
message. |
Modifier and Type | Method and Description |
---|---|
Object |
Decoder.decode(Response response,
Type type)
Decodes an http response into an object corresponding to its
generic return type . |
Modifier and Type | Method and Description |
---|---|
Object |
StreamDecoder.decode(Response response,
Type type) |
Copyright © 2012–2018 OpenFeign. All rights reserved.