org.teleal.cling.model.message
Class OutgoingDatagramMessage<O extends UpnpOperation>
java.lang.Object
org.teleal.cling.model.message.UpnpMessage<O>
org.teleal.cling.model.message.OutgoingDatagramMessage<O>
- Direct Known Subclasses:
- OutgoingNotificationRequest, OutgoingSearchRequest, OutgoingSearchResponse
public abstract class OutgoingDatagramMessage<O extends UpnpOperation>
- extends UpnpMessage<O>
Methods inherited from class org.teleal.cling.model.message.UpnpMessage |
getBody, getBodyBytes, getBodyString, getBodyType, getHeaders, getOperation, getUdaMajorVersion, getUdaMinorVersion, hasBody, setBody, setBodyType, setHeaders, setOperation, setUdaMajorVersion, setUdaMinorVersion, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OutgoingDatagramMessage
protected OutgoingDatagramMessage(O operation,
java.net.InetAddress destinationAddress,
int destinationPort)
OutgoingDatagramMessage
protected OutgoingDatagramMessage(O operation,
UpnpMessage.BodyType bodyType,
java.lang.Object body,
java.net.InetAddress destinationAddress,
int destinationPort)
getDestinationAddress
public java.net.InetAddress getDestinationAddress()
getDestinationPort
public int getDestinationPort()
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.