Uses of Class
org.eclipse.jgit.transport.BasePackFetchConnection.FetchStateV2
Packages that use BasePackFetchConnection.FetchStateV2
-
Uses of BasePackFetchConnection.FetchStateV2 in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type BasePackFetchConnection.FetchStateV2Modifier and TypeMethodDescriptionprivate boolean
BasePackFetchConnection.readAcknowledgments
(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineIn input, ProgressMonitor monitor) Reads and processes acknowledgments, adding ACKed objects as "have"s to the global stateTemporaryBuffer
.private boolean
BasePackFetchConnection.sendNextHaveBatch
(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineOut output, ProgressMonitor monitor) Sends the next batch of "have"s and terminates theoutput
.