Uses of Interface
org.eclipse.jgit.transport.Connection
-
Packages that use Connection Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of Connection in org.eclipse.jgit.transport
Subinterfaces of Connection in org.eclipse.jgit.transport Modifier and Type Interface Description interfaceFetchConnectionLists known refs from the remote and copies objects of selected refs.interfacePushConnectionLists known refs from the remote and sends objects to the remote.Classes in org.eclipse.jgit.transport that implement Connection Modifier and Type Class Description classBaseConnectionBase helper class for implementing operations connections.classBasePackFetchConnectionFetch implementation using the native Git pack transfer service.classBasePackPushConnectionPush implementation using the native Git pack transfer service.
-