Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
SshTransport
The base class for transports that use SSH protocol.
|
(package private) class |
TransportGitAnon
Transport through a git-daemon waiting for anonymous TCP connections.
|
class |
TransportGitSsh
Transport through an SSH tunnel.
|
class |
TransportSftp
Transport over the non-Git aware SFTP (SSH based FTP) protocol.
|