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) classBaseFetchConnectionBase helper class for fetch connection implementations.classBasePackFetchConnectionFetch implementation using the native Git pack transfer service.(package private) classBundleFetchConnectionFetch connection for bundle based classes.(package private) classInternalFetchConnection<C>(package private) classTransportGitAnon.TcpFetchConnection(package private) classTransportGitSsh.SshFetchConnection(package private) classTransportHttp.SmartHttpFetchConnection(package private) classTransportLocal.ForkLocalFetchConnection(package private) classWalkFetchConnectionGeneric fetch support for dumb transport protocols.Fields in org.eclipse.jgit.transport declared as FetchConnection Modifier and Type Field Description private FetchConnectionFetchProcess. connMethods in org.eclipse.jgit.transport that return FetchConnection Modifier and Type Method Description private FetchConnectionTransportHttp. getConnection(HttpConnection c, java.io.InputStream in, java.lang.String service)FetchConnectionTestProtocol.TransportInternal. openFetch()abstract FetchConnectionTransport. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportAmazonS3. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportBundleFile. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportBundleStream. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportGitAnon. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportGitSsh. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportHttp. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportLocal. openFetch()Begins a new connection for fetching from the remote repository.FetchConnectionTransportSftp. openFetch()Begins a new connection for fetching from the remote repository.
-