| Package | Description |
|---|---|
| org.jupnp.controlpoint | |
| org.jupnp.mock | |
| org.jupnp.model.message.gena | |
| org.jupnp.protocol | |
| org.jupnp.protocol.sync | |
| org.jupnp.registry |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubscriptionCallback.invalidMessage(RemoteGENASubscription remoteGENASubscription,
UnsupportedDataException ex)
Called when a received event message could not be parsed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
SendingRenewal |
MockProtocolFactory.createSendingRenewal(RemoteGENASubscription subscription) |
SendingSubscribe |
MockProtocolFactory.createSendingSubscribe(RemoteGENASubscription subscription) |
SendingUnsubscribe |
MockProtocolFactory.createSendingUnsubscribe(RemoteGENASubscription subscription) |
| Constructor and Description |
|---|
OutgoingRenewalRequestMessage(RemoteGENASubscription subscription,
UpnpHeaders extraHeaders) |
OutgoingSubscribeRequestMessage(RemoteGENASubscription subscription,
List<URL> callbackURLs,
UpnpHeaders extraHeaders) |
OutgoingUnsubscribeRequestMessage(RemoteGENASubscription subscription,
UpnpHeaders extraHeaders) |
| Modifier and Type | Method and Description |
|---|---|
SendingRenewal |
ProtocolFactory.createSendingRenewal(RemoteGENASubscription subscription)
Called by the
ControlPoint, creates a protocol for GENA renewal. |
SendingRenewal |
ProtocolFactoryImpl.createSendingRenewal(RemoteGENASubscription subscription) |
SendingSubscribe |
ProtocolFactory.createSendingSubscribe(RemoteGENASubscription subscription)
Called by the
ControlPoint, creates a protocol for GENA subscription. |
SendingSubscribe |
ProtocolFactoryImpl.createSendingSubscribe(RemoteGENASubscription subscription) |
SendingUnsubscribe |
ProtocolFactory.createSendingUnsubscribe(RemoteGENASubscription subscription)
Called by the
ControlPoint, creates a protocol for GENA unsubscription. |
SendingUnsubscribe |
ProtocolFactoryImpl.createSendingUnsubscribe(RemoteGENASubscription subscription) |
| Modifier and Type | Field and Description |
|---|---|
protected RemoteGENASubscription |
SendingRenewal.subscription |
protected RemoteGENASubscription |
SendingUnsubscribe.subscription |
protected RemoteGENASubscription |
SendingSubscribe.subscription |
| Constructor and Description |
|---|
SendingRenewal(UpnpService upnpService,
RemoteGENASubscription subscription) |
SendingSubscribe(UpnpService upnpService,
RemoteGENASubscription subscription,
List<NetworkAddress> activeStreamServers) |
SendingUnsubscribe(UpnpService upnpService,
RemoteGENASubscription subscription) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<RemoteGENASubscription> |
RegistryImpl.pendingSubscriptionsLock |
| Modifier and Type | Method and Description |
|---|---|
RemoteGENASubscription |
Registry.getRemoteSubscription(String subscriptionId)
Called internally by the UPnP stack, during GENA protocol execution.
|
RemoteGENASubscription |
RegistryImpl.getRemoteSubscription(String subscriptionId) |
RemoteGENASubscription |
Registry.getWaitRemoteSubscription(String subscriptionId)
Called internally by the UPnP stack, during GENA protocol execution.
|
RemoteGENASubscription |
RegistryImpl.getWaitRemoteSubscription(String subscriptionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.addRemoteSubscription(RemoteGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
void |
RegistryImpl.addRemoteSubscription(RemoteGENASubscription subscription) |
void |
Registry.registerPendingRemoteSubscription(RemoteGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
void |
RegistryImpl.registerPendingRemoteSubscription(RemoteGENASubscription subscription) |
void |
Registry.removeRemoteSubscription(RemoteGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
void |
RegistryImpl.removeRemoteSubscription(RemoteGENASubscription subscription) |
void |
Registry.unregisterPendingRemoteSubscription(RemoteGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
void |
RegistryImpl.unregisterPendingRemoteSubscription(RemoteGENASubscription subscription) |
void |
Registry.updateRemoteSubscription(RemoteGENASubscription subscription)
Called internally by the UPnP stack, during GENA protocol execution.
|
void |
RegistryImpl.updateRemoteSubscription(RemoteGENASubscription subscription) |
Copyright © 2023 jUPnP.org. All rights reserved.