Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd | |
org.eclipse.jgit.transport.sshd |
Modifier and Type | Method and Description |
---|---|
private ProxyData |
JGitSshClient.getProxyData(java.net.InetSocketAddress remoteAddress) |
Modifier and Type | Method and Description |
---|---|
private java.net.InetSocketAddress |
JGitSshClient.configureProxy(ProxyData proxyData,
java.net.InetSocketAddress remoteAddress) |
Modifier and Type | Method and Description |
---|---|
ProxyData |
ProxyDataFactory.get(java.net.InetSocketAddress remoteAddress)
Get the
ProxyData to connect to a proxy. |
ProxyData |
DefaultProxyDataFactory.get(java.net.InetSocketAddress remoteAddress) |
private ProxyData |
DefaultProxyDataFactory.getData(java.util.List<java.net.Proxy> proxies,
java.net.Proxy.Type type) |