| java.lang.Object org.w3c.www.http.BasicValue org.w3c.www.http.HttpAccept
aparams | protected String aparams(Code) | | The list of accept parameters name.
|
avalues | protected String avalues(Code) | | The list of accept parameters value.
|
quality | protected double quality(Code) | | the quality
|
HttpAccept | HttpAccept(boolean isValid, MimeType type, double quality)(Code) | | |
HttpAccept | public HttpAccept()(Code) | | |
getAcceptParameter | public String getAcceptParameter(String name)(Code) | | Get the String value for a parameter.
The String value for the accept parameter, or null if undefined. |
getMimeType | public MimeType getMimeType()(Code) | | Get this object accepted MIME type.
The accepted MIME type. |
getQuality | public double getQuality()(Code) | | Get the quality of this accept clause.
A double value, encoding the quality, or 1.0if undefined. |
invalideByteValue | protected void invalideByteValue()(Code) | | |
lookup | protected int lookup(String name)(Code) | | Lookup for the given parameter binding.
The slot number for this parameter, or -1if undefined. |
setAcceptParameter | public void setAcceptParameter(String name, String value)(Code) | | Set the value of an accept parameter.
Parameters: name - The name of the accept parameter to set. Parameters: value - The value of the accept parameter to set. |
setMimeType | public void setMimeType(MimeType type)(Code) | | Set the accepted MIME type.
Parameters: type - The accepted MIME type. |
updateByteValue | protected void updateByteValue()(Code) | | |
|
|