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 voidSmartServiceInfoRefs. 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 voidUploadPackServlet.InfoRefs. respond(javax.servlet.http.HttpServletRequest req, PacketLineOut pckOut, java.lang.String serviceName)private static voidGitSmartHttpTools. 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 PacketLineOutPackWriter.PackfileUriConfig. pckOutConstructors 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 PacketLineOutBasePackConnection. pckOutPacket line encoder aroundBasePackConnection.out.private PacketLineOutReceivePack. pckOutPacket line output stream aroundReceivePack.rawOut.private PacketLineOutRefAdvertiser.PacketLineOutRefAdvertiser. pckOutprivate PacketLineOutBasePackFetchConnection. pckStateMethods in org.eclipse.jgit.transport with parameters of type PacketLineOut Modifier and Type Method Description private voidUploadPack. fetchV2(PacketLineOut pckOut)private voidUploadPack. lsRefsV2(PacketLineOut pckOut)private booleanUploadPack. negotiate(FetchRequest req, PackStatistics.Accumulator accumulator, PacketLineOut pckOut)private ObjectIdUploadPack. processHaveLines(java.util.List<ObjectId> peerHas, ObjectId last, PacketLineOut out, PackStatistics.Accumulator accumulator)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, 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.private booleanBasePackFetchConnection. sendWants(java.util.Collection<Ref> want, PacketLineOut p)private booleanUploadPack. serveOneCommandV2(PacketLineOut pckOut)(package private) voidTransportGitAnon. service(java.lang.String name, PacketLineOut pckOut, TransferConfig.ProtocolVersion gitProtocol)private voidUploadPack. service(PacketLineOut pckOut)private voidUploadPack. 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.
-