org.teleal.cling.model.message.header
Class ContentTypeHeader

java.lang.Object
  extended by org.teleal.cling.model.message.header.UpnpHeader<String>
      extended by org.teleal.cling.model.message.header.ContentTypeHeader

public class ContentTypeHeader
extends UpnpHeader<String>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.header.UpnpHeader
UpnpHeader.Type
 
Field Summary
static String DEFAULT_CONTENT_TYPE
           
 
Constructor Summary
ContentTypeHeader()
           
ContentTypeHeader(String contentType)
           
 
Method Summary
 String getString()
           
 boolean isText()
           
 boolean isUDACompliant()
           
 void setString(String s)
           
 
Methods inherited from class org.teleal.cling.model.message.header.UpnpHeader
getValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_CONTENT_TYPE

public static final String DEFAULT_CONTENT_TYPE
See Also:
Constant Field Values
Constructor Detail

ContentTypeHeader

public ContentTypeHeader()

ContentTypeHeader

public ContentTypeHeader(String contentType)
Method Detail

setString

public void setString(String s)
               throws InvalidHeaderException
Specified by:
setString in class UpnpHeader<String>
Throws:
InvalidHeaderException

getString

public String getString()
Specified by:
getString in class UpnpHeader<String>

isUDACompliant

public boolean isUDACompliant()

isText

public boolean isText()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.