org.fourthline.cling.protocol
Class SendingAsync
java.lang.Object
org.fourthline.cling.protocol.SendingAsync
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- SendingNotification, SendingSearch, SendingSync
public abstract class SendingAsync
- extends Object
- implements Runnable
Supertype for all synchronously executing protocols, sending UPnP messages.
After instantiation by the ProtocolFactory
, this protocol run()
s and
calls its execute()
method.
- Author:
- Christian Bauer
SendingAsync
protected SendingAsync(UpnpService upnpService)
getUpnpService
public UpnpService getUpnpService()
run
public void run()
- Specified by:
run
in interface Runnable
execute
protected abstract void execute()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.