All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.HttpChallenge

java.lang.Object
   |
   +----w3c.www.http.BasicValue
           |
           +----w3c.www.http.HttpChallenge

public class HttpChallenge
extends BasicValue

Constructor Index

 o HttpChallenge()

Method Index

 o getAuthParameter(String)
Get an authentication parameter.
 o getScheme()
Get the challenge scheme.
 o getValue()
HeaderValue implemenntation - Get this header value.
 o parse()
Parse this header value into its various components.
 o setAuthParameter(String, String)
Set an auth parameter value.
 o updateByteValue()
Update the RFC822 compatible header value for this object.

Constructors

 o HttpChallenge
 public HttpChallenge()

Methods

 o parse
 protected void parse() throws HttpParserException
Parse this header value into its various components.

Overrides:
parse in class BasicValue
 o updateByteValue
 protected void updateByteValue()
Update the RFC822 compatible header value for this object.

Overrides:
updateByteValue in class BasicValue
 o getValue
 public Object getValue()
HeaderValue implemenntation - Get this header value.

Overrides:
getValue in class BasicValue
 o getScheme
 public String getScheme()
Get the challenge scheme.

Returns:
A String encoding the challenge scheme identifier.
 o getAuthParameter
 public String getAuthParameter(String name)
Get an authentication parameter.

Parameters:
name - The name of the parameter.
Returns:
A String encoded value for this parameter, or null
 o setAuthParameter
 public void setAuthParameter(String name,
                              String value)
Set an auth parameter value.

Parameters:
name - The name of the parameter to set.
value - The new value for this parameter.

All Packages  Class Hierarchy  This Package  Previous  Next  Index