Verwendungen von Klasse
org.jupnp.model.message.UpnpResponse
Packages, die UpnpResponse verwenden
Package
Beschreibung
-
Verwendungen von UpnpResponse in org.jupnp.controlpoint
Methoden in org.jupnp.controlpoint mit Parametern vom Typ UpnpResponseModifizierer und TypMethodeBeschreibungprotected StringActionCallback.createDefaultFailureMessage(ActionInvocation invocation, UpnpResponse operation) static StringSubscriptionCallback.createDefaultFailureMessage(UpnpResponse responseStatus, Exception exception) protected 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 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.voidActionCallback.Default.failure(ActionInvocation invocation, UpnpResponse operation, String defaultMsg) protected voidActionCallback.failure(ActionInvocation invocation, UpnpResponse operation) abstract voidActionCallback.failure(ActionInvocation invocation, UpnpResponse operation, String defaultMsg) Called when the action invocation failed. -
Verwendungen von UpnpResponse in org.jupnp.model.gena
Methoden in org.jupnp.model.gena mit Parametern vom Typ UpnpResponseModifizierer und TypMethodeBeschreibungvoidRemoteGENASubscription.end(CancelReason reason, UpnpResponse response) abstract voidRemoteGENASubscription.ended(CancelReason reason, UpnpResponse responseStatus) voidRemoteGENASubscription.fail(UpnpResponse responseStatus) abstract voidRemoteGENASubscription.failed(UpnpResponse responseStatus) -
Verwendungen von UpnpResponse in org.jupnp.model.message
Konstruktoren in org.jupnp.model.message mit Parametern vom Typ UpnpResponseModifiziererKonstruktorBeschreibungStreamResponseMessage(UpnpResponse operation) StreamResponseMessage(UpnpResponse operation, byte[] body) StreamResponseMessage(UpnpResponse operation, String body) -
Verwendungen von UpnpResponse in org.jupnp.model.message.control
Konstruktoren in org.jupnp.model.message.control mit Parametern vom Typ UpnpResponse -
Verwendungen von UpnpResponse in org.jupnp.model.message.discovery
Konstruktorparameter in org.jupnp.model.message.discovery mit Typargumenten vom Typ UpnpResponseModifiziererKonstruktorBeschreibung -
Verwendungen von UpnpResponse in org.jupnp.model.message.gena
Konstruktoren in org.jupnp.model.message.gena mit Parametern vom Typ UpnpResponse -
Verwendungen von UpnpResponse in org.jupnp.protocol
Methodenparameter in org.jupnp.protocol mit Typargumenten vom Typ UpnpResponseModifizierer und TypMethodeBeschreibungprotected ReceivingAsyncProtocolFactoryImpl.createReceivingSearchResponse(IncomingDatagramMessage<UpnpResponse> incomingResponse) -
Verwendungen von UpnpResponse in org.jupnp.protocol.async
Konstruktorparameter in org.jupnp.protocol.async mit Typargumenten vom Typ UpnpResponseModifiziererKonstruktorBeschreibungReceivingSearchResponse(UpnpService upnpService, IncomingDatagramMessage<UpnpResponse> inputMessage)