Interface PackTransport

All Known Subinterfaces:
TransportBundle
All Known Implementing Classes:
TestProtocol.TransportInternal, TransportBundleFile, TransportBundleStream, TransportGitAnon, TransportGitSsh, TransportHttp, TransportLocal

public interface PackTransport
Marker interface an object transport using Git pack transfers.

Implementations of PackTransport setup connections and move objects back and forth by creating pack files on the source side and indexing them on the receiving side.

See Also: