| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.utils |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<?> |
InputStreamPumper.pump(InputStream in,
InputStreamPumper.Writable out,
Executor executor)
Pumps the given
InputStream into the InputStreamPumper.Writable target via a task started in the given Executor. |
static void |
InputStreamPumper.transferTo(InputStream in,
InputStreamPumper.Writable out)
See InputStream.transferTo(java.io.OutputStream) in Java 9 or later
|
Copyright © 2015–2022 Red Hat. All rights reserved.