Modifier and Type | Field and Description |
---|---|
EepGet.AUTH_MODE |
authMode |
boolean |
authSent |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
generateAuthArgs(String method,
String uri)
Generate the digest authentication parameters
Ref: RFC 2617
|
String |
getAuthHeader(String method,
String uri) |
void |
setAuthChallenge(String auth)
May be called multiple times, save the best one
|
public EepGet.AUTH_MODE authMode
public boolean authSent
public void setAuthChallenge(String auth)
public String getAuthHeader(String method, String uri) throws IOException
IOException
public Map<String,String> generateAuthArgs(String method, String uri) throws IOException
IOException