| Modifier and Type | Method and Description |
|---|---|
protected String |
ActionCallback.createDefaultFailureMessage(ActionInvocation invocation,
UpnpResponse operation) |
static String |
SubscriptionCallback.createDefaultFailureMessage(UpnpResponse responseStatus,
Exception exception) |
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 void |
SubscriptionCallback.failed(GENASubscription subscription,
UpnpResponse responseStatus,
Exception exception) |
protected abstract void |
SubscriptionCallback.failed(GENASubscription subscription,
UpnpResponse responseStatus,
Exception exception,
String defaultMsg)
Called when establishing a local or remote subscription failed.
|
protected void |
ActionCallback.failure(ActionInvocation invocation,
UpnpResponse operation) |
abstract void |
ActionCallback.failure(ActionInvocation invocation,
UpnpResponse operation,
String defaultMsg)
Called when the action invocation failed.
|
void |
ActionCallback.Default.failure(ActionInvocation invocation,
UpnpResponse operation,
String defaultMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteGENASubscription.end(CancelReason reason,
UpnpResponse response) |
abstract void |
RemoteGENASubscription.ended(CancelReason reason,
UpnpResponse responseStatus) |
void |
RemoteGENASubscription.fail(UpnpResponse responseStatus) |
abstract void |
RemoteGENASubscription.failed(UpnpResponse responseStatus) |
| Constructor and Description |
|---|
StreamResponseMessage(UpnpResponse operation) |
StreamResponseMessage(UpnpResponse operation,
byte[] body) |
StreamResponseMessage(UpnpResponse operation,
String body) |
| Constructor and Description |
|---|
IncomingActionResponseMessage(UpnpResponse operation) |
| Constructor and Description |
|---|
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse> source) |
| Constructor and Description |
|---|
OutgoingEventResponseMessage(UpnpResponse operation) |
| Modifier and Type | Method and Description |
|---|---|
protected ReceivingAsync |
ProtocolFactoryImpl.createReceivingSearchResponse(IncomingDatagramMessage<UpnpResponse> incomingResponse) |
| Constructor and Description |
|---|
ReceivingSearchResponse(UpnpService upnpService,
IncomingDatagramMessage<UpnpResponse> inputMessage) |
Copyright © 2023 jUPnP.org. All rights reserved.