| java.lang.Object org.w3c.www.http.BasicValue org.w3c.www.http.HttpParamList
HttpParamList | public class HttpParamList extends BasicValue (Code) | | This class parses name->value pairs, used in Authentication Info
|
HttpParamList | public HttpParamList(boolean isValid)(Code) | | |
HttpParamList | public HttpParamList()(Code) | | |
getParameter | public String getParameter(String name)(Code) | | Get a parameter.
Parameters: name - The name of the parameter to fetch. The String value, or null if undefined. |
setParameter | public void setParameter(String name, String value)(Code) | | Set an authentication parameter.
Parameters: name - The name of the authentication parameter. Parameters: value - The value of the authentication parameter. |
updateByteValue | protected void updateByteValue()(Code) | | |
|
|