| Package | Description |
|---|---|
| org.apache.nifi.processors.standard.relp.frame | |
| org.apache.nifi.processors.standard.relp.response |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RELPResponseEncoder.encode(io.netty.channel.ChannelHandlerContext context,
RELPResponse event,
List<Object> out) |
| Modifier and Type | Field and Description |
|---|---|
private RELPResponse |
RELPChannelResponse.response |
| Modifier and Type | Method and Description |
|---|---|
static RELPResponse |
RELPResponse.error(long txnr)
Utility method to create a default "ERROR" response.
|
private static RELPResponse |
RELPResponse.error(long txnr,
String message) |
static RELPResponse |
RELPResponse.ok(long txnr)
Utility method to create a default "OK" response.
|
static RELPResponse |
RELPResponse.open(long txnr,
Map<String,String> offers)
Utility method to create a response to an open request.
|
static RELPResponse |
RELPResponse.serverFullError(long txnr)
Utility method to create a default "ERROR" response if the server event queue is full.
|
| Constructor and Description |
|---|
RELPChannelResponse(RELPEncoder encoder,
RELPResponse response) |
Copyright © 2023 Apache NiFi Project. All rights reserved.