2011-02-15 19:37:35 +00:00
|
|
|
package zutil.net.upnp;
|
2010-08-13 22:40:27 +00:00
|
|
|
|
2011-02-15 19:37:35 +00:00
|
|
|
import zutil.net.http.HttpPage;
|
|
|
|
|
import zutil.net.ssdp.SSDPServiceInfo;
|
2010-08-13 22:40:27 +00:00
|
|
|
/**
|
|
|
|
|
* This class is a UPnP Server class that will be extended
|
|
|
|
|
* by all root devices handles all the other UPnP services
|
|
|
|
|
*
|
|
|
|
|
* @author Ziver
|
|
|
|
|
*/
|
|
|
|
|
public abstract class UPnPRootDevice implements HttpPage, SSDPServiceInfo{
|
|
|
|
|
|
|
|
|
|
}
|