| Package | Description |
|---|---|
| org.apache.nifi.remote | |
| org.apache.nifi.remote.protocol | |
| org.apache.nifi.remote.protocol.http | |
| org.apache.nifi.remote.protocol.socket |
| Modifier and Type | Field and Description |
|---|---|
private HandshakeProperties |
HttpRemoteSiteListener.TransactionWrapper.handshakeProperties |
| Modifier and Type | Method and Description |
|---|---|
HandshakeProperties |
HttpRemoteSiteListener.getHandshakenProperties(String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRemoteSiteListener.holdTransaction(String transactionId,
FlowFileTransaction transaction,
HandshakeProperties handshakenProperties) |
| Constructor and Description |
|---|
TransactionWrapper(FlowFileTransaction transaction,
HandshakeProperties handshakeProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected HandshakeProperties |
AbstractFlowFileServerProtocol.handshakeProperties |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HandshakeProperties |
AbstractFlowFileServerProtocol.doHandshake(Peer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowFileServerProtocol.validateHandshakeRequest(HandshakeProperties confirmed,
Peer peer,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
protected HandshakeProperties |
StandardHttpFlowFileServerProtocol.doHandshake(Peer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected HandshakeProperties |
SocketFlowFileServerProtocol.doHandshake(Peer peer) |
Copyright © 2021 Apache NiFi Project. All rights reserved.