| Interface | Description |
|---|---|
| Registry |
The core of the UPnP stack, keeping track of known devices and resources.
|
| RegistryListener |
Notification of discovered device additions, removals, updates.
|
| Class | Description |
|---|---|
| DefaultRegistryListener |
Convenience class, provides empty implementations of all methods.
|
| RegistryImpl |
Default implementation of
Registry. |
| RegistryMaintainer |
Runs periodically and calls
RegistryImpl.maintain(). |
| Exception | Description |
|---|---|
| RegistrationException |
A recoverable error, thrown if device metadata could not be registered.
|
Copyright © 2023 jUPnP.org. All rights reserved.