Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
TestProtocol<C>
Protocol for transport between manually-specified repositories in tests.
|
Modifier and Type | Field and Description |
---|---|
(package private) static TransportProtocol |
TransportBundleFile.PROTO_BUNDLE |
(package private) static TransportProtocol |
TransportHttp.PROTO_FTP |
(package private) static TransportProtocol |
TransportGitAnon.PROTO_GIT |
(package private) static TransportProtocol |
TransportHttp.PROTO_HTTP |
(package private) static TransportProtocol |
TransportLocal.PROTO_LOCAL |
(package private) static TransportProtocol |
TransportAmazonS3.PROTO_S3 |
(package private) static TransportProtocol |
TransportSftp.PROTO_SFTP |
(package private) static TransportProtocol |
TransportGitSsh.PROTO_SSH |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<java.lang.ref.WeakReference<TransportProtocol>> |
Transport.protocols |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TransportProtocol> |
Transport.getTransportProtocols()
Obtain a copy of the registered protocols.
|
Modifier and Type | Method and Description |
---|---|
static void |
Transport.register(TransportProtocol proto)
Register a TransportProtocol instance for use during open.
|
static void |
Transport.unregister(TransportProtocol proto)
Unregister a TransportProtocol instance.
|