Package ball.upnp
Class AbstractDevice
- java.lang.Object
-
- ball.upnp.AbstractDevice
-
- All Implemented Interfaces:
AnnotatedDevice
,Description
,Device
,SSDP
public abstract class AbstractDevice extends Object implements AnnotatedDevice
- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description AbstractDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<URI,Set<URI>>
getUSNMap()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ball.upnp.AnnotatedDevice
getDeviceType
-
Methods inherited from interface ball.upnp.Description
getXmlns
-
Methods inherited from interface ball.upnp.Device
getDeviceList, getServiceList, getUDN, getUSN, getUUID
-
-