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) classFetchV0RequestFetch request in the V0/V1 protocol.classFetchV2RequestFetch request from git protocol v2.Fields in org.eclipse.jgit.transport declared as FetchRequest Modifier and Type Field Description private FetchRequestUploadPack. currentRequestRequest this instance is handling.Methods in org.eclipse.jgit.transport with parameters of type FetchRequest Modifier and Type Method Description private voidUploadPack. computeShallowsAndUnshallows(FetchRequest req, UploadPack.IOConsumer<ObjectId> shallowFunc, UploadPack.IOConsumer<ObjectId> unshallowFunc, java.util.List<ObjectId> deepenNots)private booleanUploadPack. negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut)private voidUploadPack. 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 voidUploadPack. 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.
-