Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FetchV0Request
Fetch request in the V0/V1 protocol.
|
class |
FetchV2Request
Fetch request from git protocol v2.
|
Modifier and Type | Field and Description |
---|---|
private FetchRequest |
UploadPack.currentRequest
Request this instance is handling.
|
Modifier and Type | Method and 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) |
private void |
UploadPack.sendPack(boolean sideband,
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)
Send the requested objects to the client.
|