org.teleal.cling.protocol.async
Class ReceivingSearchResponse
java.lang.Object
org.teleal.cling.protocol.ReceivingAsync<IncomingSearchResponse>
org.teleal.cling.protocol.async.ReceivingSearchResponse
- All Implemented Interfaces:
- Runnable
public class ReceivingSearchResponse
- extends ReceivingAsync<IncomingSearchResponse>
Handles reception of search response messages.
This protocol implementation is basically the same as
the ReceivingNotification
protocol for
an ALIVE message.
- Author:
- Christian Bauer
Method Summary |
protected void |
execute()
|
ReceivingSearchResponse
public ReceivingSearchResponse(UpnpService upnpService,
IncomingDatagramMessage<UpnpResponse> inputMessage)
execute
protected void execute()
- Specified by:
execute
in class ReceivingAsync<IncomingSearchResponse>
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.