Package org.apache.nifi.stream.io
Interface StreamThrottler
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
LeakyBucketStreamThrottler
-
Method Summary
Modifier and TypeMethodDescriptionlong
copy
(InputStream in, OutputStream out) long
copy
(InputStream in, OutputStream out, long maxBytes) newThrottledInputStream
(InputStream toWrap) newThrottledOutputStream
(OutputStream toWrap)
-
Method Details
-
copy
- Throws:
IOException
-
copy
- Throws:
IOException
-
newThrottledInputStream
-
newThrottledOutputStream
-