Package ball.upnp
Interface RootDevice
-
- All Superinterfaces:
Description
,Device
,SSDP
public interface RootDevice extends Device
UPnPRootDevice
interface.- Author:
- Allen D. Ball
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getConfigId()
CONFIGID.UPNP.ORG
URI
getLocation()
LOCATION
default int
getMaxAge()
CACHE-CONTROL: MAX-AGE
URI
getPresentationURL()
default void
notify(BiConsumer<URI,URI> consumer)
-
Methods inherited from interface ball.upnp.Description
getXmlns
-
Methods inherited from interface ball.upnp.Device
getDeviceList, getDeviceType, getServiceList, getUDN, getUSN, getUSNMap, getUUID
-
-
-
-
Method Detail
-
getConfigId
default int getConfigId()
CONFIGID.UPNP.ORG
- Returns:
configID
-
getMaxAge
default int getMaxAge()
CACHE-CONTROL: MAX-AGE
- Returns:
MAX-AGE
-
getLocation
URI getLocation()
LOCATION
- Returns:
- Description
URI
-
getPresentationURL
URI getPresentationURL()
- Returns:
- The presentation
URI
.
-
notify
default void notify(BiConsumer<URI,URI> consumer)
Method to invokeconsumer
for everyNT
/USN
combinations representing theRootDevice
with embeddedService
s andDevice
s.- Parameters:
consumer
- TheBiConsumer
.
-
-