Verwendungen von Klasse
org.jupnp.model.gena.GENASubscription
Packages, die GENASubscription verwenden
-
Verwendungen von GENASubscription in org.jupnp.controlpoint
Methoden in org.jupnp.controlpoint, die GENASubscription zurückgebenMethoden in org.jupnp.controlpoint mit Parametern vom Typ GENASubscriptionModifizierer und TypMethodeBeschreibungprotected abstract voidSubscriptionCallback.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 voidSubscriptionCallback.established(GENASubscription subscription) Called when a local or remote subscription was successfully established.protected abstract voidSubscriptionCallback.eventReceived(GENASubscription subscription) Called when an event for an established subscription has been received.protected abstract voidSubscriptionCallback.eventsMissed(GENASubscription subscription, int numberOfMissedEvents) Called when a received event was out of sequence, indicating that events have been missed.protected voidSubscriptionCallback.failed(GENASubscription subscription, UpnpResponse responseStatus, Exception exception) protected abstract voidSubscriptionCallback.failed(GENASubscription subscription, UpnpResponse responseStatus, Exception exception, String defaultMsg) Called when establishing a local or remote subscription failed.voidSubscriptionCallback.setSubscription(GENASubscription subscription) -
Verwendungen von GENASubscription in org.jupnp.model.gena
Unterklassen von GENASubscription in org.jupnp.model.genaModifizierer und TypKlasseBeschreibungclassAn incoming subscription to a local service.classAn outgoing subscription to a remote service. -
Verwendungen von GENASubscription in org.jupnp.model.message.gena
Konstruktoren in org.jupnp.model.message.gena mit Parametern vom Typ GENASubscriptionModifiziererKonstruktorBeschreibungOutgoingEventRequestMessage(GENASubscription subscription, URL callbackURL) OutgoingEventRequestMessage(GENASubscription subscription, URL callbackURL, UnsignedIntegerFourBytes sequence, Collection<StateVariableValue> values)