Uses of Interface
org.eclipse.jgit.transport.sshd.ProxyDataFactory
Packages that use ProxyDataFactory
-
Uses of ProxyDataFactory in org.eclipse.jgit.internal.transport.sshd
Methods in org.eclipse.jgit.internal.transport.sshd that return ProxyDataFactoryModifier and TypeMethodDescriptionprotected ProxyDataFactoryJGitSshClient.getProxyDatabase()Retrieves theProxyDataFactory.Methods in org.eclipse.jgit.internal.transport.sshd with parameters of type ProxyDataFactoryModifier and TypeMethodDescriptionvoidJGitSshClient.setProxyDatabase(ProxyDataFactory factory) Sets aProxyDataFactoryfor connecting through proxies. -
Uses of ProxyDataFactory in org.eclipse.jgit.transport.sshd
Classes in org.eclipse.jgit.transport.sshd that implement ProxyDataFactoryModifier and TypeClassDescriptionclassA default implementation of aProxyDataFactorybased on the standardProxySelector.Methods in org.eclipse.jgit.transport.sshd with parameters of type ProxyDataFactoryModifier and TypeMethodDescriptionSshdSessionFactoryBuilder.setProxyDataFactory(ProxyDataFactory proxyDataFactory) Sets theProxyDataFactoryto use forSshdSessionFactoriescreated bySshdSessionFactoryBuilder.build(KeyCache).Constructors in org.eclipse.jgit.transport.sshd with parameters of type ProxyDataFactory