See: Description
Interface | Description |
---|---|
UDPAccessor |
Allows sending of UDP commands, and adding or removal of UDP command listeners.
|
UDPCommandListener |
The listener interface for receiving UDP command execution events
for a particular command.
|
Exception | Description |
---|---|
UDPCommandRemovalException |
Thrown when a problem occurs whilst attempting to remove
a UDPCommandListener.
|
UDPSendException |
Wrapper exception for an exception that is thrown when attempting to send
a UDP message.
|
Provides access to the UDP command interface for receiving and sending UDP messages. The UDPAccessor interface allows UDPCommandListeners to be added for particular UDP commands. The listener will be informed each time the command is executed. The UDPAccessor also provides a mechanism for sending UDP messages.
Please send bug reports and comments to Caplin support