Uses of Interface
io.fabric8.kubernetes.client.utils.InputStreamPumper.Writable
-
Packages that use InputStreamPumper.Writable Package Description io.fabric8.kubernetes.client.utils -
-
Uses of InputStreamPumper.Writable in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils with parameters of type InputStreamPumper.Writable Modifier and Type Method Description static CompletableFuture<?>InputStreamPumper. pump(InputStream in, InputStreamPumper.Writable out, Executor executor)Pumps the givenInputStreaminto theInputStreamPumper.Writabletarget via a task started in the givenExecutor.static voidInputStreamPumper. transferTo(InputStream in, InputStreamPumper.Writable out)See InputStream.transferTo(java.io.OutputStream) in Java 9 or laterstatic OutputStreamInputStreamPumper. writableOutputStream(InputStreamPumper.Writable writer, Integer bufferSize)
-