public interface CommunicationsSession extends Closeable
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
MAGIC_BYTES |
| Modifier and Type | Method and Description |
|---|---|
String |
createTransitUri(String communicantUrl,
String sourceFlowFileIdentifier) |
long |
getBytesRead() |
long |
getBytesWritten() |
CommunicationsInput |
getInput() |
CommunicationsOutput |
getOutput() |
int |
getTimeout() |
String |
getUserDn() |
void |
interrupt()
Asynchronously interrupts this FlowFileCodec.
|
boolean |
isClosed() |
boolean |
isDataAvailable() |
void |
setTimeout(int millis) |
void |
setUserDn(String dn) |
CommunicationsInput getInput()
CommunicationsOutput getOutput()
void setTimeout(int millis)
throws IOException
IOExceptionint getTimeout()
throws IOException
IOExceptionString getUserDn()
void setUserDn(String dn)
boolean isDataAvailable()
long getBytesWritten()
long getBytesRead()
void interrupt()
boolean isClosed()
true if the connection is closed, false
otherwiseCopyright © 2023 Apache NiFi Project. All rights reserved.