|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UpnpResponse in org.teleal.cling.controlpoint |
---|
Methods in org.teleal.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 abstract void |
SubscriptionCallback.failed(GENASubscription subscription,
UpnpResponse responseStatus,
Exception exception)
Called when establishing a local or remote subscription failed. |
abstract void |
ActionCallback.failure(ActionInvocation invocation,
UpnpResponse operation)
Called when the action invocation failed. |
void |
ActionCallback.Default.failure(ActionInvocation invocation,
UpnpResponse operation)
|
Uses of UpnpResponse in org.teleal.cling.model.gena |
---|
Methods in org.teleal.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.teleal.cling.model.message |
---|
Constructors in org.teleal.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.teleal.cling.model.message.control |
---|
Constructors in org.teleal.cling.model.message.control with parameters of type UpnpResponse | |
---|---|
IncomingActionResponseMessage(UpnpResponse operation)
|
Uses of UpnpResponse in org.teleal.cling.model.message.discovery |
---|
Constructor parameters in org.teleal.cling.model.message.discovery with type arguments of type UpnpResponse | |
---|---|
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse> source)
|
Uses of UpnpResponse in org.teleal.cling.model.message.gena |
---|
Constructors in org.teleal.cling.model.message.gena with parameters of type UpnpResponse | |
---|---|
OutgoingEventResponseMessage(UpnpResponse operation)
|
Uses of UpnpResponse in org.teleal.cling.protocol.async |
---|
Constructor parameters in org.teleal.cling.protocol.async with type arguments of type UpnpResponse | |
---|---|
ReceivingSearchResponse(UpnpService upnpService,
IncomingDatagramMessage<UpnpResponse> inputMessage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |