org.teleal.cling.protocol
Class SendingAsync
java.lang.Object
org.teleal.cling.protocol.SendingAsync
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- SendingNotification, SendingSearch, SendingSync
public abstract class SendingAsync
- extends Object
- implements Runnable
SendingAsync
protected SendingAsync(UpnpService upnpService,
InetAddress destinationAddress,
int destinationPort)
SendingAsync
protected SendingAsync(UpnpService upnpService)
getUpnpService
public UpnpService getUpnpService()
getDestinationAddress
public InetAddress getDestinationAddress()
getDestinationPort
public int getDestinationPort()
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 © 2010 Teleal GmbH, Switzerland. All Rights Reserved.