|
YAACC - UPNP Client and Server
|
Handles reception of search response messages. More...


Public Member Functions | |
| ExecutorService | getExecutorService () |
| ReceivingSearchResponse (Registry registry, HttpRequestSender httpRequestSender, IncomingDatagramMessage< UpnpResponse > inputMessage) | |
Public Member Functions inherited from de.yaacc.upnp.protocol.ReceivingAsync< IncomingSearchResponse > | |
| M | getInputMessage () |
| void | run () |
| String | toString () |
Protected Member Functions | |
| void | execute () throws IOException |
Protected Member Functions inherited from de.yaacc.upnp.protocol.ReceivingAsync< IncomingSearchResponse > | |
| ReceivingAsync (M inputMessage) | |
| boolean | waitBeforeExecution () throws InterruptedException |
| Provides an opportunity to pause before executing the protocol. | |
| abstract void | execute () throws IOException |
Handles reception of search response messages.
This protocol implementation is basically the same as the ReceivingNotification protocol for an ALIVE message.