Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
private FetchConnection |
FetchProcess.conn |
Modifier and Type | Method and 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.
|