org.teleal.cling.model.message.discovery
Class IncomingSearchResponse

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpMessage<O>
      extended by org.teleal.cling.model.message.IncomingDatagramMessage<UpnpResponse>
          extended by org.teleal.cling.model.message.discovery.IncomingSearchResponse

public class IncomingSearchResponse
extends IncomingDatagramMessage<UpnpResponse>

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Constructor Summary
IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse> source)
           
 
Method Summary
 byte[] getInterfaceMacHeader()
           
 URL getLocationURL()
           
 Integer getMaxAge()
           
 UDN getRootDeviceUDN()
           
 boolean isSearchResponseMessage()
           
 
Methods inherited from class org.teleal.cling.model.message.IncomingDatagramMessage
getLocalAddress, getSourceAddress, getSourcePort
 
Methods inherited from class org.teleal.cling.model.message.UpnpMessage
getBody, getBodyBytes, getBodyString, getBodyType, getContentTypeCharset, getContentTypeHeader, getHeaders, getOperation, getUdaMajorVersion, getUdaMinorVersion, hasBody, hasHostHeader, isContentTypeMissingOrText, isContentTypeText, isContentTypeTextUDA, 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

IncomingSearchResponse

public IncomingSearchResponse(IncomingDatagramMessage<UpnpResponse> source)
Method Detail

isSearchResponseMessage

public boolean isSearchResponseMessage()

getRootDeviceUDN

public UDN getRootDeviceUDN()

getLocationURL

public URL getLocationURL()

getMaxAge

public Integer getMaxAge()

getInterfaceMacHeader

public byte[] getInterfaceMacHeader()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.