| Package | Description |
|---|---|
| org.apache.nifi.remote | |
| org.apache.nifi.remote.client.socket | |
| org.apache.nifi.remote.codec | |
| org.apache.nifi.remote.protocol | |
| org.apache.nifi.remote.protocol.socket |
| Modifier and Type | Field and Description |
|---|---|
protected FlowFileCodec |
AbstractTransaction.codec |
| Constructor and Description |
|---|
AbstractTransaction(Peer peer,
TransferDirection direction,
boolean useCompression,
FlowFileCodec codec,
EventReporter eventReporter,
int protocolVersion,
int penaltyMillis,
String destinationId) |
| Modifier and Type | Field and Description |
|---|---|
private FlowFileCodec |
EndpointConnection.codec |
| Modifier and Type | Method and Description |
|---|---|
FlowFileCodec |
EndpointConnection.getCodec() |
| Constructor and Description |
|---|
EndpointConnection(Peer peer,
SocketClientProtocol socketClientProtocol,
FlowFileCodec codec) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardFlowFileCodec |
| Modifier and Type | Method and Description |
|---|---|
FlowFileCodec |
ClientProtocol.negotiateCodec(Peer peer) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
ClientProtocol.startTransaction(Peer peer,
FlowFileCodec codec,
TransferDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
FlowFileCodec |
SocketClientProtocol.negotiateCodec(Peer peer) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
SocketClientProtocol.startTransaction(Peer peer,
FlowFileCodec codec,
TransferDirection direction) |
| Constructor and Description |
|---|
SocketClientTransaction(int protocolVersion,
String destinationId,
Peer peer,
FlowFileCodec codec,
TransferDirection direction,
boolean useCompression,
int penaltyMillis,
EventReporter eventReporter) |
Copyright © 2023 Apache NiFi Project. All rights reserved.