public class ProxyAuthorization extends Object implements Authentication
| Constructor and Description |
|---|
ProxyAuthorization(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCredentials(HttpExchange exchange)
BASIC proxy authentication is of the form
encoded credentials are of the form: username:password
|
public ProxyAuthorization(String username, String password) throws IOException
IOExceptionpublic void setCredentials(HttpExchange exchange) throws IOException
setCredentials in interface AuthenticationIOExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.