| Package | Description |
|---|---|
| io.vertx.core.streams |
| Modifier and Type | Method and Description |
|---|---|
Pipe<T> |
Pipe.endOnComplete(boolean end)
|
Pipe<T> |
Pipe.endOnFailure(boolean end)
|
Pipe<T> |
Pipe.endOnSuccess(boolean end)
|
default Pipe<T> |
ReadStream.pipe()
Pause this stream and return a
Pipe to transfer the elements of this stream to a destination WriteStream. |
Copyright © 2024 Eclipse. All rights reserved.