Uses of Interface
org.eclipse.jgit.transport.Connection
Packages that use Connection
-
Uses of Connection in org.eclipse.jgit.transport
Subinterfaces of Connection in org.eclipse.jgit.transportModifier and TypeInterfaceDescriptioninterface
Lists known refs from the remote and copies objects of selected refs.interface
Lists known refs from the remote and sends objects to the remote.Classes in org.eclipse.jgit.transport that implement ConnectionModifier and TypeClassDescriptionclass
Base helper class for implementing operations connections.(package private) class
Base helper class for fetch connection implementations.(package private) class
Base helper class for pack-based operations implementations.class
Fetch implementation using the native Git pack transfer service.class
Push implementation using the native Git pack transfer service.(package private) class
Fetch connection for bundle based classes.(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
Generic fetch support for dumb transport protocols.(package private) class
Generic push support for dumb transport protocols.