| java.lang.Object org.w3c.www.http.BasicValue org.w3c.www.http.HttpAcceptCharset
HttpAcceptCharset | HttpAcceptCharset(boolean isValid, String charset, double quality)(Code) | | |
HttpAcceptCharset | public HttpAcceptCharset()(Code) | | |
getCharset | public String getCharset()(Code) | | Get this accept charset clause charset.
A String encoding the charset token. |
getQuality | public double getQuality()(Code) | | Get the quality at which this charset is accepted.
A double value, encoding the quality, or 1.0if undefined. |
invalidateByteValue | protected void invalidateByteValue()(Code) | | |
setCharset | public void setCharset(String charset)(Code) | | Set the charset accepted by this clause.
Parameters: charset - The accepted charset. |
setQuality | public void setQuality(double quality)(Code) | | Set the quality under which this charset is accepted.
Parameters: q - The quality for this charset. |
updateByteValue | protected void updateByteValue()(Code) | | |
|
|