public class HttpProxyConfiguration extends Object
Constructor and Description |
---|
HttpProxyConfiguration(String proxyHost,
int proxyPort) |
HttpProxyConfiguration(String proxyHost,
int proxyPort,
boolean authRequired,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getProxyHost() |
int |
getProxyPort() |
String |
getUsername() |
boolean |
isAuthRequired() |
public HttpProxyConfiguration(String proxyHost, int proxyPort)
Copyright © 2014. All rights reserved.