Uses of Class
org.eclipse.jgit.internal.transport.sshd.JGitClientSession
-
Packages that use JGitClientSession Package Description org.eclipse.jgit.internal.transport.sshd -
-
Uses of JGitClientSession in org.eclipse.jgit.internal.transport.sshd
Fields in org.eclipse.jgit.internal.transport.sshd declared as JGitClientSession Modifier and Type Field Description private JGitClientSessionJGitServerKeyVerifier.SessionConfig. sessionMethods in org.eclipse.jgit.internal.transport.sshd that return JGitClientSession Modifier and Type Method Description private JGitClientSessionJGitSshClient. createSession(org.apache.sshd.common.io.IoSession ioSession, java.lang.String username, java.net.InetSocketAddress address, org.apache.sshd.client.config.hosts.HostConfigEntry hostConfig)Constructors in org.eclipse.jgit.internal.transport.sshd with parameters of type JGitClientSession Constructor Description SessionConfig(JGitClientSession session)
-