| Interface | Description |
|---|---|
| Decoder |
Decodes an HTTP response into a single object of the given
type. |
| Encoder |
Encodes an object into an HTTP request body.
|
| ErrorDecoder |
Allows you to massage an exception into a application-specific one.
|
| Class | Description |
|---|---|
| Decoder.Default |
Default implementation of
Decoder. |
| Encoder.Default |
Default implementation of
Encoder. |
| ErrorDecoder.Default | |
| ErrorDecoder.RetryAfterDecoder | |
| StringDecoder |
| Exception | Description |
|---|---|
| DecodeException |
Similar to
javax.websocket.DecodeException, raised when a problem occurs decoding a
message. |
| EncodeException |
Similar to
javax.websocket.EncodeException, raised when a problem occurs encoding a
message. |
Copyright © 2012–2023 OpenFeign. All rights reserved.