com.aelitis.net.upnp
Interface UPnPSSDPAdapter

All Known Subinterfaces:
UPnPAdapter

public interface UPnPSSDPAdapter


Method Summary
 void createThread(String name, Runnable runnable)
           
 UTTimer createTimer(String name)
           
 void log(String str)
          Logs are generally more informative for the user than trace
 void log(Throwable e)
           
 void trace(String str)
           
 

Method Detail

createTimer

UTTimer createTimer(String name)

createThread

void createThread(String name,
                  Runnable runnable)

trace

void trace(String str)

log

void log(String str)
Logs are generally more informative for the user than trace

Parameters:
str -

log

void log(Throwable e)