org.sblim.cimclient.internal.http
public class Challenge extends Object
| Method Summary | |
|---|---|
| HttpHeader | getParams()
Returns the parameters
|
| String | getRealm()
Returns the realm
|
| String | getScheme()
Returns the scheme
|
| static Challenge[] | parseChallenge(String pLine)
Parses the challenge as received from the host
|
Returns: The parameters
Returns: The realm
Returns: The scheme
Parameters: pLine The challenge string
Returns: The parsed challenge
Throws: HttpParseException If the challenge string is ill-formed