Package | Description |
---|---|
io.vertx.rxjava3.core | |
io.vertx.rxjava3.core.datagram |
Modifier and Type | Method and Description |
---|---|
DatagramSocket |
Vertx.createDatagramSocket()
Create a datagram socket using default options
|
DatagramSocket |
Vertx.createDatagramSocket(io.vertx.core.datagram.DatagramSocketOptions options)
Create a datagram socket using the specified options
|
Modifier and Type | Field and Description |
---|---|
static TypeArg<DatagramSocket> |
DatagramSocket.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
DatagramSocket |
DatagramSocket.endHandler(io.vertx.core.Handler<Void> endHandler) |
DatagramSocket |
DatagramSocket.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
DatagramSocket |
DatagramSocket.fetch(long amount) |
DatagramSocket |
DatagramSocket.handler(io.vertx.core.Handler<DatagramPacket> handler) |
static DatagramSocket |
DatagramSocket.newInstance(io.vertx.core.datagram.DatagramSocket arg) |
DatagramSocket |
DatagramSocket.pause() |
DatagramSocket |
DatagramSocket.resume() |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Single<DatagramSocket> |
DatagramSocket.listen(int port,
String host)
Start listening on the given port and host.
|
io.reactivex.rxjava3.core.Single<DatagramSocket> |
DatagramSocket.rxListen(int port,
String host)
Start listening on the given port and host.
|
Copyright © 2022 Eclipse. All rights reserved.