Package | Description |
---|---|
feign | |
feign.codec | |
feign.stream |
Modifier and Type | Class and Description |
---|---|
static class |
FeignException.BadGateway |
static class |
FeignException.BadRequest |
static class |
FeignException.Conflict |
static class |
FeignException.FeignClientException |
static class |
FeignException.FeignServerException |
static class |
FeignException.Forbidden |
static class |
FeignException.GatewayTimeout |
static class |
FeignException.Gone |
static class |
FeignException.InternalServerError |
static class |
FeignException.MethodNotAllowed |
static class |
FeignException.NotAcceptable |
static class |
FeignException.NotFound |
static class |
FeignException.NotImplemented |
static class |
FeignException.ServiceUnavailable |
static class |
FeignException.TooManyRequests |
static class |
FeignException.Unauthorized |
static class |
FeignException.UnprocessableEntity |
static class |
FeignException.UnsupportedMediaType |
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) |
static FeignException |
FeignException.errorStatus(String methodKey,
Response response,
Integer maxBodyBytesLength,
Integer maxBodyCharsLength) |
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–2023 OpenFeign. All rights reserved.