|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.client.security.ProxyAuthorization
public class ProxyAuthorization
Sets proxy authentication headers for BASIC authentication challenges
| Constructor Summary | |
|---|---|
ProxyAuthorization(java.lang.String username,
java.lang.String password)
|
|
| Method Summary | |
|---|---|
void |
setCredentials(HttpExchange exchange)
BASIC proxy authentication is of the form encoded credentials are of the form: username:password |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyAuthorization(java.lang.String username,
java.lang.String password)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void setCredentials(HttpExchange exchange)
throws java.io.IOException
setCredentials in interface Authenticationjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||