private class SVNBasicAuthenticationManager.BasicProxyManager extends Object implements org.tmatesoft.svn.core.auth.ISVNProxyManager
ISVNProxyManager.| Modifier and Type | Field and Description |
|---|---|
private String |
host
Host name or IP address of the proxy.
|
private String |
password
Password used to connect to the proxy.
|
private int |
port
Port of the proxy.
|
private String |
user
Username used to connect to the proxy.
|
| Constructor and Description |
|---|
SVNBasicAuthenticationManager.BasicProxyManager(String host,
int port,
String user,
String password)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeProxyContext(boolean accepted,
org.tmatesoft.svn.core.SVNErrorMessage error) |
String |
getProxyHost() |
String |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyUserName() |
private final String host
private final int port
private final String user
private final String password
public SVNBasicAuthenticationManager.BasicProxyManager(String host, int port, String user, String password)
host - host name or IP address of the proxy serverport - port of the proxy serveruser - username used to connect to the proxy serverpassword - password used to connect to the proxy serverpublic void acknowledgeProxyContext(boolean accepted,
org.tmatesoft.svn.core.SVNErrorMessage error)
acknowledgeProxyContext in interface org.tmatesoft.svn.core.auth.ISVNProxyManagerpublic String getProxyHost()
getProxyHost in interface org.tmatesoft.svn.core.auth.ISVNProxyManagerpublic String getProxyPassword()
getProxyPassword in interface org.tmatesoft.svn.core.auth.ISVNProxyManagerpublic int getProxyPort()
getProxyPort in interface org.tmatesoft.svn.core.auth.ISVNProxyManagerpublic String getProxyUserName()
getProxyUserName in interface org.tmatesoft.svn.core.auth.ISVNProxyManagerCopyright © 1999-2015. All Rights Reserved.