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

java.lang.Object
  extended by org.teleal.cling.model.message.header.UpnpHeader<HostPort>
      extended by org.teleal.cling.model.message.header.HostHeader

public class HostHeader
extends UpnpHeader<HostPort>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.header.UpnpHeader
UpnpHeader.Type
 
Constructor Summary
HostHeader()
           
HostHeader(int port)
           
HostHeader(String host, int port)
           
 
Method Summary
 String getString()
           
 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
 

Constructor Detail

HostHeader

public HostHeader()

HostHeader

public HostHeader(int port)

HostHeader

public HostHeader(String host,
                  int port)
Method Detail

setString

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

getString

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


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