Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FetchConnection
Lists known refs from the remote and copies objects of selected refs.
|
interface |
PushConnection
Lists known refs from the remote and sends objects to the remote.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseConnection
Base helper class for implementing operations connections.
|
(package private) class |
BaseFetchConnection
Base helper class for fetch connection implementations.
|
(package private) class |
BasePackConnection
Base helper class for pack-based operations implementations.
|
class |
BasePackFetchConnection
Fetch implementation using the native Git pack transfer service.
|
class |
BasePackPushConnection
Push 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 |
InternalPushConnection<C> |
(package private) class |
TransportGitAnon.TcpFetchConnection |
(package private) class |
TransportGitAnon.TcpPushConnection |
(package private) class |
TransportGitSsh.SshFetchConnection |
(package private) class |
TransportGitSsh.SshPushConnection |
(package private) class |
TransportHttp.SmartHttpFetchConnection |
(package private) class |
TransportHttp.SmartHttpPushConnection |
(package private) class |
TransportLocal.ForkLocalFetchConnection |
(package private) class |
TransportLocal.ForkLocalPushConnection |
(package private) class |
WalkFetchConnection
Generic fetch support for dumb transport protocols.
|
(package private) class |
WalkPushConnection
Generic push support for dumb transport protocols.
|