| Package | Description |
|---|---|
| org.apache.nifi.processors.standard.relp.frame | |
| org.apache.nifi.processors.standard.relp.response |
| Modifier and Type | Method and Description |
|---|---|
RELPFrame |
RELPFrame.Builder.build() |
RELPFrame |
RELPDecoder.getFrame()
Returns the decoded frame and resets the decoder for the next frame.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
RELPEncoder.encode(RELPFrame frame) |
private void |
RELPFrameDecoder.handle(RELPFrame frame,
io.netty.channel.ChannelHandlerContext ctx,
String sender,
List<Object> out) |
| Modifier and Type | Method and Description |
|---|---|
RELPFrame |
RELPResponse.toFrame(Charset charset)
Creates a RELPFrame where the data portion will contain this response.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.