Uses of Interface
org.eclipse.jgit.transport.PackTransport
-
Packages that use PackTransport Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PackTransport in org.eclipse.jgit.transport
Subinterfaces of PackTransport in org.eclipse.jgit.transport Modifier and Type Interface Description interfaceTransportBundleMarker interface for transports that supports fetching from a git bundle (sneaker-net object transport).Classes in org.eclipse.jgit.transport that implement PackTransport Modifier and Type Class Description private classTestProtocol.TransportInternal(package private) classTransportBundleFileclassTransportBundleStreamSingle shot fetch from a streamed Git bundle.(package private) classTransportGitAnonTransport through a git-daemon waiting for anonymous TCP connections.classTransportGitSshTransport through an SSH tunnel.classTransportHttpTransport over HTTP and FTP protocols.(package private) classTransportLocalTransport to access a local directory as though it were a remote peer.Constructors in org.eclipse.jgit.transport with parameters of type PackTransport Constructor Description BasePackConnection(PackTransport packTransport)BasePackFetchConnection(PackTransport packTransport)Create a new connection to fetch using the native git transport.BasePackPushConnection(PackTransport packTransport)Create a new connection to push using the native git transport.InternalFetchConnection(PackTransport transport, UploadPackFactory<C> uploadPackFactory, C req, Repository remote)Constructor for InternalFetchConnection.InternalPushConnection(PackTransport transport, ReceivePackFactory<C> receivePackFactory, C req, Repository remote)Constructor for InternalPushConnection.
-