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, getUUID
getXmlns
default int getConfigId()
CONFIGID.UPNP.ORG
configID
default int getMaxAge()
CACHE-CONTROL: MAX-AGE
MAX-AGE
URI getLocation()
LOCATION
URI
URI getPresentationURL()
URI
.default void notify(BiConsumer<URI,URI> consumer)
consumer
for every NT
/ USN
combinations representing the RootDevice
with embedded Service
s and Device
s.consumer
- The BiConsumer
.Copyright © 2015–2021. All rights reserved.