org.sblim.cimclient.internal.http
public class WwwAuthInfo extends AuthorizationInfo
| Constructor Summary | |
|---|---|
| WwwAuthInfo()
Default ctor. | |
| Method Summary | |
|---|---|
| String | getHeaderFieldName() |
| boolean | isKeptAlive() |
| boolean | isSentOnFirstRequest() |
| static String[] | split(String pLine)
Splits a comma-seperated string into multiple substrings
|
| String | toString() |
| void | updateAuthenticationInfo(Challenge challenge, String authenticate, URI url, String requestMethod) |
Parameters: pLine The comma-seperated string
Returns: The array of substrings (excluding commas)