| Modifier and Type | Method and Description |
|---|---|
Pipe<Long> |
TimeoutStream.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
| Modifier and Type | Method and Description |
|---|---|
Pipe<DatagramPacket> |
DatagramSocket.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
| Modifier and Type | Method and Description |
|---|---|
Pipe<Message<T>> |
MessageConsumer.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
| Modifier and Type | Method and Description |
|---|---|
Pipe<Buffer> |
AsyncFile.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
| Modifier and Type | Method and Description |
|---|---|
Pipe<Buffer> |
WebSocket.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
Pipe<Buffer> |
WebSocketBase.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
Pipe<Buffer> |
HttpServerFileUpload.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
Pipe<Buffer> |
HttpClientResponse.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
Pipe<HttpClientResponse> |
HttpClientRequest.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
Pipe<Buffer> |
HttpServerRequest.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
Pipe<Buffer> |
ServerWebSocket.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
| Modifier and Type | Method and Description |
|---|---|
Pipe<Buffer> |
NetSocket.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
| Modifier and Type | Method and Description |
|---|---|
Pipe<Buffer> |
RecordParser.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
Pipe<JsonEvent> |
JsonParser.pipe()
Pause this stream and return a to transfer the elements of this stream to a destination .
|
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<Pipe> |
Pipe.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
Pipe<T> |
Pipe.endOnComplete(boolean end)
|
Pipe<T> |
Pipe.endOnFailure(boolean end)
|
Pipe<T> |
Pipe.endOnSuccess(boolean end)
|
static <T> Pipe<T> |
Pipe.newInstance(io.vertx.core.streams.Pipe arg) |
static <T> Pipe<T> |
Pipe.newInstance(io.vertx.core.streams.Pipe arg,
TypeArg<T> __typeArg_T) |
Pipe<T> |
ReadStream.pipe()
Pause this stream and return a
Pipe to transfer the elements of this stream to a destination WriteStream. |
Copyright © 2019 SmallRye. All rights reserved.