Interface IUDPDatagramWorkflowEvent
- All Superinterfaces:
IListenUDPWorkflowEvent
,IWorkflowEvent
,IWorkflowEventSourceWorkflowEvent
- Since:
- Intrexx 7.0.
-
Method Summary
Modifier and TypeMethodDescriptionGet the channel that received the datagram.Get the byte buffer that contains the received datagram.Get the source address of the datagram.Methods inherited from interface de.uplanet.lucy.server.workflow.event.IWorkflowEventSourceWorkflowEvent
getEventSourceGuid
-
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.
-