Uses of Interface
org.eclipse.jgit.transport.PackTransport
Packages that use PackTransport
-
Uses of PackTransport in org.eclipse.jgit.transport
Subinterfaces of PackTransport in org.eclipse.jgit.transportModifier and TypeInterfaceDescriptioninterface
Marker interface for transports that supports fetching from a git bundle (sneaker-net object transport).Classes in org.eclipse.jgit.transport that implement PackTransportModifier and TypeClassDescriptionclass
Single shot fetch from a streamed Git bundle.class
Transport through an SSH tunnel.class
Transport over HTTP and FTP protocols.Constructors in org.eclipse.jgit.transport with parameters of type PackTransportModifierConstructorDescriptionBasePackFetchConnection
(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.