Interface IUDPDatagramWorkflowEvent

    • Method Detail

      • getSourceAddress

        SocketAddress getSourceAddress()
        Get the source address of the datagram.
        Returns:
        The source address of the datagram.
      • getDatagram

        ByteBuffer getDatagram()
        Get the byte buffer that contains the received datagram.
        Returns:
        The byte buffer.
      • getChannel

        DatagramChannel getChannel()
        Get the channel that received the datagram.

        Note: This is for internal use only.

        Returns:
        The channel that received the datagram.