Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private PacketLineIn |
PacketLineIn.PacketLineInIterator.in |
private PacketLineIn |
UploadPack.pckIn |
protected PacketLineIn |
BaseReceivePack.pckIn
Packet line input stream around
BaseReceivePack.rawIn . |
protected PacketLineIn |
BasePackConnection.pckIn
Packet line decoder around
BasePackConnection.in . |
private PacketLineIn |
PushCertificateParser.PacketLineReader.pckIn |
private PacketLineIn |
SideBandInputStream.pckIn |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
ProtocolV2Parser.consumeCapabilities(PacketLineIn pckIn,
java.util.function.Consumer<java.lang.String> serverOptionConsumer,
java.util.function.Consumer<java.lang.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.
|
(package private) void |
BaseReceivePack.readPostCommands(PacketLineIn in) |
(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.
|
Constructor and Description |
---|
PacketLineInIterator(PacketLineIn in) |
PacketLineReader(PacketLineIn pckIn) |