Uses of Class
org.eclipse.jgit.transport.FetchRequest
-
Packages that use FetchRequest Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FetchRequest in org.eclipse.jgit.transport
Subclasses of FetchRequest in org.eclipse.jgit.transport Modifier and Type Class Description (package private) class
FetchV0Request
Fetch request in the V0/V1 protocol.class
FetchV2Request
Fetch request from git protocol v2.Fields in org.eclipse.jgit.transport declared as FetchRequest Modifier and Type Field Description private FetchRequest
UploadPack. currentRequest
Request this instance is handling.Methods in org.eclipse.jgit.transport with parameters of type FetchRequest Modifier and Type Method Description private void
UploadPack. computeShallowsAndUnshallows(FetchRequest req, UploadPack.IOConsumer<ObjectId> shallowFunc, UploadPack.IOConsumer<ObjectId> unshallowFunc, java.util.List<ObjectId> deepenNots)
private boolean
UploadPack. negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut)
private void
UploadPack. sendPack(ProgressMonitor pm, PacketLineOut pckOut, java.io.OutputStream packOut, FetchRequest req, PackStatistics.Accumulator accumulator, java.util.Collection<Ref> allTags, java.util.List<ObjectId> unshallowCommits, java.util.List<ObjectId> deepenNots)
Send the requested objects to the client.private void
UploadPack. sendPack(PackStatistics.Accumulator accumulator, FetchRequest req, java.util.Collection<Ref> allTags, java.util.List<ObjectId> unshallowCommits, java.util.List<ObjectId> deepenNots, PacketLineOut pckOut)
Send the requested objects to the client.
-