|
YAACC - UPNP Client and Server
|
Sending notification messages for a registered local device. More...


Public Member Functions | |
| SendingNotification (Context context, UdpTransiver udpTransiver, LocalDevice device) | |
| LocalDevice | getDevice () |
| void | sendMessages (Location descriptorLocation) throws IOException |
Public Member Functions inherited from de.yaacc.upnp.protocol.SendingAsync | |
| void | run () |
| String | toString () |
Protected Member Functions | |
| void | execute () throws IOException |
| int | getBulkRepeat () |
| int | getBulkIntervalMilliseconds () |
| List< OutgoingNotificationRequest > | createDeviceMessages (LocalDevice device, Location descriptorLocation) |
| List< OutgoingNotificationRequest > | createServiceTypeMessages (LocalDevice device, Location descriptorLocation) |
| abstract NotificationSubtype | getNotificationSubtype () |
Sending notification messages for a registered local device.
Sends all required (dozens) of messages three times, waits between 0 and 150 milliseconds between each bulk sending procedure.
|
protected |
Reimplemented from de.yaacc.upnp.protocol.SendingAsync.