| Package | Description |
|---|---|
| org.jupnp.controlpoint | |
| org.jupnp.model.gena |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SubscriptionCallback.ended(GENASubscription subscription,
CancelReason reason,
UpnpResponse responseStatus)
Called when a local or remote subscription ended, either on user request or because of a failure.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelReason |
CancelReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CancelReason[] |
CancelReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalGENASubscription.end(CancelReason reason)
Removes a property change listener on the
ServiceManager. |
void |
RemoteGENASubscription.end(CancelReason reason,
UpnpResponse response) |
abstract void |
LocalGENASubscription.ended(CancelReason reason) |
abstract void |
RemoteGENASubscription.ended(CancelReason reason,
UpnpResponse responseStatus) |
Copyright © 2023 jUPnP.org. All rights reserved.