org.teleal.cling.model.message.header
Class CallbackHeader
java.lang.Object
org.teleal.cling.model.message.header.UpnpHeader<List<URL>>
org.teleal.cling.model.message.header.CallbackHeader
public class CallbackHeader
- extends UpnpHeader<List<URL>>
- Author:
- Christian Bauer
CallbackHeader
public CallbackHeader()
CallbackHeader
public CallbackHeader(URL url)
setString
public void setString(String s)
throws InvalidHeaderException
- Specified by:
setString
in class UpnpHeader<List<URL>>
- 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<List<URL>>
- Returns:
- A string representing this header's value.
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.