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 classFetch request in the V0/V1 protocol.final classFetch request from git protocol v2.Fields in org.eclipse.jgit.transport declared as FetchRequestModifier and TypeFieldDescriptionprivate FetchRequestUploadPack.currentRequestRequest this instance is handling.Methods in org.eclipse.jgit.transport with parameters of type FetchRequestModifier and TypeMethodDescriptionprivate voidUploadPack.computeShallowsAndUnshallows(FetchRequest req, UploadPack.IOConsumer<ObjectId> shallowFunc, UploadPack.IOConsumer<ObjectId> unshallowFunc, List<ObjectId> deepenNots) private booleanUploadPack.negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut) private voidUploadPack.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 voidUploadPack.sendPack(PackStatistics.Accumulator accumulator, FetchRequest req, Collection<Ref> allTags, List<ObjectId> unshallowCommits, List<ObjectId> deepenNots, PacketLineOut pckOut) Send the requested objects to the client.