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 JGitClientSession
JGitServerKeyVerifier.SessionConfig. session
Methods in org.eclipse.jgit.internal.transport.sshd that return JGitClientSession Modifier and Type Method Description private JGitClientSession
JGitSshClient. 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)
-