org.fourthline.cling.model.message.header
Class DeviceUSNHeader
java.lang.Object
org.fourthline.cling.model.message.header.UpnpHeader<NamedDeviceType>
org.fourthline.cling.model.message.header.DeviceUSNHeader
public class DeviceUSNHeader
- extends UpnpHeader<NamedDeviceType>
- Author:
- Christian Bauer
DeviceUSNHeader
public DeviceUSNHeader()
DeviceUSNHeader
public DeviceUSNHeader(UDN udn,
DeviceType deviceType)
DeviceUSNHeader
public DeviceUSNHeader(NamedDeviceType value)
setString
public void setString(String s)
throws InvalidHeaderException
- Specified by:
setString
in class UpnpHeader<NamedDeviceType>
- 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<NamedDeviceType>
- Returns:
- A string representing this header's value.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.