public class OkHttpAetherClient.AetherAuthenticator extends Object implements com.squareup.okhttp.OkAuthenticator
| Constructor and Description |
|---|
OkHttpAetherClient.AetherAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.OkAuthenticator.Credential |
authenticate(Proxy proxy,
URL url,
List<com.squareup.okhttp.OkAuthenticator.Challenge> challenges) |
com.squareup.okhttp.OkAuthenticator.Credential |
authenticateProxy(Proxy proxy,
URL url,
List<com.squareup.okhttp.OkAuthenticator.Challenge> challenges) |
String |
getPassword() |
String |
getProxyPassword() |
String |
getProxyUsername() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setProxyPassword(String proxyPassword) |
void |
setProxyUsername(String proxyUsername) |
void |
setUsername(String username) |
public OkHttpAetherClient.AetherAuthenticator()
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getProxyUsername()
public void setProxyUsername(String proxyUsername)
public String getProxyPassword()
public void setProxyPassword(String proxyPassword)
public com.squareup.okhttp.OkAuthenticator.Credential authenticate(Proxy proxy, URL url, List<com.squareup.okhttp.OkAuthenticator.Challenge> challenges) throws IOException
authenticate in interface com.squareup.okhttp.OkAuthenticatorIOExceptionpublic com.squareup.okhttp.OkAuthenticator.Credential authenticateProxy(Proxy proxy, URL url, List<com.squareup.okhttp.OkAuthenticator.Challenge> challenges) throws IOException
authenticateProxy in interface com.squareup.okhttp.OkAuthenticatorIOExceptionCopyright © 2013. All Rights Reserved.