Interface IUDPDatagramWorkflowEvent

All Superinterfaces:
IListenUDPWorkflowEvent, IWorkflowEvent, IWorkflowEventSourceWorkflowEvent

@Scriptable public interface IUDPDatagramWorkflowEvent extends IListenUDPWorkflowEvent
Since:
Intrexx 7.0.
  • Method Details

    • 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.