org.teleal.cling.model.message
Class OutgoingDatagramMessage<O extends UpnpOperation>

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpMessage<O>
      extended by org.teleal.cling.model.message.OutgoingDatagramMessage<O>
Direct Known Subclasses:
OutgoingNotificationRequest, OutgoingSearchRequest, OutgoingSearchResponse

public abstract class OutgoingDatagramMessage<O extends UpnpOperation>
extends UpnpMessage<O>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.UpnpMessage
UpnpMessage.BodyType
 
Constructor Summary
protected OutgoingDatagramMessage(O operation, InetAddress destinationAddress, int destinationPort)
           
protected OutgoingDatagramMessage(O operation, UpnpMessage.BodyType bodyType, Object body, InetAddress destinationAddress, int destinationPort)
           
 
Method Summary
 InetAddress getDestinationAddress()
           
 int getDestinationPort()
           
 
Methods inherited from class org.teleal.cling.model.message.UpnpMessage
getBody, getBodyBytes, getBodyString, getBodyType, getContentTypeCharset, getContentTypeHeader, getHeaders, getOperation, getUdaMajorVersion, getUdaMinorVersion, hasBody, hasHostHeader, isTextContentType, isUDATextContentType, setBody, setBodyCharacters, setBodyType, setHeaders, setOperation, setUdaMajorVersion, setUdaMinorVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutgoingDatagramMessage

protected OutgoingDatagramMessage(O operation,
                                  InetAddress destinationAddress,
                                  int destinationPort)

OutgoingDatagramMessage

protected OutgoingDatagramMessage(O operation,
                                  UpnpMessage.BodyType bodyType,
                                  Object body,
                                  InetAddress destinationAddress,
                                  int destinationPort)
Method Detail

getDestinationAddress

public InetAddress getDestinationAddress()

getDestinationPort

public int getDestinationPort()


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