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 PacketLineIn
PacketLineIn.PacketLineInIterator.in
protected PacketLineIn
BasePackConnection.pckIn
Packet line decoder aroundBasePackConnection.in
.private final PacketLineIn
PushCertificateParser.PacketLineReader.pckIn
private PacketLineIn
ReceivePack.pckIn
Packet line input stream aroundReceivePack.rawIn
.private final PacketLineIn
SideBandInputStream.pckIn
private PacketLineIn
UploadPack.pckIn
Methods in org.eclipse.jgit.transport with parameters of type PacketLineInModifier and TypeMethodDescriptionprivate static String
ProtocolV2Parser.consumeCapabilities
(PacketLineIn pckIn, Consumer<String> serverOptionConsumer, Consumer<String> agentConsumer) (package private) FetchV2Request
ProtocolV2Parser.parseFetchRequest
(PacketLineIn pckIn) Parse the incoming fetch request arguments from the wire.(package private) LsRefsV2Request
ProtocolV2Parser.parseLsRefsRequest
(PacketLineIn pckIn) Parse the incoming ls-refs request arguments from the wire.private boolean
BasePackFetchConnection.readAcknowledgments
(BasePackFetchConnection.FetchStateV2 fetchState, PacketLineIn input, ProgressMonitor monitor) Reads and processes acknowledgments, adding ACKed objects as "have"s to the global stateTemporaryBuffer
.(package private) void
ReceivePack.readPostCommands
(PacketLineIn in) void
PushCertificateParser.receiveHeader
(PacketLineIn pckIn, boolean stateless) Receive a list of commands from the input encapsulated in a push certificate.void
PushCertificateParser.receiveSignature
(PacketLineIn pckIn) Read the PGP signature.(package private) FetchV0Request
ProtocolV0Parser.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