| Interface | Description |
|---|---|
| IRELPClientCallback |
A simple RELP callback to work with the client
|
| Class | Description |
|---|---|
| RELPClient |
As simple Relp client.
|
| RELPDecoder |
Decodes a RELP frame by maintaining a state based on each byte that has been processed.
|
| RELPEncoder |
Encodes a RELPFrame into raw bytes using the given charset.
|
| RELPFrame |
A RELP frame received from a channel.
|
| RELPFrame.Builder |
Builder for a RELPFrame.
|
| RELPResponse |
The data portion of a RELPFrame for a response:
RSP-CODE [SP HUMANMSG] LF [CMDDATA]
|
| Enum | Description |
|---|---|
| RELPState |
The parts of a RELP frame.
|
| Exception | Description |
|---|---|
| RELPFrameException |
Represents an error encountered when decoding RELP frames.
|
Copyright © 2023. All rights reserved.