org.teleal.cling.protocol
Class SendingAsync
java.lang.Object
org.teleal.cling.protocol.SendingAsync
- All Implemented Interfaces:
- java.lang.Runnable
- Direct Known Subclasses:
- SendingNotification, SendingSearch, SendingSync
public abstract class SendingAsync
- extends java.lang.Object
- implements java.lang.Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SendingAsync
protected SendingAsync(UpnpService upnpService,
java.net.InetAddress destinationAddress,
int destinationPort)
SendingAsync
protected SendingAsync(UpnpService upnpService)
getUpnpService
public UpnpService getUpnpService()
getDestinationAddress
public java.net.InetAddress getDestinationAddress()
getDestinationPort
public int getDestinationPort()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
execute
protected abstract void execute()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.