Uses of Class
org.eclipse.jgit.transport.BasePackFetchConnection.FetchStateV2
-
Packages that use BasePackFetchConnection.FetchStateV2 Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of BasePackFetchConnection.FetchStateV2 in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type BasePackFetchConnection.FetchStateV2 Modifier and Type Method Description 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.
-