Uses of Class
io.vertx.mutiny.core.datagram.DatagramSocket
-
Packages that use DatagramSocket Package Description io.vertx.mutiny.core io.vertx.mutiny.core.datagram -
-
Uses of DatagramSocket in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return DatagramSocket Modifier and Type Method Description DatagramSocketVertx. createDatagramSocket()DatagramSocketVertx. createDatagramSocket(io.vertx.core.datagram.DatagramSocketOptions options) -
Uses of DatagramSocket in io.vertx.mutiny.core.datagram
Fields in io.vertx.mutiny.core.datagram with type parameters of type DatagramSocket Modifier and Type Field Description static TypeArg<DatagramSocket>DatagramSocket. __TYPE_ARGMethods in io.vertx.mutiny.core.datagram that return DatagramSocket Modifier and Type Method Description DatagramSocketDatagramSocket. blockMulticastGroupAndForget(String multicastAddress, String sourceToBlock)Variant ofblockMulticastGroup(String,String)that ignores the result of the operation.DatagramSocketDatagramSocket. blockMulticastGroupAndForget(String multicastAddress, String networkInterface, String sourceToBlock)Variant ofblockMulticastGroup(String,String,String)that ignores the result of the operation.DatagramSocketDatagramSocket. endHandler(Runnable endHandler)DatagramSocketDatagramSocket. exceptionHandler(Consumer<Throwable> handler)DatagramSocketDatagramSocket. fetch(long amount)DatagramSocketDatagramSocket. handler(Consumer<DatagramPacket> handler)DatagramSocketDatagramSocket. listenAndAwait(int port, String host)Blocking variant oflisten(int,String).DatagramSocketDatagramSocket. listenAndForget(int port, String host)Variant oflisten(int,String)that ignores the result of the operation.DatagramSocketDatagramSocket. listenMulticastGroupAndForget(String multicastAddress)Variant oflistenMulticastGroup(String)that ignores the result of the operation.DatagramSocketDatagramSocket. listenMulticastGroupAndForget(String multicastAddress, String networkInterface, String source)Variant oflistenMulticastGroup(String,String,String)that ignores the result of the operation.static DatagramSocketDatagramSocket. newInstance(io.vertx.core.datagram.DatagramSocket arg)DatagramSocketDatagramSocket. pause()DatagramSocketDatagramSocket. resume()DatagramSocketDatagramSocket. sendAndForget(Buffer packet, int port, String host)Variant ofsend(io.vertx.mutiny.core.buffer.Buffer,int,String)that ignores the result of the operation.DatagramSocketDatagramSocket. sendAndForget(String str, int port, String host)Variant ofsend(String,int,String)that ignores the result of the operation.DatagramSocketDatagramSocket. sendAndForget(String str, String enc, int port, String host)Variant ofsend(String,String,int,String)that ignores the result of the operation.DatagramSocketDatagramSocket. unlistenMulticastGroupAndForget(String multicastAddress)Variant ofunlistenMulticastGroup(String)that ignores the result of the operation.DatagramSocketDatagramSocket. unlistenMulticastGroupAndForget(String multicastAddress, String networkInterface, String source)Variant ofunlistenMulticastGroup(String,String,String)that ignores the result of the operation.Methods in io.vertx.mutiny.core.datagram that return types with arguments of type DatagramSocket Modifier and Type Method Description io.smallrye.mutiny.Uni<DatagramSocket>DatagramSocket. listen(int port, String host)Start listening on the given port and host.
-