public interface CommunicationsInput
| Modifier and Type | Method and Description |
|---|---|
void |
consume()
Reads all data currently on the socket and throws it away
|
long |
getBytesRead() |
InputStream |
getInputStream() |
void consume()
throws IOException
IOException - if unable to consumeInputStream getInputStream() throws IOException
IOExceptionlong getBytesRead()
Copyright © 2023 Apache NiFi Project. All rights reserved.