YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
de.yaacc.upnp.protocol.async.ReceivingSearchResponse Class Reference

Handles reception of search response messages. More...

Inheritance diagram for de.yaacc.upnp.protocol.async.ReceivingSearchResponse:
Inheritance graph
Collaboration diagram for de.yaacc.upnp.protocol.async.ReceivingSearchResponse:
Collaboration graph

Public Member Functions

ExecutorService getExecutorService ()
 
 ReceivingSearchResponse (Registry registry, HttpRequestSender httpRequestSender, IncomingDatagramMessage< UpnpResponse > inputMessage)
 
- Public Member Functions inherited from de.yaacc.upnp.protocol.ReceivingAsync< IncomingSearchResponse >
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
 

Detailed Description

Handles reception of search response messages.

This protocol implementation is basically the same as the ReceivingNotification protocol for an ALIVE message.

Author
Christian Bauer

The documentation for this class was generated from the following file: