| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Field and Description |
|---|---|
protected PacketLineIn |
BasePackConnection.pckIn
Packet line decoder around
BasePackConnection.in. |
protected PacketLineIn |
BaseReceivePack.pckIn
Packet line input stream around
BaseReceivePack.rawIn. |
private PacketLineIn |
PushCertificateParser.PacketLineReader.pckIn |
private PacketLineIn |
SideBandInputStream.pckIn |
private PacketLineIn |
UploadPack.pckIn |
| Modifier and Type | Method and Description |
|---|---|
(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.
|
| Constructor and Description |
|---|
PacketLineReader(PacketLineIn pckIn) |