Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd | |
org.eclipse.jgit.transport.sshd |
Modifier and Type | Field and Description |
---|---|
private ProxyDataFactory |
JGitSshClient.proxyDatabase |
Modifier and Type | Method and Description |
---|---|
protected ProxyDataFactory |
JGitSshClient.getProxyDatabase()
Retrieves the
ProxyDataFactory . |
Modifier and Type | Method and Description |
---|---|
void |
JGitSshClient.setProxyDatabase(ProxyDataFactory factory)
Sets a
ProxyDataFactory for connecting through proxies. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProxyDataFactory
A default implementation of a
ProxyDataFactory based on the standard
ProxySelector . |
Modifier and Type | Field and Description |
---|---|
private ProxyDataFactory |
SshdSessionFactory.proxies |
Constructor and Description |
---|
SshdSessionFactory(KeyCache keyCache,
ProxyDataFactory proxies)
|