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

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpMessage<O>
      extended by org.teleal.cling.model.message.OutgoingDatagramMessage<UpnpRequest>
          extended by org.teleal.cling.model.message.discovery.OutgoingSearchRequest

public class OutgoingSearchRequest
extends OutgoingDatagramMessage<UpnpRequest>

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Constructor Summary
OutgoingSearchRequest(UpnpHeader searchTarget, int mxSeconds)
           
 
Method Summary
 UpnpHeader getSearchTarget()
           
 
Methods inherited from class org.teleal.cling.model.message.OutgoingDatagramMessage
getDestinationAddress, getDestinationPort
 
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

OutgoingSearchRequest

public OutgoingSearchRequest(UpnpHeader searchTarget,
                             int mxSeconds)
Method Detail

getSearchTarget

public UpnpHeader getSearchTarget()


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