| Package | Description |
|---|---|
| io.vertx.rxjava3.core.http | |
| io.vertx.rxjava3.core.streams |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebSocketBase
Base WebSocket implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadStream<T>
Represents a stream of items that can be read from.
|
interface |
WriteStream<T>
Represents a stream of data that can be written to.
|
| Modifier and Type | Method and Description |
|---|---|
StreamBase |
StreamBase.exceptionHandler(Handler<Throwable> handler)
Set an exception handler.
|
static StreamBase |
StreamBase.newInstance(StreamBase arg) |
Copyright © 2025 Eclipse. All rights reserved.