Uses of Class
org.eclipse.jgit.transport.PacketLineOut
-
Packages that use PacketLineOut 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. -
-
Uses of PacketLineOut in org.eclipse.jgit.http.server
Methods in org.eclipse.jgit.http.server with parameters of type PacketLineOut Modifier and Type Method 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)
-
Uses of PacketLineOut in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PacketLineOut Modifier and Type Field Description private PacketLineOut
PackWriter.PackfileUriConfig. pckOut
Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PacketLineOut Constructor Description PackfileUriConfig(PacketLineOut pckOut, java.util.Collection<java.lang.String> protocolsSupported, CachedPackUriProvider cachedPackUriProvider)
-
Uses of PacketLineOut in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PacketLineOut Modifier and Type Field Description protected PacketLineOut
BasePackConnection. pckOut
Packet line encoder aroundBasePackConnection.out
.private PacketLineOut
ReceivePack. pckOut
Packet line output stream aroundReceivePack.rawOut
.private PacketLineOut
RefAdvertiser.PacketLineOutRefAdvertiser. pckOut
private PacketLineOut
BasePackFetchConnection. pckState
Methods in org.eclipse.jgit.transport with parameters of type PacketLineOut Modifier and Type Method 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, PackStatistics.Accumulator accumulator)
private boolean
BasePackFetchConnection. sendNextHaveBatch(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineOut output, ProgressMonitor monitor)
Sends the next batch of "have"s and terminates theoutput
.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 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 boolean
BasePackFetchConnection. sendWants(java.util.Collection<Ref> want, PacketLineOut p)
private boolean
UploadPack. serveOneCommandV2(PacketLineOut pckOut)
(package private) void
TransportGitAnon. service(java.lang.String name, PacketLineOut pckOut, TransferConfig.ProtocolVersion gitProtocol)
private void
UploadPack. service(PacketLineOut pckOut)
private void
UploadPack. serviceV2(PacketLineOut pckOut)
Constructors in org.eclipse.jgit.transport with parameters of type PacketLineOut Constructor Description PacketLineOutRefAdvertiser(PacketLineOut out)
Create a new advertiser for the supplied stream.
-