Uses of Class
org.eclipse.jgit.transport.BasePackFetchConnection.CancelledException
-
Packages that use BasePackFetchConnection.CancelledException Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of BasePackFetchConnection.CancelledException in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw BasePackFetchConnection.CancelledException Modifier and Type Method Description private voidBasePackFetchConnection. doFetchV2(ProgressMonitor monitor, java.util.Collection<Ref> want, java.io.OutputStream outputStream)private voidBasePackFetchConnection. negotiate(ProgressMonitor monitor)private booleanBasePackFetchConnection. readAcknowledgments(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineIn input, ProgressMonitor monitor)Reads and processes acknowledgments, adding ACKed objects as "have"s to the global stateTemporaryBuffer.private booleanBasePackFetchConnection. sendNextHaveBatch(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineOut output, ProgressMonitor monitor)Sends the next batch of "have"s and terminates theoutput.
-