|
YAACC - UPNP Client and Server
|
Sending search request messages using the supplied search type. More...


Public Member Functions | |
| SendingSearch (UdpTransiver udpTransiver) | |
Defaults to STAllHeader and an MX of 3 seconds. | |
| SendingSearch (UdpTransiver udpTransiver, UpnpHeader searchTarget) | |
| Defaults to an MX value of 3 seconds. | |
| SendingSearch (UdpTransiver udpTransiver, UpnpHeader searchTarget, int mxSeconds) | |
| UpnpHeader | getSearchTarget () |
| int | getMxSeconds () |
| int | getBulkRepeat () |
| int | getBulkIntervalMilliseconds () |
Public Member Functions inherited from de.yaacc.upnp.protocol.SendingAsync | |
| void | run () |
| String | toString () |
Protected Member Functions | |
| void | execute () throws IOException |
| void | prepareOutgoingSearchRequest (OutgoingSearchRequest message) |
| Override this to edit the outgoing message, e.g. | |
Sending search request messages using the supplied search type.
Sends all search messages 5 times, waits 0 to 500 milliseconds between each sending procedure.
| de.yaacc.upnp.protocol.async.SendingSearch.SendingSearch | ( | UdpTransiver | udpTransiver, |
| UpnpHeader | searchTarget, | ||
| int | mxSeconds | ||
| ) |
| mxSeconds | The time in seconds a host should wait before responding. |
|
protected |
Reimplemented from de.yaacc.upnp.protocol.SendingAsync.
|
protected |
Override this to edit the outgoing message, e.g.
by adding headers.