Uses of Class
org.eclipse.jgit.transport.FetchRequest
Packages that use FetchRequest
-
Uses of FetchRequest in org.eclipse.jgit.transport
Subclasses of FetchRequest in org.eclipse.jgit.transportModifier and TypeClassDescription(package private) final class
Fetch request in the V0/V1 protocol.final class
Fetch request from git protocol v2.Fields in org.eclipse.jgit.transport declared as FetchRequestModifier and TypeFieldDescriptionprivate FetchRequest
UploadPack.currentRequest
Request this instance is handling.Methods in org.eclipse.jgit.transport with parameters of type FetchRequestModifier and TypeMethodDescriptionprivate void
UploadPack.computeShallowsAndUnshallows
(FetchRequest req, UploadPack.IOConsumer<ObjectId> shallowFunc, UploadPack.IOConsumer<ObjectId> unshallowFunc, List<ObjectId> deepenNots) private boolean
UploadPack.negotiate
(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut) private void
UploadPack.sendPack
(ProgressMonitor pm, PacketLineOut pckOut, OutputStream packOut, FetchRequest req, PackStatistics.Accumulator accumulator, Collection<Ref> allTags, List<ObjectId> unshallowCommits, List<ObjectId> deepenNots) Send the requested objects to the client.private void
UploadPack.sendPack
(PackStatistics.Accumulator accumulator, FetchRequest req, Collection<Ref> allTags, List<ObjectId> unshallowCommits, List<ObjectId> deepenNots, PacketLineOut pckOut) Send the requested objects to the client.