| Package | Description |
|---|---|
| org.jupnp.model | |
| org.jupnp.model.meta | |
| org.jupnp.model.resource | |
| org.jupnp.protocol.sync | |
| org.jupnp.registry |
| Modifier and Type | Method and Description |
|---|---|
Resource[] |
Namespace.getResources(Device device) |
| Modifier and Type | Method and Description |
|---|---|
abstract Resource[] |
Device.discoverResources(Namespace namespace) |
Resource[] |
RemoteDevice.discoverResources(Namespace namespace) |
Resource[] |
LocalDevice.discoverResources(Namespace namespace) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceDescriptorResource |
class |
IconResource |
class |
ServiceControlResource |
class |
ServiceDescriptorResource |
class |
ServiceEventCallbackResource |
class |
ServiceEventSubscriptionResource |
| Modifier and Type | Method and Description |
|---|---|
protected Resource |
ReceivingRetrieval.onResourceNotFound(URI requestedURIPath)
Called if the
Registry had no result. |
| Modifier and Type | Method and Description |
|---|---|
protected StreamResponseMessage |
ReceivingRetrieval.createResponse(URI requestedURI,
Resource resource) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.jupnp.registry.RegistryItem<URI,Resource>> |
RegistryImpl.resourceItems |
| Modifier and Type | Method and Description |
|---|---|
<T extends Resource> |
Registry.getResource(Class<T> resourceType,
URI pathQuery) |
<T extends Resource> |
RegistryImpl.getResource(Class<T> resourceType,
URI pathQuery) |
<T extends Resource> |
Registry.getResources(Class<T> resourceType) |
<T extends Resource> |
RegistryImpl.getResources(Class<T> resourceType) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Registry.getResource(URI pathQuery) |
Resource |
RegistryImpl.getResource(URI pathQuery) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
Registry.getResources() |
Collection<Resource> |
RegistryImpl.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.addResource(Resource resource)
Stores an arbitrary resource in the registry.
|
void |
RegistryImpl.addResource(Resource resource) |
void |
Registry.addResource(Resource resource,
int maxAgeSeconds)
Stores an arbitrary resource in the registry.
|
void |
RegistryImpl.addResource(Resource resource,
int maxAgeSeconds) |
boolean |
Registry.removeResource(Resource resource)
Removes a resource from the registry.
|
boolean |
RegistryImpl.removeResource(Resource resource) |
Copyright © 2023 jUPnP.org. All rights reserved.