org.fourthline.cling.model.message.gena
Class IncomingUnsubscribeRequestMessage

java.lang.Object
  extended by org.fourthline.cling.model.message.UpnpMessage<UpnpRequest>
      extended by org.fourthline.cling.model.message.StreamRequestMessage
          extended by org.fourthline.cling.model.message.gena.IncomingUnsubscribeRequestMessage

public class IncomingUnsubscribeRequestMessage
extends StreamRequestMessage

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.fourthline.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Field Summary
 
Fields inherited from class org.fourthline.cling.model.message.StreamRequestMessage
connection
 
Constructor Summary
IncomingUnsubscribeRequestMessage(StreamRequestMessage source, LocalService service)
           
 
Method Summary
 LocalService getService()
           
 String getSubscriptionId()
           
 boolean hasCallbackHeader()
           
 boolean hasNotificationHeader()
           
 
Methods inherited from class org.fourthline.cling.model.message.StreamRequestMessage
getConnection, getUri, setConnection, setUri
 
Methods inherited from class org.fourthline.cling.model.message.UpnpMessage
getBody, getBodyBytes, getBodyString, getBodyType, getContentTypeCharset, getContentTypeHeader, getHeaders, getOperation, getUdaMajorVersion, getUdaMinorVersion, hasBody, hasHostHeader, isBodyNonEmptyString, isContentTypeMissingOrText, isContentTypeText, isContentTypeTextUDA, setBody, setBody, setBodyCharacters, setBodyType, setHeaders, setUdaMajorVersion, setUdaMinorVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncomingUnsubscribeRequestMessage

public IncomingUnsubscribeRequestMessage(StreamRequestMessage source,
                                         LocalService service)
Method Detail

getService

public LocalService getService()

hasCallbackHeader

public boolean hasCallbackHeader()

hasNotificationHeader

public boolean hasNotificationHeader()

getSubscriptionId

public String getSubscriptionId()


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.