| Package | Description |
|---|---|
| org.jupnp.mock | |
| org.jupnp.model.message.gena | |
| org.jupnp.protocol | |
| org.jupnp.protocol.sync | |
| org.jupnp.registry |
| Modifier and Type | Method and Description |
|---|---|
SendingEvent |
MockProtocolFactory.createSendingEvent(LocalGENASubscription subscription) |
| Constructor and Description |
|---|
OutgoingSubscribeResponseMessage(LocalGENASubscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
SendingEvent |
ProtocolFactory.createSendingEvent(LocalGENASubscription subscription)
Called by the
GENASubscription, creates a protocol for sending GENA events. |
SendingEvent |
ProtocolFactoryImpl.createSendingEvent(LocalGENASubscription subscription) |
| Modifier and Type | Field and Description |
|---|---|
protected LocalGENASubscription |
ReceivingSubscribe.subscription |
| Constructor and Description |
|---|
SendingEvent(UpnpService upnpService,
LocalGENASubscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
LocalGENASubscription |
Registry.getLocalSubscription(String subscriptionId)
Called internally by the UPnP stack, during GENA protocol execution.
|
LocalGENASubscription |
RegistryImpl.getLocalSubscription(String subscriptionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.addLocalSubscription(LocalGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
void |
RegistryImpl.addLocalSubscription(LocalGENASubscription subscription) |
boolean |
Registry.removeLocalSubscription(LocalGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
boolean |
RegistryImpl.removeLocalSubscription(LocalGENASubscription subscription) |
boolean |
Registry.updateLocalSubscription(LocalGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
boolean |
RegistryImpl.updateLocalSubscription(LocalGENASubscription subscription) |
Copyright © 2023 jUPnP.org. All rights reserved.