org.teleal.cling.model.message.header
Class EXTHeader
java.lang.Object
org.teleal.cling.model.message.header.UpnpHeader<String>
org.teleal.cling.model.message.header.EXTHeader
public class EXTHeader
- extends UpnpHeader<String>
- Author:
- Christian Bauer
DEFAULT_VALUE
public static final String DEFAULT_VALUE
- See Also:
- Constant Field Values
EXTHeader
public EXTHeader()
setString
public void setString(String s)
throws InvalidHeaderException
- Specified by:
setString
in class UpnpHeader<String>
- 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<String>
- Returns:
- A string representing this header's value.
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.