org.eclipse.jetty.client.security
public class ProxyAuthorization extends java.lang.Object implements Authentication
Constructor and Description |
---|
ProxyAuthorization(java.lang.String username,
java.lang.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(java.lang.String username, java.lang.String password) throws java.io.IOException
java.io.IOException
public void setCredentials(HttpExchange exchange) throws java.io.IOException
setCredentials
in interface Authentication
java.io.IOException
Copyright © 2016. All Rights Reserved.