org.fourthline.cling.model.message.header
Class AVClientInfoHeader
java.lang.Object
org.fourthline.cling.model.message.header.UpnpHeader<String>
org.fourthline.cling.model.message.header.AVClientInfoHeader
public class AVClientInfoHeader
- extends UpnpHeader<String>
A simple string, not validated, used only by Sony Playstation3.
- Author:
- Christian Bauer
AVClientInfoHeader
public AVClientInfoHeader()
AVClientInfoHeader
public AVClientInfoHeader(String s)
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 © 2013 4th Line GmbH, Switzerland. All Rights Reserved.