org.teleal.cling.protocol.async
Class ReceivingSearchResponse

java.lang.Object
  extended by org.teleal.cling.protocol.ReceivingAsync<IncomingSearchResponse>
      extended by 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

Constructor Summary
ReceivingSearchResponse(UpnpService upnpService, IncomingDatagramMessage<UpnpResponse> inputMessage)
           
 
Method Summary
protected  void execute()
           
 
Methods inherited from class org.teleal.cling.protocol.ReceivingAsync
getFirstHeader, getInputMessage, getUpnpService, run, toString, waitBeforeExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReceivingSearchResponse

public ReceivingSearchResponse(UpnpService upnpService,
                               IncomingDatagramMessage<UpnpResponse> inputMessage)
Method Detail

execute

protected void execute()
Specified by:
execute in class ReceivingAsync<IncomingSearchResponse>


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.