Package | Description |
---|---|
org.eclipse.jgit.http.server | |
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SmartServiceInfoRefs.respond(javax.servlet.http.HttpServletRequest req,
PacketLineOut pckOut,
java.lang.String serviceName)
Writes the appropriate response to an info/refs request received by
a smart service.
|
protected void |
UploadPackServlet.InfoRefs.respond(javax.servlet.http.HttpServletRequest req,
PacketLineOut pckOut,
java.lang.String serviceName) |
private static void |
GitSmartHttpTools.writePacket(PacketLineOut pckOut,
java.lang.String textForGit) |
Modifier and Type | Field and Description |
---|---|
private PacketLineOut |
PackWriter.PackfileUriConfig.pckOut |
Constructor and Description |
---|
PackfileUriConfig(PacketLineOut pckOut,
java.util.Collection<java.lang.String> protocolsSupported,
CachedPackUriProvider cachedPackUriProvider) |
Modifier and Type | Field and Description |
---|---|
protected PacketLineOut |
BasePackConnection.pckOut
Packet line encoder around
BasePackConnection.out . |
private PacketLineOut |
ReceivePack.pckOut
Packet line output stream around
ReceivePack.rawOut . |
private PacketLineOut |
RefAdvertiser.PacketLineOutRefAdvertiser.pckOut |
private PacketLineOut |
BasePackFetchConnection.pckState |
Modifier and Type | Method and Description |
---|---|
private void |
UploadPack.fetchV2(PacketLineOut pckOut) |
private void |
UploadPack.lsRefsV2(PacketLineOut pckOut) |
private boolean |
UploadPack.negotiate(FetchRequest req,
PackStatistics.Accumulator accumulator,
PacketLineOut pckOut) |
private ObjectId |
UploadPack.processHaveLines(java.util.List<ObjectId> peerHas,
ObjectId last,
PacketLineOut out) |
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.
|
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 boolean |
UploadPack.serveOneCommandV2(PacketLineOut pckOut) |
private void |
UploadPack.service(PacketLineOut pckOut) |
(package private) void |
TransportGitAnon.service(java.lang.String name,
PacketLineOut pckOut) |
private void |
UploadPack.serviceV2(PacketLineOut pckOut) |
Constructor and Description |
---|
PacketLineOutRefAdvertiser(PacketLineOut out)
Create a new advertiser for the supplied stream.
|