| Class | Description |
|---|---|
| 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.
|
| RELPFrameDecoder |
Decode RELP message bytes into a RELPMessage
|
| RELPMessageChannelHandler |
Decode data received into a RELPMessage
|
| RELPResponseEncoder |
Message encoder for a RELPResponse
|
| Enum | Description |
|---|---|
| RELPState |
The parts of a RELP frame.
|
| Exception | Description |
|---|---|
| RELPFrameException |
Represents an error encountered when decoding RELP frames.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.