org.fourthline.cling.model.message.header
Class USNRootDeviceHeader
java.lang.Object
org.fourthline.cling.model.message.header.UpnpHeader<UDN>
org.fourthline.cling.model.message.header.USNRootDeviceHeader
public class USNRootDeviceHeader
- extends UpnpHeader<UDN>
- Author:
- Christian Bauer
ROOT_DEVICE_SUFFIX
public static final String ROOT_DEVICE_SUFFIX
- See Also:
- Constant Field Values
USNRootDeviceHeader
public USNRootDeviceHeader()
USNRootDeviceHeader
public USNRootDeviceHeader(UDN udn)
setString
public void setString(String s)
throws InvalidHeaderException
- Specified by:
setString
in class UpnpHeader<UDN>
- Parameters:
s
- This header's value as a string representation.
- Throws:
InvalidHeaderException
- If the value is invalid for this UPnP header.
getString
public String getString()
- Specified by:
getString
in class UpnpHeader<UDN>
- Returns:
- A string representing this header's value.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.