| Modifier and Type | Field and Description |
|---|---|
UDN |
MutableDevice.udn |
| Modifier and Type | Method and Description |
|---|---|
UDN |
ServiceReference.getUdn() |
| Constructor and Description |
|---|
ServiceReference(UDN udn,
ServiceId serviceId) |
| Modifier and Type | Method and Description |
|---|---|
UDN |
IncomingSearchResponse.getRootDeviceUDN() |
UDN |
IncomingNotificationRequest.getUDN() |
| Constructor and Description |
|---|
DeviceUSNHeader(UDN udn,
DeviceType deviceType) |
ServiceUSNHeader(UDN udn,
ServiceType serviceType) |
UDNHeader(UDN udn) |
USNRootDeviceHeader(UDN udn) |
| Modifier and Type | Method and Description |
|---|---|
UDN |
DeviceIdentity.getUdn() |
| Modifier and Type | Method and Description |
|---|---|
protected D |
Device.find(UDN udn,
D current) |
abstract D |
Device.findDevice(UDN udn) |
RemoteDevice |
RemoteDevice.findDevice(UDN udn) |
LocalDevice |
LocalDevice.findDevice(UDN udn) |
LocalDevice |
LocalDevice.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
LocalService[] services,
List<LocalDevice> embeddedDevices) |
RemoteDevice |
RemoteDevice.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
RemoteService[] services,
List<RemoteDevice> embeddedDevices) |
abstract D |
Device.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
S[] services,
List<D> embeddedDevices) |
| Constructor and Description |
|---|
DeviceIdentity(UDN udn) |
DeviceIdentity(UDN udn,
DeviceIdentity template) |
DeviceIdentity(UDN udn,
Integer maxAgeSeconds) |
RemoteDeviceIdentity(UDN udn,
Integer maxAgeSeconds,
URL descriptorURL,
byte[] interfaceMacAddress,
InetAddress discoveredOnLocalAddress) |
RemoteDeviceIdentity(UDN udn,
RemoteDeviceIdentity template) |
| Modifier and Type | Method and Description |
|---|---|
UDN |
NamedDeviceType.getUdn() |
UDN |
NamedServiceType.getUdn() |
static UDN |
UDN.uniqueSystemIdentifier(String salt)
Generates a global unique identifier that is the same every time this method is invoked on the same machine with
the same argument.
|
static UDN |
UDN.valueOf(String udnString) |
| Constructor and Description |
|---|
NamedDeviceType(UDN udn,
DeviceType deviceType) |
NamedServiceType(UDN udn,
ServiceType serviceType) |
| Modifier and Type | Field and Description |
|---|---|
protected List<UDN> |
RetrieveRemoteDescriptors.errorsAlreadyLogged |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReceivingSearch.sendSearchResponseUDN(UDN udn,
NetworkAddress activeStreamServer) |
| Modifier and Type | Method and Description |
|---|---|
Device |
Registry.getDevice(UDN udn,
boolean rootOnly) |
Device |
RegistryImpl.getDevice(UDN udn,
boolean rootOnly) |
DiscoveryOptions |
Registry.getDiscoveryOptions(UDN udn)
Get the currently active
DiscoveryOptions for the given (local device) UDN. |
DiscoveryOptions |
RegistryImpl.getDiscoveryOptions(UDN udn) |
LocalDevice |
Registry.getLocalDevice(UDN udn,
boolean rootOnly) |
LocalDevice |
RegistryImpl.getLocalDevice(UDN udn,
boolean rootOnly) |
RemoteDevice |
Registry.getRemoteDevice(UDN udn,
boolean rootOnly) |
RemoteDevice |
RegistryImpl.getRemoteDevice(UDN udn,
boolean rootOnly) |
boolean |
Registry.removeDevice(UDN udn)
Call this to remove any device metadata with the given UDN.
|
boolean |
RegistryImpl.removeDevice(UDN udn) |
void |
Registry.setDiscoveryOptions(UDN udn,
DiscoveryOptions options)
Change the active
DiscoveryOptions for the given (local device) UDN. |
void |
RegistryImpl.setDiscoveryOptions(UDN udn,
DiscoveryOptions options) |
Copyright © 2023 jUPnP.org. All rights reserved.