public interface RootDevice extends Device
RootDevice interface.| Modifier and Type | Method and 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)
|
getDeviceList, getDeviceType, getServiceList, getUDN, getUSN, getUSNMap, getUUIDgetXmlnsdefault int getConfigId()
CONFIGID.UPNP.ORGconfigIDdefault int getMaxAge()
CACHE-CONTROL: MAX-AGEMAX-AGEURI getLocation()
LOCATIONURIURI getPresentationURL()
URI.default void notify(BiConsumer<URI,URI> consumer)
consumer for every NT
/ USN combinations representing the RootDevice
with embedded Services and Devices.consumer - The BiConsumer.Copyright © 2015–2021. All rights reserved.