Uses of Interface
org.eclipse.jgit.transport.FetchConnection
-
Packages that use FetchConnection Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FetchConnection in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement FetchConnection Modifier and Type Class Description (package private) class
BaseFetchConnection
Base helper class for fetch connection implementations.class
BasePackFetchConnection
Fetch implementation using the native Git pack transfer service.(package private) class
BundleFetchConnection
Fetch connection for bundle based classes.(package private) class
InternalFetchConnection<C>
(package private) class
TransportGitAnon.TcpFetchConnection
(package private) class
TransportGitSsh.SshFetchConnection
(package private) class
TransportHttp.SmartHttpFetchConnection
(package private) class
TransportLocal.ForkLocalFetchConnection
(package private) class
WalkFetchConnection
Generic fetch support for dumb transport protocols.Fields in org.eclipse.jgit.transport declared as FetchConnection Modifier and Type Field Description private FetchConnection
FetchProcess. conn
Methods in org.eclipse.jgit.transport that return FetchConnection Modifier and Type Method Description private FetchConnection
TransportHttp. getConnection(HttpConnection c, java.io.InputStream in, java.lang.String service)
FetchConnection
TestProtocol.TransportInternal. openFetch()
abstract FetchConnection
Transport. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportAmazonS3. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportBundleFile. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportBundleStream. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportGitAnon. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportGitSsh. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportHttp. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportLocal. openFetch()
Begins a new connection for fetching from the remote repository.FetchConnection
TransportSftp. openFetch()
Begins a new connection for fetching from the remote repository.
-