Package | Description |
---|---|
io.vertx.core.streams | |
io.vertx.reactivex.core.streams | |
io.vertx.rxjava.core.streams | |
io.vertx.rxjava3.core.streams |
Modifier and Type | Method and Description |
---|---|
static <T> Pump |
Pump.pump(ReadStream<T> rs,
WriteStream<T> ws)
Deprecated.
Create a new
Pump with the given ReadStream and WriteStream |
static <T> Pump |
Pump.pump(ReadStream<T> rs,
WriteStream<T> ws,
int writeQueueMaxSize)
Deprecated.
Create a new
Pump with the given ReadStream and WriteStream and
writeQueueMaxSize |
Pump |
Pump.setWriteQueueMaxSize(int maxSize)
Deprecated.
Set the write queue max size to
maxSize |
Pump |
Pump.start()
Deprecated.
Start the Pump.
|
Pump |
Pump.stop()
Deprecated.
Stop the Pump.
|
Modifier and Type | Method and Description |
---|---|
Pump |
Pump.getDelegate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Pump |
Pump.newInstance(Pump arg)
Deprecated.
|
Constructor and Description |
---|
Pump(Pump delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Pump |
Pump.getDelegate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Pump |
Pump.newInstance(Pump arg)
Deprecated.
|
Constructor and Description |
---|
Pump(Pump delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Pump |
Pump.getDelegate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Pump |
Pump.newInstance(Pump arg)
Deprecated.
|
Constructor and Description |
---|
Pump(Pump delegate)
Deprecated.
|
Copyright © 2025 Eclipse. All rights reserved.