Class IterativeConnectivityChecker

java.lang.Object
org.eclipse.jgit.internal.transport.connectivity.IterativeConnectivityChecker
All Implemented Interfaces:
ConnectivityChecker

public class IterativeConnectivityChecker extends Object implements ConnectivityChecker
Implementation of connectivity checker which tries to do check with smaller set of references first and if it fails will fall back to check against all advertised references. This is useful for big repos with enormous number of references.