org.teleal.cling.protocol.sync
Class SendingUnsubscribe

java.lang.Object
  extended by org.teleal.cling.protocol.SendingAsync
      extended by org.teleal.cling.protocol.SendingSync<OutgoingUnsubscribeRequestMessage,StreamResponseMessage>
          extended by org.teleal.cling.protocol.sync.SendingUnsubscribe
All Implemented Interfaces:
Runnable

public class SendingUnsubscribe
extends SendingSync<OutgoingUnsubscribeRequestMessage,StreamResponseMessage>


Field Summary
protected static Logger log
           
protected  RemoteGENASubscription subscription
           
 
Fields inherited from class org.teleal.cling.protocol.SendingSync
outputMessage
 
Constructor Summary
SendingUnsubscribe(UpnpService upnpService, RemoteGENASubscription subscription)
           
 
Method Summary
protected  StreamResponseMessage executeSync()
           
 
Methods inherited from class org.teleal.cling.protocol.SendingSync
execute, getInputMessage, getOutputMessage, setInputMessage, toString
 
Methods inherited from class org.teleal.cling.protocol.SendingAsync
getDestinationAddress, getDestinationPort, getUpnpService, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static Logger log

subscription

protected final RemoteGENASubscription subscription
Constructor Detail

SendingUnsubscribe

public SendingUnsubscribe(UpnpService upnpService,
                          RemoteGENASubscription subscription)
Method Detail

executeSync

protected StreamResponseMessage executeSync()
Specified by:
executeSync in class SendingSync<OutgoingUnsubscribeRequestMessage,StreamResponseMessage>


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