Uses of Class
org.eclipse.jgit.transport.TcpTransport
-
Packages that use TcpTransport Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of TcpTransport in org.eclipse.jgit.transport
Subclasses of TcpTransport in org.eclipse.jgit.transport Modifier and Type Class Description classSshTransportThe base class for transports that use SSH protocol.(package private) classTransportGitAnonTransport through a git-daemon waiting for anonymous TCP connections.classTransportGitSshTransport through an SSH tunnel.classTransportSftpTransport over the non-Git aware SFTP (SSH based FTP) protocol.
-