|
YAACC - UPNP Client and Server
|
Disconnecting a GENA event subscription with a remote host. More...


Public Member Functions | |
| SendingUnsubscribe (Registry registry, HttpRequestSender httpRequestSender, RemoteGENASubscription subscription) | |
Public Member Functions inherited from de.yaacc.upnp.protocol.SendingSync< OutgoingUnsubscribeRequestMessage, StreamResponseMessage > | |
| IN | getInputMessage () |
| OUT | getOutputMessage () |
| String | toString () |
Protected Member Functions | |
| StreamResponseMessage | executeSync () throws IOException |
| void | onUnsubscribe (final StreamResponseMessage response) |
Protected Member Functions inherited from de.yaacc.upnp.protocol.SendingSync< OutgoingUnsubscribeRequestMessage, StreamResponseMessage > | |
| SendingSync (IN inputMessage) | |
| final void | execute () throws IOException |
| abstract OUT | executeSync () throws IOException |
Protected Attributes | |
| final RemoteGENASubscription | subscription |
Protected Attributes inherited from de.yaacc.upnp.protocol.SendingSync< OutgoingUnsubscribeRequestMessage, StreamResponseMessage > | |
| OUT | outputMessage |
Disconnecting a GENA event subscription with a remote host.
Calls the RemoteGENASubscription#end(CancelReason, org.fourthline.cling.model.message.UpnpResponse) method if the subscription request was responded to correctly. No CancelReason will be provided if the unsubscribe procedure completed as expected, otherwise UNSUBSCRIBE_FAILED is used. The response might be null if no response was received from the remote host.