Package | Description |
---|---|
io.vertx.rxjava.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 .
|
Observable<DatagramPacket> |
DatagramSocket.toObservable() |
Modifier and Type | Method and Description |
---|---|
DatagramSocket |
DatagramSocket.handler(Handler<DatagramPacket> handler) |
void |
DatagramSocket.pipeTo(WriteStream<DatagramPacket> dst)
Pipe this
ReadStream to the WriteStream . |
void |
DatagramSocket.pipeTo(WriteStream<DatagramPacket> dst,
Handler<AsyncResult<Void>> handler)
Pipe this
ReadStream to the WriteStream . |
Single<Void> |
DatagramSocket.rxPipeTo(WriteStream<DatagramPacket> dst)
Pipe this
ReadStream to the WriteStream . |
Copyright © 2024 Eclipse. All rights reserved.