Uses of Class
org.eclipse.jgit.transport.PacketLineIn
Packages that use PacketLineIn
-
Uses of PacketLineIn in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PacketLineInModifier and TypeFieldDescriptionprivate PacketLineInPacketLineIn.PacketLineInIterator.inprotected PacketLineInBasePackConnection.pckInPacket line decoder aroundBasePackConnection.in.private final PacketLineInPushCertificateParser.PacketLineReader.pckInprivate PacketLineInReceivePack.pckInPacket line input stream aroundReceivePack.rawIn.private final PacketLineInSideBandInputStream.pckInprivate PacketLineInUploadPack.pckInMethods in org.eclipse.jgit.transport with parameters of type PacketLineInModifier and TypeMethodDescriptionprivate static StringProtocolV2Parser.consumeCapabilities(PacketLineIn pckIn, Consumer<String> serverOptionConsumer, Consumer<String> agentConsumer) (package private) FetchV2RequestProtocolV2Parser.parseFetchRequest(PacketLineIn pckIn) Parse the incoming fetch request arguments from the wire.(package private) LsRefsV2RequestProtocolV2Parser.parseLsRefsRequest(PacketLineIn pckIn) Parse the incoming ls-refs request arguments from the wire.(package private) ObjectInfoRequestProtocolV2Parser.parseObjectInfoRequest(PacketLineIn pckIn) private booleanBasePackFetchConnection.readAcknowledgments(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineIn input, ProgressMonitor monitor) Reads and processes acknowledgments, adding ACKed objects as "have"s to the global stateTemporaryBuffer.(package private) voidReceivePack.readPostCommands(PacketLineIn in) voidPushCertificateParser.receiveHeader(PacketLineIn pckIn, boolean stateless) Receive a list of commands from the input encapsulated in a push certificate.voidPushCertificateParser.receiveSignature(PacketLineIn pckIn) Read the PGP signature.(package private) FetchV0RequestProtocolV0Parser.recvWants(PacketLineIn pckIn) Parse an incoming protocol v1 upload request arguments from the wire.Constructors in org.eclipse.jgit.transport with parameters of type PacketLineIn