Uses of Class
org.eclipse.jgit.transport.PacketLineOut
Packages that use PacketLineOut
Package
Description
Reading/writing Git pack files.
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 PacketLineOutModifier and TypeMethodDescriptionprotected voidSmartServiceInfoRefs.respond(javax.servlet.http.HttpServletRequest req, PacketLineOut pckOut, String serviceName) Writes the appropriate response to an info/refs request received by a smart service.protected voidUploadPackServlet.InfoRefs.respond(javax.servlet.http.HttpServletRequest req, PacketLineOut pckOut, String serviceName) private static voidGitSmartHttpTools.writePacket(PacketLineOut pckOut, String textForGit) -
Uses of PacketLineOut in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PacketLineOutConstructors in org.eclipse.jgit.internal.storage.pack with parameters of type PacketLineOutModifierConstructorDescriptionPackfileUriConfig(PacketLineOut pckOut, Collection<String> protocolsSupported, CachedPackUriProvider cachedPackUriProvider) -
Uses of PacketLineOut in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PacketLineOutModifier and TypeFieldDescriptionprotected PacketLineOutBasePackConnection.pckOutPacket line encoder aroundBasePackConnection.out.private PacketLineOutReceivePack.pckOutPacket line output stream aroundReceivePack.rawOut.private final PacketLineOutRefAdvertiser.PacketLineOutRefAdvertiser.pckOutprivate PacketLineOutBasePackFetchConnection.pckStateMethods in org.eclipse.jgit.transport with parameters of type PacketLineOutModifier and TypeMethodDescriptionprivate voidUploadPack.fetchV2(PacketLineOut pckOut) private voidUploadPack.lsRefsV2(PacketLineOut pckOut) private booleanUploadPack.negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut) private voidUploadPack.objectInfo(PacketLineOut pckOut) private ObjectIdUploadPack.processHaveLines(List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator, UploadPack.Option option) private booleanBasePackFetchConnection.sendNextHaveBatch(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineOut output, ProgressMonitor monitor) Sends the next batch of "have"s and terminates theoutput.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.private booleanBasePackFetchConnection.sendWants(Collection<Ref> want, PacketLineOut p) private booleanUploadPack.serveOneCommandV2(PacketLineOut pckOut) (package private) voidTransportGitAnon.service(String name, PacketLineOut pckOut, TransferConfig.ProtocolVersion gitProtocol) private voidUploadPack.service(PacketLineOut pckOut) private voidUploadPack.serviceV2(PacketLineOut pckOut) private booleanUploadPack.shouldGiveUp(List<ObjectId> peerHas, PacketLineOut out, int missCnt) Constructors in org.eclipse.jgit.transport with parameters of type PacketLineOutModifierConstructorDescriptionCreate a new advertiser for the supplied stream.