open class DatagramPacket
A received datagram packet (UDP) which contains the data and information about the sender of the data itself. NOTE: This class has been automatically generated from the io.vertx.core.datagram.DatagramPacket non RX-ified interface using Vert.x codegen.
DatagramPacket(delegate: DatagramPacket) |
static val __TYPE_ARG: TypeArg<DatagramPacket> |
open fun data(): Buffer
Returns the data of the io.vertx.reactivex.core.datagram.DatagramPacket |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): DatagramPacket |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: DatagramPacket): DatagramPacket |
|
open fun sender(): SocketAddress
Returns the io.vertx.reactivex.core.net.SocketAddress of the sender that sent this io.vertx.reactivex.core.datagram.DatagramPacket. |
|
open fun toString(): String |