Package | Description |
---|---|
io.vertx.rxjava3.core.datagram |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<DatagramPacket> |
DatagramPacket.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static DatagramPacket |
DatagramPacket.newInstance(DatagramPacket arg) |
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 .
|
Flowable<DatagramPacket> |
DatagramSocket.toFlowable() |
Observable<DatagramPacket> |
DatagramSocket.toObservable() |
Modifier and Type | Method and Description |
---|---|
DatagramSocket |
DatagramSocket.handler(Handler<DatagramPacket> handler) |
Completable |
DatagramSocket.pipeTo(WriteStream<DatagramPacket> dst)
Pipe this
ReadStream to the WriteStream . |
Completable |
DatagramSocket.rxPipeTo(WriteStream<DatagramPacket> dst)
Pipe this
ReadStream to the WriteStream . |
Copyright © 2025 Eclipse. All rights reserved.