Initial upload of upnp classes. WARNING non working

This commit is contained in:
Ziver Koc 2010-08-13 22:40:27 +00:00
parent 30c7bd7dd9
commit bd7f3542f8
5 changed files with 716 additions and 0 deletions

View file

@ -0,0 +1,13 @@
package zutil.network.upnp;
import zutil.network.http.HttpPage;
import zutil.network.ssdp.SSDPServiceInfo;
/**
* 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{
}