org.kde.qt

Class QHttpHeader

public class QHttpHeader extends Object implements QtSupport

Constructor Summary
protected QHttpHeader(Class dummy)
Method Summary
intcontentLength()
StringcontentType()
booleanhasContentLength()
booleanhasContentType()
booleanhasKey(String key)
booleanisValid()
ArrayListkeys()
intmajorVersion()
intminorVersion()
voidremoveValue(String key)
voidsetContentLength(int len)
voidsetContentType(String type)
voidsetValue(String key, String value)
StringtoString()
Stringvalue(String key)

Constructor Detail

QHttpHeader

protected QHttpHeader(Class dummy)

Method Detail

contentLength

public int contentLength()

contentType

public String contentType()

hasContentLength

public boolean hasContentLength()

hasContentType

public boolean hasContentType()

hasKey

public boolean hasKey(String key)

isValid

public boolean isValid()

keys

public ArrayList keys()

majorVersion

public int majorVersion()

minorVersion

public int minorVersion()

removeValue

public void removeValue(String key)

setContentLength

public void setContentLength(int len)

setContentType

public void setContentType(String type)

setValue

public void setValue(String key, String value)

toString

public String toString()

value

public String value(String key)