org.fourthline.cling.model.message.header
Class CallbackHeader

java.lang.Object
  extended by org.fourthline.cling.model.message.header.UpnpHeader<List<URL>>
      extended by org.fourthline.cling.model.message.header.CallbackHeader

public class CallbackHeader
extends UpnpHeader<List<URL>>

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.fourthline.cling.model.message.header.UpnpHeader
UpnpHeader.Type
 
Constructor Summary
CallbackHeader()
           
CallbackHeader(List<URL> urls)
           
CallbackHeader(URL url)
           
 
Method Summary
 String getString()
           
 void setString(String s)
           
 
Methods inherited from class org.fourthline.cling.model.message.header.UpnpHeader
getValue, newInstance, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallbackHeader

public CallbackHeader()

CallbackHeader

public CallbackHeader(List<URL> urls)

CallbackHeader

public CallbackHeader(URL url)
Method Detail

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 © 2013 4th Line GmbH, Switzerland. All Rights Reserved.