|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GENASubscription | |
|---|---|
| org.teleal.cling.controlpoint | |
| org.teleal.cling.model.gena | |
| org.teleal.cling.model.message.gena | |
| Uses of GENASubscription in org.teleal.cling.controlpoint |
|---|
| Methods in org.teleal.cling.controlpoint that return GENASubscription | |
|---|---|
GENASubscription |
SubscriptionCallback.getSubscription()
|
| Methods in org.teleal.cling.controlpoint with parameters of type GENASubscription | |
|---|---|
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. |
protected abstract void |
SubscriptionCallback.established(GENASubscription subscription)
Called when a local or remote subscription was successfully established. |
protected abstract void |
SubscriptionCallback.eventReceived(GENASubscription subscription)
Called when an event for an established subscription has been received. |
protected abstract void |
SubscriptionCallback.eventsMissed(GENASubscription subscription,
int numberOfMissedEvents)
Called when a received event was out of sequence, indicating that events have been missed. |
protected abstract void |
SubscriptionCallback.failed(GENASubscription subscription,
UpnpResponse responseStatus,
Exception exception)
Called when establishing a local or remote subscription failed. |
void |
SubscriptionCallback.setSubscription(GENASubscription subscription)
|
| Uses of GENASubscription in org.teleal.cling.model.gena |
|---|
| Subclasses of GENASubscription in org.teleal.cling.model.gena | |
|---|---|
class |
LocalGENASubscription
An incoming subscription to a local service. |
class |
RemoteGENASubscription
An outgoing subscription to a remote service. |
| Uses of GENASubscription in org.teleal.cling.model.message.gena |
|---|
| Constructors in org.teleal.cling.model.message.gena with parameters of type GENASubscription | |
|---|---|
OutgoingEventRequestMessage(GENASubscription subscription,
URL callbackURL)
|
|
OutgoingEventRequestMessage(GENASubscription subscription,
URL callbackURL,
UnsignedIntegerFourBytes sequence,
Collection<StateVariableValue> values)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||