|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UpnpResponse in org.fourthline.cling.controlpoint |
|---|
| Methods in org.fourthline.cling.controlpoint with parameters of type UpnpResponse | |
|---|---|
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)
|
| Uses of UpnpResponse in org.fourthline.cling.model.gena |
|---|
| Methods in org.fourthline.cling.model.gena with parameters of type UpnpResponse | |
|---|---|
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)
|
| Uses of UpnpResponse in org.fourthline.cling.model.message |
|---|
| Constructors in org.fourthline.cling.model.message with parameters of type UpnpResponse | |
|---|---|
StreamResponseMessage(UpnpResponse operation)
|
|
StreamResponseMessage(UpnpResponse operation,
byte[] body)
|
|
StreamResponseMessage(UpnpResponse operation,
String body)
|
|
| Uses of UpnpResponse in org.fourthline.cling.model.message.control |
|---|
| Constructors in org.fourthline.cling.model.message.control with parameters of type UpnpResponse | |
|---|---|
IncomingActionResponseMessage(UpnpResponse operation)
|
|
| Uses of UpnpResponse in org.fourthline.cling.model.message.discovery |
|---|
| Constructor parameters in org.fourthline.cling.model.message.discovery with type arguments of type UpnpResponse | |
|---|---|
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse> source)
|
|
| Uses of UpnpResponse in org.fourthline.cling.model.message.gena |
|---|
| Constructors in org.fourthline.cling.model.message.gena with parameters of type UpnpResponse | |
|---|---|
OutgoingEventResponseMessage(UpnpResponse operation)
|
|
| Uses of UpnpResponse in org.fourthline.cling.protocol |
|---|
| Method parameters in org.fourthline.cling.protocol with type arguments of type UpnpResponse | |
|---|---|
protected ReceivingAsync |
ProtocolFactoryImpl.createReceivingSearchResponse(IncomingDatagramMessage<UpnpResponse> incomingResponse)
|
| Uses of UpnpResponse in org.fourthline.cling.protocol.async |
|---|
| Constructor parameters in org.fourthline.cling.protocol.async with type arguments of type UpnpResponse | |
|---|---|
ReceivingSearchResponse(UpnpService upnpService,
IncomingDatagramMessage<UpnpResponse> inputMessage)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||